Searched refs:zTraceV2 (Results 1 – 1 of 1) sorted by relevance
563 if( pDb->zTraceV2 ){ in delDatabaseRef()564 Tcl_Free(pDb->zTraceV2); in delDatabaseRef()3344 if( pDb->zTraceV2 ){ in DbObjCmd()3348 char *zTraceV2; in DbObjCmd() local3393 if( pDb->zTraceV2 ){ in DbObjCmd()3394 Tcl_Free(pDb->zTraceV2); in DbObjCmd()3397 if( zTraceV2 && len>0 ){ in DbObjCmd()3398 pDb->zTraceV2 = Tcl_Alloc( len + 1 ); in DbObjCmd()3399 memcpy(pDb->zTraceV2, zTraceV2, len+1); in DbObjCmd()3401 pDb->zTraceV2 = 0; in DbObjCmd()[all …]