/external/sqlite/dist/ |
D | shell.c | 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() [all …]
|
D | sqlite3.c | 17066 i8 nArg; /* Number of arguments. -1 means unlimited */ member 17211 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17214 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17217 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17220 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument 17223 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument 17227 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17230 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument 17233 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument 17236 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument [all …]
|
/external/sqlite/dist/orig/ |
D | shell.c | 3516 int nArg = 0; /* Number of arguments that completeFilter() expects */ in completionBestIndex() local 6263 int nArg, /* Number of SQL function arguments */ in zipfileFindFunction() 10569 int nArg, /* Number of result columns */ in shell_callback() 10935 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() 10944 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback() 11699 int nArg /* Number of entries in azArg[] */ in expertDotCommand() 12050 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback() 13699 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command() 14031 int nArg /* Number of entries in azArg[] */ in lintFkeyIndexes() 14207 int nArg /* Number of entries in azArg[] */ in lintDotCommand() [all …]
|
D | sqlite3.c | 17066 i8 nArg; /* Number of arguments. -1 means unlimited */ member 17211 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17214 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17217 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17220 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument 17223 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument 17227 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17230 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument 17233 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument 17236 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument [all …]
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 152 nArg, enumerator
|
/external/llvm-project/clang/include/clang/AST/ |
D | FormatString.h | 155 nArg, enumerator
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 17097 i8 nArg; /* Number of arguments. -1 means unlimited */ member 17242 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17245 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17248 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17251 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument 17254 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument 17258 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument 17261 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument 17264 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument 17267 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument [all …]
|