Searched refs:zTraceV2 (Results 1 – 1 of 1) sorted by relevance
582 if( pDb->zTraceV2 ){ in delDatabaseRef()583 Tcl_Free(pDb->zTraceV2); in delDatabaseRef()3378 if( pDb->zTraceV2 ){ in DbObjCmd()3382 char *zTraceV2; in DbObjCmd() local3427 if( pDb->zTraceV2 ){ in DbObjCmd()3428 Tcl_Free(pDb->zTraceV2); in DbObjCmd()3431 if( zTraceV2 && len>0 ){ in DbObjCmd()3432 pDb->zTraceV2 = Tcl_Alloc( len + 1 ); in DbObjCmd()3433 memcpy(pDb->zTraceV2, zTraceV2, len+1); in DbObjCmd()3435 pDb->zTraceV2 = 0; in DbObjCmd()[all …]