Searched refs:zTraceV2 (Results 1 – 1 of 1) sorted by relevance
558 if( pDb->zTraceV2 ){ in delDatabaseRef()559 Tcl_Free(pDb->zTraceV2); in delDatabaseRef()3351 if( pDb->zTraceV2 ){ in DbObjCmd()3355 char *zTraceV2; in DbObjCmd() local3400 if( pDb->zTraceV2 ){ in DbObjCmd()3401 Tcl_Free(pDb->zTraceV2); in DbObjCmd()3404 if( zTraceV2 && len>0 ){ in DbObjCmd()3405 pDb->zTraceV2 = Tcl_Alloc( len + 1 ); in DbObjCmd()3406 memcpy(pDb->zTraceV2, zTraceV2, len+1); in DbObjCmd()3408 pDb->zTraceV2 = 0; in DbObjCmd()[all …]