Lines Matching refs:ArCommand
17185 typedef struct ArCommand ArCommand; typedef
17186 struct ArCommand { struct
17215 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
17252 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch()
17299 ArCommand *pAr /* Populate this object */ in arParseCommand()
17448 static int arCheckEntries(ArCommand *pAr){ in arCheckEntries()
17490 ArCommand *pAr, in arWhereClause()
17521 static int arListCommand(ArCommand *pAr){ in arListCommand()
17562 static int arRemoveCommand(ArCommand *pAr){ in arRemoveCommand()
17603 static int arExtractCommand(ArCommand *pAr){ in arExtractCommand()
17675 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql()
17711 ArCommand *pAr, /* Command arguments and options */ in arCreateOrUpdateCommand()
17825 ArCommand cmd; in arDotCommand()