Searched refs:deallocp (Results 1 – 2 of 2) sorted by relevance
44 heim_data_free_f_t *deallocp; in data_dealloc() local51 deallocp = _heim_get_isaextra(os, 0); in data_dealloc()52 dealloc = *deallocp; in data_dealloc()116 heim_data_free_f_t *deallocp; in heim_data_ref_create() local122 deallocp = _heim_get_isaextra(os, 0); in heim_data_ref_create()123 *deallocp = dealloc; in heim_data_ref_create()
45 heim_string_free_f_t *deallocp; in string_dealloc() local52 deallocp = _heim_get_isaextra(s, 0); in string_dealloc()53 dealloc = *deallocp; in string_dealloc()127 heim_string_free_f_t *deallocp; in heim_string_ref_create() local134 deallocp = _heim_get_isaextra(s, 0); in heim_string_ref_create()135 *deallocp = dealloc; in heim_string_ref_create()