Home
last modified time | relevance | path

Searched defs:nArg (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c3306 int nArg = 0; /* Number of arguments that completeFilter() expects */ in completionBestIndex() local
5567 int nArg, /* Number of SQL function arguments */ in zipfileFindFunction()
8582 int nArg, /* Number of result columns */ in shell_callback()
8933 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
8942 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
9614 int nArg /* Number of entries in azArg[] */ in expertDotCommand()
9957 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
11058 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
11377 int nArg /* Number of entries in azArg[] */ in lintFkeyIndexes()
11553 int nArg /* Number of entries in azArg[] */ in lintDotCommand()
[all …]
Dsqlite3.c15454 i8 nArg; /* Number of arguments. -1 means unlimited */ member
15558 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15561 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15564 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15567 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
15570 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
15573 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
15576 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
15582 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
[all …]
/external/sqlite/dist/
Dshell.c3312 int nArg = 0; /* Number of arguments that completeFilter() expects */ in completionBestIndex() local
5573 int nArg, /* Number of SQL function arguments */ in zipfileFindFunction()
8588 int nArg, /* Number of result columns */ in shell_callback()
8939 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
8948 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
9620 int nArg /* Number of entries in azArg[] */ in expertDotCommand()
9963 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
11081 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
11400 int nArg /* Number of entries in azArg[] */ in lintFkeyIndexes()
11576 int nArg /* Number of entries in azArg[] */ in lintDotCommand()
[all …]
Dsqlite3.c15454 i8 nArg; /* Number of arguments. -1 means unlimited */ member
15558 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15561 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15564 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15567 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
15570 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
15573 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
15576 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
15582 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
[all …]
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h152 nArg, enumerator