Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/ipsecmod/
H A Dipsecmod.c246 uint8_t *tempdata; in call_hook() local
335 tempdata = rrset_data->rr_data[i] + 2; in call_hook()
339 w_temp = sldns_wire2str_ipseckey_scan(&tempdata, &tempdata_len, &s, in call_hook()
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c719 } *tempdata; in __elfN() local
738 tempdata = malloc(sizeof(*tempdata), M_TEMP, M_WAITOK | M_ZERO); in __elfN()
739 nd = &tempdata->nd; in __elfN()
740 attr = &tempdata->attr; in __elfN()
741 imgp = &tempdata->image_params; in __elfN()
812 free(tempdata, M_TEMP); in __elfN()