Searched refs:logcallback (Results 1 – 1 of 1) sorted by relevance
7081 } logcallback = {0, 0}; variable7083 Tcl_Obj *pNew = Tcl_DuplicateObj(logcallback.pObj); in xLogcallback()7089 Tcl_EvalObjEx(logcallback.pInterp, pNew, TCL_EVAL_GLOBAL|TCL_EVAL_DIRECT); in xLogcallback()7102 if( logcallback.pObj ){ in test_sqlite3_log()7103 Tcl_DecrRefCount(logcallback.pObj); in test_sqlite3_log()7104 logcallback.pObj = 0; in test_sqlite3_log()7105 logcallback.pInterp = 0; in test_sqlite3_log()7109 logcallback.pObj = objv[1]; in test_sqlite3_log()7110 Tcl_IncrRefCount(logcallback.pObj); in test_sqlite3_log()7111 logcallback.pInterp = interp; in test_sqlite3_log()