Home
last modified time | relevance | path

Searched refs:ArCommand (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c24945 typedef struct ArCommand ArCommand; typedef
24946 struct ArCommand { struct
24975 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
25059 ArCommand *pAr /* Populate this object */ in arParseCommand()
25211 static int arCheckEntries(ArCommand *pAr){ in arCheckEntries()
25253 ArCommand *pAr, in arWhereClause()
25284 static int arListCommand(ArCommand *pAr){ in arListCommand()
25321 static int arRemoveCommand(ArCommand *pAr){ in arRemoveCommand()
25362 static int arExtractCommand(ArCommand *pAr){ in arExtractCommand()
25434 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql()
[all …]