Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c555 if( pDb->zProfile ){ in DbDeleteCmd()
556 Tcl_Free(pDb->zProfile); in DbDeleteCmd()
727 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()
3067 if( pDb->zProfile ){ in DbObjCmd()
3071 char *zProfile; in DbObjCmd() local
3073 if( pDb->zProfile ){ in DbObjCmd()
3074 Tcl_Free(pDb->zProfile); in DbObjCmd()
3077 if( zProfile && len>0 ){ in DbObjCmd()
3079 memcpy(pDb->zProfile, zProfile, len+1); in DbObjCmd()
3081 pDb->zProfile = 0; in DbObjCmd()
[all …]