Searched refs:zTraceV2 (Results 1 – 1 of 1) sorted by relevance
552 if( pDb->zTraceV2 ){ in DbDeleteCmd()553 Tcl_Free(pDb->zTraceV2); in DbDeleteCmd()3318 if( pDb->zTraceV2 ){ in DbObjCmd()3322 char *zTraceV2; in DbObjCmd() local3367 if( pDb->zTraceV2 ){ in DbObjCmd()3368 Tcl_Free(pDb->zTraceV2); in DbObjCmd()3371 if( zTraceV2 && len>0 ){ in DbObjCmd()3372 pDb->zTraceV2 = Tcl_Alloc( len + 1 ); in DbObjCmd()3373 memcpy(pDb->zTraceV2, zTraceV2, len+1); in DbObjCmd()3375 pDb->zTraceV2 = 0; in DbObjCmd()[all …]