Home
last modified time | relevance | path

Searched defs:pArg (Results 1 – 25 of 76) sorted by relevance

1234

/sqlite-3.40.0/test/
H A Dtt3_stress.c20 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 Dthreadtest3.c539 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 Dtt3_vacuum.c23 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 Dtt3_lookaside1.c21 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 Dtt3_index.c17 static char *create_drop_index_thread(int iTid, void *pArg){ in create_drop_index_thread()
H A Dtt3_shared.c19 static char *shared_thread1(int iTid, void *pArg){ in shared_thread1()
H A Dtt3_checkpoint.c69 static char *checkpoint_starvation_reader(int iTid, void *pArg){ in checkpoint_starvation_reader()
H A Dthreadtest5.c149 static void *worker(void *pArg){ in worker()
H A Dthreadtest1.c194 static void *worker_bee(void *pArg){ in worker_bee()
/sqlite-3.40.0/src/
H A Dmain.c1728 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 Dlegacy.c34 void *pArg, /* First argument to xCallback() */ in sqlite3_exec()
H A Drowset.c152 void sqlite3RowSetClear(void *pArg){ in sqlite3RowSetClear()
172 void sqlite3RowSetDelete(void *pArg){ in sqlite3RowSetDelete()
H A Dtest_pcache.c53 static int testpcacheInit(void *pArg){ in testpcacheInit()
67 static void testpcacheShutdown(void *pArg){ in testpcacheShutdown()
H A Dtest_init.c113 static int wrPCacheInit(void *pArg){ in wrPCacheInit()
125 static void wrPCacheShutdown(void *pArg){ in wrPCacheShutdown()
H A Dnotify.c151 void *pArg in sqlite3_unlock_notify()
H A Dtable.c42 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb()
H A Dauth.c73 void *pArg in sqlite3_set_authorizer()
H A Dos.c129 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 Dmalloc.c73 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3_memory_alarm()
H A Dthreads.c124 void *pArg /* IN: Pointer to the SQLiteThread structure */ in sqlite3ThreadProc()
H A Dtest_quota.c89 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 Dtest_syscall.c304 void *pArg; in ts_fcntl() local
416 void *pArg; in ts_mremap() local
/sqlite-3.40.0/ext/misc/
H A Ddbdump.c62 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 Ddecimal.c482 Decimal *pArg; in decimalSumStep() local
508 Decimal *pArg; in decimalSumInverse() local
/sqlite-3.40.0/ext/rtree/
H A Dtest_rtreedoc.c208 Tcl_Obj *pArg; in box_query() local

1234