Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_thread.c58 static Tcl_ObjCmdProc sqlthread_proc; variable
124 Tcl_CreateObjCommand(interp, "sqlthread", sqlthread_proc, pSqlThread, 0); in tclScriptThread()
324 static int SQLITE_TCLAPI sqlthread_proc( in sqlthread_proc() function
620 Tcl_CreateObjCommand(interp, "sqlthread", sqlthread_proc, 0, 0); in SqlitetestThread_Init()