Searched defs:pAr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | shell.c | 23732 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument 23769 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch() 23816 ArCommand *pAr /* Populate this object */ in arParseCommand() 23968 static int arCheckEntries(ArCommand *pAr){ in arCheckEntries() 24010 ArCommand *pAr, in arWhereClause() 24041 static int arListCommand(ArCommand *pAr){ in arListCommand() 24078 static int arRemoveCommand(ArCommand *pAr){ in arRemoveCommand() 24119 static int arExtractCommand(ArCommand *pAr){ in arExtractCommand() 24191 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() 24227 ArCommand *pAr, /* Command arguments and options */ in arCreateOrUpdateCommand()
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | shell.c | 23712 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument 23749 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch() 23796 ArCommand *pAr /* Populate this object */ in arParseCommand() 23948 static int arCheckEntries(ArCommand *pAr){ in arCheckEntries() 23990 ArCommand *pAr, in arWhereClause() 24021 static int arListCommand(ArCommand *pAr){ in arListCommand() 24058 static int arRemoveCommand(ArCommand *pAr){ in arRemoveCommand() 24099 static int arExtractCommand(ArCommand *pAr){ in arExtractCommand() 24171 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() 24207 ArCommand *pAr, /* Command arguments and options */ in arCreateOrUpdateCommand()
|