| H A D | sqlite3.c | 1235 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 1258 ** into an integer that the pArg argument points to. This capability 4629 ** ^The fourth argument, pArg, is an application data pointer that is passed 4640 ** ^The collating function callback is invoked with a copy of the pArg 4664 ** with the addition that the xDestroy callback is invoked on pArg when 4685 void *pArg, 4692 void *pArg, 4700 void *pArg, 4897 ** ^The pArg argument is passed through to the callback. 6451 ** method is passed a copy of the sqlite3_pcache_methods.pArg valu 6574 void *pArg; member in struct:sqlite3_pcache_methods 7755 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler 14341 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument 18104 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument 18125 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument 18253 void *pArg; local 22897 os2FileControl(sqlite3_file *id, int op, void *pArg) argument 27914 unixFileControl(sqlite3_file *id, int op, void *pArg) argument 30901 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument 32700 winFileControl(sqlite3_file *id, int op, void *pArg) argument 49182 btreeInvokeBusyHandler(void *pArg) argument 62954 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars 83539 Mem *pArg = (Mem *)argv[0]; local 86891 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument 94981 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument 97691 Token *pArg = &pParse->sArg; local 98204 void *pArg = 0; local 109062 FuncDestructor *pArg = 0; local 109149 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument 110575 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument [all...] |