Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/ipsecmod/
H A Dipsecmod.c257 uint8_t *tempdata; in call_hook() local
346 tempdata = rrset_data->rr_data[i] + 2; in call_hook()
350 w_temp = sldns_wire2str_ipseckey_scan(&tempdata, &tempdata_len, &s, in call_hook()
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c770 } *tempdata; in __elfN() local
789 tempdata = malloc(sizeof(*tempdata), M_TEMP, M_WAITOK | M_ZERO); in __elfN()
790 nd = &tempdata->nd; in __elfN()
791 attr = &tempdata->attr; in __elfN()
792 imgp = &tempdata->image_params; in __elfN()
862 free(tempdata, M_TEMP); in __elfN()