Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtclsqlite.c561 if( pDb->zProfile ){ in delDatabaseRef()
562 Tcl_Free(pDb->zProfile); in delDatabaseRef()
743 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()
3100 if( pDb->zProfile ){ in DbObjCmd()
3104 char *zProfile; in DbObjCmd() local
3106 if( pDb->zProfile ){ in DbObjCmd()
3107 Tcl_Free(pDb->zProfile); in DbObjCmd()
3110 if( zProfile && len>0 ){ in DbObjCmd()
3112 memcpy(pDb->zProfile, zProfile, len+1); in DbObjCmd()
3114 pDb->zProfile = 0; in DbObjCmd()
[all …]