Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c585 if( pDb->zProfile ){ in delDatabaseRef()
586 Tcl_Free(pDb->zProfile); in delDatabaseRef()
767 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()
3127 if( pDb->zProfile ){ in DbObjCmd()
3131 char *zProfile; in DbObjCmd() local
3133 if( pDb->zProfile ){ in DbObjCmd()
3134 Tcl_Free(pDb->zProfile); in DbObjCmd()
3137 if( zProfile && len>0 ){ in DbObjCmd()
3139 memcpy(pDb->zProfile, zProfile, len+1); in DbObjCmd()
3141 pDb->zProfile = 0; in DbObjCmd()
[all …]