Searched defs:pArg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 2684 static int pcachetraceInit(void *pArg){ in pcachetraceInit() 2695 static void pcachetraceShutdown(void *pArg){ in pcachetraceShutdown() 4401 Decimal *pArg; in decimalSumStep() local 4427 Decimal *pArg; in decimalSumInverse() local 9051 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() 18942 static int recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg){ in recoverVfsFileControl() 19238 int sqlite3_recover_config(sqlite3_recover *p, int op, void *pArg){ in sqlite3_recover_config() 19605 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() 20497 void *pArg, in shell_callback() 20889 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() [all …]
|
H A D | sqlite3.h | 9095 void *pArg; member 9117 void *pArg; member
|
H A D | sqlite3.c | 9408 void *pArg; member 9430 void *pArg; member 18135 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument 26166 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl() 26194 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControlHint() 30288 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3_memory_alarm() 34187 void *pArg /* IN: Pointer to the SQLiteThread structure */ in sqlite3ThreadProc()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 159 pArg, enumerator
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 1115 void *pArg, in auth_callback() 1914 Tcl_Obj *pArg, /* SCRIPT argument (or NULL) */ in DbHookCmd()
|