Lines Matching refs:ArCommand
27656 typedef struct ArCommand ArCommand; typedef
27657 struct ArCommand { struct
27687 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
27724 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch()
27771 ArCommand *pAr /* Populate this object */ in arParseCommand()
27923 static int arCheckEntries(ArCommand *pAr){ in arCheckEntries()
27965 ArCommand *pAr, in arWhereClause()
27996 static int arListCommand(ArCommand *pAr){ in arListCommand()
28033 static int arRemoveCommand(ArCommand *pAr){ in arRemoveCommand()
28074 static int arExtractCommand(ArCommand *pAr){ in arExtractCommand()
28146 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql()
28182 ArCommand *pAr, /* Command arguments and options */ in arCreateOrUpdateCommand()
28296 ArCommand cmd; in arDotCommand()