Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c563 if( pDb->zTraceV2 ){ in delDatabaseRef()
564 Tcl_Free(pDb->zTraceV2); in delDatabaseRef()
3344 if( pDb->zTraceV2 ){ in DbObjCmd()
3348 char *zTraceV2; in DbObjCmd() local
3393 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 …]