Searched refs:zProfile (Results 1 – 1 of 1) sorted by relevance
208 char *zProfile; /* The profile callback routine */ member642 if( pDb->zProfile ){ in delDatabaseRef()643 Tcl_Free(pDb->zProfile); in delDatabaseRef()824 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()3630 if( pDb->zProfile ){ in DbObjCmd()3631 Tcl_AppendResult(interp, pDb->zProfile, (char*)0); in DbObjCmd()3634 char *zProfile; in DbObjCmd() local3636 if( pDb->zProfile ){ in DbObjCmd()3637 Tcl_Free(pDb->zProfile); in DbObjCmd()3639 zProfile = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()[all …]