Searched refs:SqlThread (Results 1 – 1 of 1) sorted by relevance
36 typedef struct SqlThread SqlThread; typedef37 struct SqlThread { struct94 static void postToParent(SqlThread *p, Tcl_Obj *pScript){ in postToParent()119 SqlThread *p = (SqlThread *)pSqlThread; in tclScriptThread()181 SqlThread *pNew; in sqlthread_spawn()198 pNew = (SqlThread *)ckalloc(sizeof(SqlThread)+nVarname+nScript+2); in sqlthread_spawn()236 SqlThread *p = (SqlThread *)clientData; in sqlthread_parent()