Home
last modified time | relevance | path

Searched refs:region_alloc_array_init (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dregion-allocator.h105 void *region_alloc_array_init(region_type *region, const void *init,
H A Dregion-allocator.c349 region_alloc_array_init(region_type *region, const void *init, size_t num, in region_alloc_array_init() function
H A Drdata.c1092 *rdatas = (rdata_atom_type *) region_alloc_array_init( in rdata_wireformat_to_rdata_atoms()
H A Dzparser.y120 =(rdata_atom_type *)region_alloc_array_init(
H A Dzparser.c1914 =(rdata_atom_type *)region_alloc_array_init( in yyparse()
H A Ddifffile.c741 rrset->rrs = region_alloc_array_init(db->region, rrs_orig, in delete_RR()