Searched refs:malloced_classname (Results 1 – 1 of 1) sorted by relevance
4742 char *malloced_classname = NULL; in retrieve_blessed() local4767 malloced_classname = classname; in retrieve_blessed()4769 SAFEPVREAD(classname, (I32)len, malloced_classname); in retrieve_blessed()4780 Safefree(malloced_classname); in retrieve_blessed()4789 if (malloced_classname) in retrieve_blessed()4790 Safefree(malloced_classname); in retrieve_blessed()4953 char *malloced_classname = NULL; in retrieve_hook_common() local4969 malloced_classname = classname; in retrieve_hook_common()4972 SAFEPVREAD(classname, (I32)len, malloced_classname); in retrieve_hook_common()4981 Safefree(malloced_classname); in retrieve_hook_common()