Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c566 if( pDb->zProfile ){ in delDatabaseRef()
567 Tcl_Free(pDb->zProfile); in delDatabaseRef()
748 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()
3093 if( pDb->zProfile ){ in DbObjCmd()
3097 char *zProfile; in DbObjCmd() local
3099 if( pDb->zProfile ){ in DbObjCmd()
3100 Tcl_Free(pDb->zProfile); in DbObjCmd()
3103 if( zProfile && len>0 ){ in DbObjCmd()
3105 memcpy(pDb->zProfile, zProfile, len+1); in DbObjCmd()
3107 pDb->zProfile = 0; in DbObjCmd()
[all …]