Searched refs:pInterp (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_mutex.c | 379 static sqlite3 *getDbPointer(Tcl_Interp *pInterp, Tcl_Obj *pObj){ in getDbPointer() argument 383 if( Tcl_GetCommandInfo(pInterp, zCmd, &info) ){ in getDbPointer() 393 Tcl_Interp *pInterp, in getStaticMutexPointer() argument 397 if( Tcl_GetIndexFromObj(pInterp, pObj, aName, "mutex name", 0, &iMutex) ){ in getStaticMutexPointer()
|
| H A D | test1.c | 7079 Tcl_Interp *pInterp; member 7089 Tcl_EvalObjEx(logcallback.pInterp, pNew, TCL_EVAL_GLOBAL|TCL_EVAL_DIRECT); in xLogcallback() 7105 logcallback.pInterp = 0; in test_sqlite3_log() 7111 logcallback.pInterp = interp; in test_sqlite3_log()
|