Searched refs:zProfile (Results 1 – 1 of 1) sorted by relevance
184 char *zProfile; /* The profile callback routine */ member585 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()3128 Tcl_AppendResult(interp, pDb->zProfile, (char*)0); in DbObjCmd()3131 char *zProfile; in DbObjCmd() local3133 if( pDb->zProfile ){ in DbObjCmd()3134 Tcl_Free(pDb->zProfile); in DbObjCmd()3136 zProfile = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()[all …]