Home
last modified time | relevance | path

Searched defs:SqlThread (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_thread.c36 typedef struct SqlThread SqlThread; typedef
37 struct SqlThread { struct
38 Tcl_ThreadId parent; /* Thread id of parent thread */
39 Tcl_Interp *interp; /* Parent interpreter */
40 char *zScript; /* The script to execute. */
41 char *zVarname; /* Varname in parent script */