Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c13145 char **azArg, /* Text of each result column */ in shell_callback()
13509 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
13518 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
14506 char **azArg, /* Array of arguments passed to dot command */ in expertDotCommand()
14858 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
16565 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
16895 char **azArg, /* Array of arguments passed to dot command */ in lintFkeyIndexes()
17071 char **azArg, /* Array of arguments passed to dot command */ in lintDotCommand()
17198 char **azArg; /* Array of command arguments */ member
17297 char **azArg, /* Array of arguments passed to dot command */ in arParseCommand()
[all …]
Dsqlite3.c17290 char **azArg; /* 0: module 1: schema 2: vtab name 3...: args */ member