| /sqlite-3.40.0/test/ |
| H A D | tt3_stress.c | 281 void (*xProc)(Error*, Sqlite*, int); member 295 pCtx->xProc(&err, &db, i1); in stress2_thread_wrapper() 315 pCtx->xProc = x; in stress2_launch_thread_loop()
|
| H A D | threadtest3.c | 460 char *(*xProc)(int, void*); /* Thread main proc */ member 780 p->zRes = p->xProc(p->iTid, p->pArg); in launch_thread_main() 787 p->zRes = p->xProc(p->iTid, p->pArg); in launch_thread_main() 795 char *(*xProc)(int, void*), /* Proc to run */ in launch_thread_x() 807 p->xProc = xProc; in launch_thread_x()
|
| /sqlite-3.40.0/src/ |
| H A D | test9.c | 191 Tcl_ObjCmdProc *xProc; in Sqlitetest9_Init() member 201 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetest9_Init()
|
| H A D | test5.c | 208 Tcl_ObjCmdProc *xProc; in Sqlitetest5_Init() member 217 Tcl_CreateObjCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest5_Init()
|
| H A D | test_blob.c | 316 Tcl_ObjCmdProc *xProc; in Sqlitetest_blob_Init() member 326 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0); in Sqlitetest_blob_Init()
|
| H A D | test_schema.c | 333 Tcl_ObjCmdProc *xProc; in Sqlitetestschema_Init() member 341 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetestschema_Init()
|
| H A D | test_intarray.c | 378 Tcl_ObjCmdProc *xProc; in Sqlitetestintarray_Init() member 387 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetestintarray_Init()
|
| H A D | test_init.c | 281 Tcl_ObjCmdProc *xProc; in Sqlitetest_init_Init() member 291 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0); in Sqlitetest_init_Init()
|
| H A D | test_hexio.c | 449 Tcl_ObjCmdProc *xProc; in Sqlitetest_hexio_Init() member 462 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0); in Sqlitetest_hexio_Init()
|
| H A D | test_window.c | 334 Tcl_ObjCmdProc *xProc; in Sqlitetest_window_Init() member 345 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, c, 0); in Sqlitetest_window_Init()
|
| H A D | test_tclvar.c | 550 Tcl_ObjCmdProc *xProc; in Sqlitetesttclvar_Init() member 558 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetesttclvar_Init()
|
| H A D | test_mutex.c | 483 Tcl_ObjCmdProc *xProc; in Sqlitetest_mutex_Init() member 502 Tcl_CreateObjCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest_mutex_Init()
|
| H A D | test_thread.c | 332 Tcl_ObjCmdProc *xProc; in sqlthread_proc() member 362 return pSub->xProc(clientData, interp, objc, objv); in sqlthread_proc()
|
| H A D | test3.c | 664 Tcl_CmdProc *xProc; in Sqlitetest3_Init() member 684 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest3_Init()
|
| H A D | test2.c | 714 Tcl_CmdProc *xProc; in Sqlitetest2_Init() member 741 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest2_Init()
|
| H A D | test7.c | 693 Tcl_CmdProc *xProc; in Sqlitetest7_Init() member 712 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest7_Init()
|
| H A D | test4.c | 714 Tcl_CmdProc *xProc; in Sqlitetest4_Init() member 735 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest4_Init()
|
| H A D | test_fs.c | 905 Tcl_ObjCmdProc *xProc; in Sqlitetestfs_Init() member 913 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetestfs_Init()
|
| H A D | test_bestindex.c | 759 Tcl_ObjCmdProc *xProc; in Sqlitetesttcl_Init() member 767 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetesttcl_Init()
|
| H A D | test_func.c | 938 Tcl_ObjCmdProc *xProc; in Sqlitetest_func_Init() member 948 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0); in Sqlitetest_func_Init()
|
| H A D | test8.c | 1437 Tcl_ObjCmdProc *xProc; in Sqlitetest8_Init() member 1446 aObjCmd[i].xProc, aObjCmd[i].clientData, 0); in Sqlitetest8_Init()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | test_expert.c | 206 Tcl_ObjCmdProc *xProc; in TestExpert_Init() member 214 Tcl_CreateObjCommand(interp, p->zCmd, p->xProc, 0, 0); in TestExpert_Init()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | test_recover.c | 295 Tcl_ObjCmdProc *xProc; in TestRecover_Init() member 306 Tcl_CreateObjCommand(interp, p->zCmd, p->xProc, p->pArg, 0); in TestRecover_Init()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | test_rbu.c | 419 Tcl_ObjCmdProc *xProc; in SqliteRbu_Init() member 429 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0); in SqliteRbu_Init()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_tcl.c | 1126 Tcl_ObjCmdProc *xProc; in Fts5tcl_Init() member 1148 Tcl_CreateObjCommand(interp, p->zName, p->xProc, pCtx, (i ? 0 : xF5tFree)); in Fts5tcl_Init()
|