Home
last modified time | relevance | path

Searched refs:zTraceV2 (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c552 if( pDb->zTraceV2 ){ in DbDeleteCmd()
553 Tcl_Free(pDb->zTraceV2); in DbDeleteCmd()
3318 if( pDb->zTraceV2 ){ in DbObjCmd()
3322 char *zTraceV2; in DbObjCmd() local
3367 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 …]