Home
last modified time | relevance | path

Searched refs:xOp (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest7.c59 void (*xOp)(Thread*); /* next operation to do */ member
109 while( p->xOp ){ in client_main()
114 (*p->xOp)(p); in client_main()
237 p->xOp = 0; in stop_thread()
503 threadset[i].xOp = do_compile; in tcl_client_compile()
556 threadset[i].xOp = do_step; in tcl_client_step()
598 threadset[i].xOp = do_finalize; in tcl_client_finalize()
642 threadset[i].xOp = do_reset; in tcl_client_reset()
H A Dtest4.c38 void (*xOp)(Thread*); /* next operation to do */ member
88 while( p->xOp ){ in test_thread_main()
93 (*p->xOp)(p); in test_thread_main()
217 p->xOp = 0; in test_stop_thread()
468 threadset[i].xOp = do_compile; in tcl_thread_compile()
522 threadset[i].xOp = do_step; in tcl_thread_step()
565 threadset[i].xOp = do_finalize; in tcl_thread_finalize()