Home
last modified time | relevance | path

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

/freebsd/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/sys/kern/
H A Dimgact_elf.c785 } *tempdata; in __elfN() local
804 tempdata = malloc(sizeof(*tempdata), M_TEMP, M_WAITOK | M_ZERO); in __elfN()
805 nd = &tempdata->nd; in __elfN()
806 attr = &tempdata->attr; in __elfN()
807 imgp = &tempdata->image_params; in __elfN()
880 free(tempdata, M_TEMP); in __elfN()