| /sqlite-3.40.0/test/ |
| H A D | tt3_stress.c | 20 static char *stress_thread_1(int iTid, void *pArg){ in stress_thread_1() 39 static char *stress_thread_2(int iTid, void *pArg){ in stress_thread_2() 55 static char *stress_thread_3(int iTid, void *pArg){ in stress_thread_3() 78 static char *stress_thread_4(int iTid, void *pArg){ in stress_thread_4() 108 static char *stress_thread_5(int iTid, void *pArg){ in stress_thread_5() 263 static char *stress2_workload19(int iTid, void *pArg){ in stress2_workload19() 284 static char *stress2_thread_wrapper(int iTid, void *pArg){ in stress2_thread_wrapper()
|
| H A D | threadtest3.c | 539 static int busyhandler(void *pArg, int n){ in busyhandler() 660 void * pArg = va_arg(ap, void*); in getAndBindSqlStatement() local 778 static unsigned __stdcall launch_thread_main(void *pArg){ in launch_thread_main() 785 static void *launch_thread_main(void *pArg){ in launch_thread_main() 983 static char *walthread1_thread(int iTid, void *pArg){ in walthread1_thread() 1022 static char *walthread1_ckpt_thread(int iTid, void *pArg){ in walthread1_ckpt_thread() 1066 static char *walthread2_thread(int iTid, void *pArg){ in walthread2_thread() 1123 static char *walthread3_thread(int iTid, void *pArg){ in walthread3_thread() 1239 static char *walthread5_thread(int iTid, void *pArg){ in walthread5_thread() 1371 static char *dynamic_triggers_1(int iTid, void *pArg){ in dynamic_triggers_1() [all …]
|
| H A D | tt3_vacuum.c | 23 static char *vacuum1_thread_writer(int iTid, void *pArg){ in vacuum1_thread_writer() 52 static char *vacuum1_thread_vacuumer(int iTid, void *pArg){ in vacuum1_thread_vacuumer()
|
| H A D | tt3_lookaside1.c | 21 static char *lookaside1_thread_reader(int iTid, void *pArg){ in lookaside1_thread_reader() 46 static char *lookaside1_thread_writer(int iTid, void *pArg){ in lookaside1_thread_writer()
|
| H A D | tt3_index.c | 17 static char *create_drop_index_thread(int iTid, void *pArg){ in create_drop_index_thread()
|
| H A D | tt3_shared.c | 19 static char *shared_thread1(int iTid, void *pArg){ in shared_thread1()
|
| H A D | tt3_checkpoint.c | 69 static char *checkpoint_starvation_reader(int iTid, void *pArg){ in checkpoint_starvation_reader()
|
| H A D | threadtest5.c | 149 static void *worker(void *pArg){ in worker()
|
| H A D | threadtest1.c | 194 static void *worker_bee(void *pArg){ in worker_bee()
|
| /sqlite-3.40.0/src/ |
| H A D | main.c | 1728 void *pArg in sqlite3_busy_handler() 1752 void *pArg in sqlite3_progress_handler() 1961 FuncDestructor *pArg = 0; in createFunctionApi() local 2162 void *pArg /* Context */ in sqlite3_trace_v2() 2191 void *pArg in sqlite3_profile() 2221 void *pArg /* Argument to the function */ in sqlite3_commit_hook() 2246 void *pArg /* Argument to the function */ in sqlite3_update_hook() 2271 void *pArg /* Argument to the function */ in sqlite3_rollback_hook() 2298 void *pArg /* First callback argument */ in sqlite3_preupdate_hook() 2317 void *pArg, /* Argument to the function */ in sqlite3_autovacuum_pages() [all …]
|
| H A D | legacy.c | 34 void *pArg, /* First argument to xCallback() */ in sqlite3_exec()
|
| H A D | rowset.c | 152 void sqlite3RowSetClear(void *pArg){ in sqlite3RowSetClear() 172 void sqlite3RowSetDelete(void *pArg){ in sqlite3RowSetDelete()
|
| H A D | test_pcache.c | 53 static int testpcacheInit(void *pArg){ in testpcacheInit() 67 static void testpcacheShutdown(void *pArg){ in testpcacheShutdown()
|
| H A D | test_init.c | 113 static int wrPCacheInit(void *pArg){ in wrPCacheInit() 125 static void wrPCacheShutdown(void *pArg){ in wrPCacheShutdown()
|
| H A D | notify.c | 151 void *pArg in sqlite3_unlock_notify()
|
| H A D | table.c | 42 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb()
|
| H A D | auth.c | 73 void *pArg in sqlite3_set_authorizer()
|
| H A D | os.c | 129 int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl() 157 void sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControlHint()
|
| H A D | malloc.c | 73 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3_memory_alarm()
|
| H A D | threads.c | 124 void *pArg /* IN: Pointer to the SQLiteThread structure */ in sqlite3ThreadProc()
|
| H A D | test_quota.c | 89 void *pArg; /* Third argument to the xCallback() */ member 673 static int quotaFileControl(sqlite3_file *pConn, int op, void *pArg){ in quotaFileControl() 838 int sqlite3_quota_set( in sqlite3_quota_set() 845 void *pArg /* Client data */ in sqlite3_quota_set() 1309 void *pArg /* Client data */ in tclQuotaCallback()
|
| H A D | test_syscall.c | 304 void *pArg; in ts_fcntl() local 416 void *pArg; in ts_mremap() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | dbdump.c | 62 void *pArg; /* Argument to xCallback() */ member 381 static int dump_callback(void *pArg, int nArg, char **azArg, char **azCol){ in dump_callback() 637 void *pArg /* Second argument of the callback */ in sqlite3_db_dump()
|
| H A D | decimal.c | 482 Decimal *pArg; in decimalSumStep() local 508 Decimal *pArg; in decimalSumInverse() local
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | test_rtreedoc.c | 208 Tcl_Obj *pArg; in box_query() local
|