Home
last modified time | relevance | path

Searched refs:deallocp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddata.c44 heim_data_free_f_t *deallocp; in data_dealloc() local
51 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() local
122 deallocp = _heim_get_isaextra(os, 0); in heim_data_ref_create()
123 *deallocp = dealloc; in heim_data_ref_create()
H A Dstring.c45 heim_string_free_f_t *deallocp; in string_dealloc() local
52 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() local
134 deallocp = _heim_get_isaextra(s, 0); in heim_string_ref_create()
135 *deallocp = dealloc; in heim_string_ref_create()