Lines Matching defs:azArg
23731 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()
30386 char **azArg, /* Array of arguments passed to dot command */ in arDotCommand()
30511 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
30970 char **azArg = p->dot.azArg;/* Argument list */ in dotCmdImport() local
31456 char **azArg = p->dot.azArg;/* Argument list */ in dotCmdMode() local
32029 char **azArg = p->dot.azArg; /* Text of the arguments */ in dotCmdOutput() local
32224 char **azArg = p->dot.azArg; /* Text of the arguments */ in dotCmdCheck() local
32355 char **azArg = p->dot.azArg; /* Text of the arguments */ in dotCmdTestcase() local
32470 char **azArg; in do_meta_command() local