Searched refs:zProfile (Results 1 – 1 of 1) sorted by relevance
195 char *zProfile; /* The profile callback routine */ member629 if( pDb->zProfile ){ in delDatabaseRef()630 Tcl_Free(pDb->zProfile); in delDatabaseRef()811 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()3182 if( pDb->zProfile ){ in DbObjCmd()3183 Tcl_AppendResult(interp, pDb->zProfile, (char*)0); in DbObjCmd()3186 char *zProfile; in DbObjCmd() local3188 if( pDb->zProfile ){ in DbObjCmd()3189 Tcl_Free(pDb->zProfile); in DbObjCmd()3191 zProfile = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()[all …]