Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23731 char **azArg; /* Pointer to each argument, dequoted */ member
25818 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
26457 char **azArg, /* Array of arguments passed to dot command */ in expertDotCommand()
26832 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
28971 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
29069 static int shell_dbtotxt_command(ShellState *p, int nArg, char **azArg){ in shell_dbtotxt_command()
29443 char **azArg, /* Array of arguments passed to dot command */ in lintFkeyIndexes()
29619 char **azArg, /* Array of arguments passed to dot command */ in lintDotCommand()
29738 char **azArg; /* Array of command arguments */ member
29838 char **azArg, /* Array of arguments passed to dot command */ in arParseCommand()
[all …]
H A Dsqlite3.c19452 char **azArg; /* 0: module 1: schema 2: vtab name 3...: args */ member
147377 char *azArg[2]; /* Value of the argument and schema */ member
147882 char const *azArg[6]; local
162200 const char *const*azArg; local
203041 const char *azArg[64]; local
203714 const char * const *azArg = 0; local
211845 const char * const *azArg, /* Tokenizer creation arguments */
241530 const char **azArg; member
245383 char **azArg = sqlite3Fts5MallocZero(&rc, (sizeof(char*) + 2) * nArg); local
245651 const char **azArg, /* Array of nArg CREATE VIRTUAL TABLE args */
[all …]