Lines Matching defs:nArg
3521 int nArg = 0; /* Number of arguments that completeFilter() expects */ in completionBestIndex() local
6268 int nArg, /* Number of SQL function arguments */ in zipfileFindFunction()
10574 int nArg, /* Number of result columns */ in shell_callback()
10940 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
10949 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
11704 int nArg /* Number of entries in azArg[] */ in expertDotCommand()
12055 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
13720 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
14052 int nArg /* Number of entries in azArg[] */ in lintFkeyIndexes()
14228 int nArg /* Number of entries in azArg[] */ in lintDotCommand()
14349 int nArg; /* Number of command arguments */ member
14447 int nArg, /* Number of entries in azArg[] */ in arParseCommand()
14925 int nArg /* Number of entries in azArg[] */ in arDotCommand()
15388 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
15712 int nArg = 0; in do_meta_command() local