Searched defs:pArg (Results 1 – 3 of 3) sorted by relevance
| /third_party/sqlite/src/ |
| D | shell.c | 2831 Decimal *pArg; in decimalSumStep() local 2857 Decimal *pArg; in decimalSumInverse() local 6518 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() 15079 static int recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg){ in recoverVfsFileControl() 15369 int sqlite3_recover_config(sqlite3_recover *p, int op, void *pArg){ in sqlite3_recover_config() 15729 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() 16563 void *pArg, in shell_callback() 16940 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() 16949 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback() 17231 ShellState *pArg, /* Pointer to ShellState */ in display_stats() [all …]
|
| D | sqlite3.c | 9176 void *pArg; member 9198 void *pArg; member 17497 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
|
| /third_party/sqlite/include/ |
| D | sqlite3.h | 8867 void *pArg; member 8889 void *pArg; member
|