Home
last modified time | relevance | path

Searched defs:pAr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c23711 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
23748 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch()
23795 ArCommand *pAr /* Populate this object */ in arParseCommand()
23947 static int arCheckEntries(ArCommand *pAr){ in arCheckEntries()
23989 ArCommand *pAr, in arWhereClause()
24020 static int arListCommand(ArCommand *pAr){ in arListCommand()
24057 static int arRemoveCommand(ArCommand *pAr){ in arRemoveCommand()
24098 static int arExtractCommand(ArCommand *pAr){ in arExtractCommand()
24170 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql()
24206 ArCommand *pAr, /* Command arguments and options */ in arCreateOrUpdateCommand()