| /src/external/bsd/unbound/dist/iterator/ |
| iter_donotq.h | 55 struct regional* region; member in struct:iter_donotq
|
| iter_priv.h | 57 struct regional* region; member in struct:iter_priv
|
| /src/external/bsd/unbound/dist/edns-subnet/ |
| subnet-whitelist.h | 55 struct regional* region; member in struct:ecs_whitelist
|
| /src/external/bsd/unbound/dist/util/ |
| tcp_conn_limit.h | 55 struct regional* region; member in struct:tcl_list
|
| /src/external/bsd/nsd/dist/dnstap/ |
| dnstap_collector.h | 19 struct region; 42 /* region for buffers */ 43 struct region* region; member in struct:dt_collector
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| tcpmsg.c | 49 isc_region_t region; local 75 region.base = isc_mem_get(tcpmsg->mctx, tcpmsg->size); 76 region.length = tcpmsg->size; 77 if (region.base == NULL) { 83 isc_buffer_init(&tcpmsg->buffer, region.base, region.length); 84 result = isc_socket_recv(tcpmsg->sock, ®ion, 0, task, recv_message, 161 isc_region_t region; local 182 region.base = (unsigned char *)&tcpmsg->size; 183 region.length = 2; /* uint16_t * [all...] |
| /src/external/bsd/elftosb/dist/common/ |
| DataSource.cpp | 161 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(index); local 162 if (region.m_type == StExecutableImage::TEXT_REGION) 166 else if (region.m_type == StExecutableImage::FILL_REGION) 184 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); local 185 assert(region.m_type == StExecutableImage::TEXT_REGION); 187 unsigned copyBytes = std::min<unsigned>(region.m_length - offset, maxBytes); 188 memcpy(buffer, ®ion.m_data[offset], copyBytes); 195 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); local 196 return region.m_length; 201 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index) local 216 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); local 222 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); local [all...] |
| /src/external/bsd/nsd/dist/ |
| radtree.h | 10 struct region; 29 /** region for allocation */ 30 struct region* region; member in struct:radtree 68 * @param region: where to allocate the tree. 71 struct radtree* radix_tree_create(struct region* region);
|
| rbtree.h | 13 #include "region-allocator.h" 34 region_type *region; member in struct:rbtree 50 rbtree_type *rbtree_create(region_type *region, int (*cmpf)(const void *, const void *));
|
| netio.h | 50 #include "region-allocator.h" 70 region_type *region; member in struct:netio 146 * Create a new netio instance using the specified REGION. The netio 147 * instance is cleaned up when the REGION is deallocated. 149 netio_type *netio_create(region_type *region);
|
| verify.h | 32 struct region *region; member in struct:verifier_zone_feed
|
| /src/external/bsd/unbound/dist/validator/ |
| val_nsec3.h | 103 * It keeps a *pointer* to the region its items are allocated. 107 struct regional* region; member in struct:nsec3_cache_table 116 * @param env: module environment with temporary region and buffer. 154 * @param env: module environment with temporary region and buffer. 177 * @param env: module environment with temporary region and buffer. 203 * @param env: module environment with temporary region and buffer. 211 * @param qstate: qstate with region. 232 * @param env: module environment with temporary region and buffer. 291 * @param region: the region where allocations for the table will happen [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-streamer-out.cc | 218 int region; local 228 /* Emit the EH region holding STMT. */ 229 region = lookup_stmt_eh_lp_fn (fn, stmt); 230 if (region != 0) 233 streamer_write_hwi (ob, region);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-streamer-out.cc | 219 int region; local 229 /* Emit the EH region holding STMT. */ 230 region = lookup_stmt_eh_lp_fn (fn, stmt); 231 if (region != 0) 234 streamer_write_hwi (ob, region);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| m-data.cc | 3 enum region { oriental, egyptian, greek, etruscan, roman }; enum 9 typedef region antiquities; 36 typedef region antiquities;
|
| try_catch.cc | 23 enum region { oriental, egyptian, greek, etruscan, roman }; enum 29 typedef region antiquities; 54 typedef region antiquities;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| m-data.cc | 3 enum region { oriental, egyptian, greek, etruscan, roman }; enum 9 typedef region antiquities; 36 typedef region antiquities;
|
| try_catch.cc | 23 enum region { oriental, egyptian, greek, etruscan, roman }; enum 29 typedef region antiquities; 54 typedef region antiquities;
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| eid_31.c | 39 isc_region_t region; local 45 dns_rdata_toregion(rdata, ®ion); 51 RETERR(isc_hex_totext(®ion, 60, "", target)); 53 RETERR(isc_hex_totext(®ion, tctx->width - 2, tctx->linebreak, 64 isc_region_t region; local 73 isc_buffer_activeregion(source, ®ion); 74 if (region.length < 1) { 78 RETERR(mem_tobuffer(target, region.base, region.length)); 79 isc_buffer_forward(source, region.length) [all...] |
| nimloc_32.c | 39 isc_region_t region; local 45 dns_rdata_toregion(rdata, ®ion); 51 RETERR(isc_hex_totext(®ion, 60, "", target)); 53 RETERR(isc_hex_totext(®ion, tctx->width - 2, tctx->linebreak, 64 isc_region_t region; local 73 isc_buffer_activeregion(source, ®ion); 74 if (region.length < 1) { 78 RETERR(mem_tobuffer(target, region.base, region.length)); 79 isc_buffer_forward(source, region.length) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| ttl.c | 28 #include <isc/region.h> 46 isc_region_t region; local 56 isc_buffer_availableregion(target, ®ion); 57 if (len > region.length) { 60 memmove(region.base, tmp, len); 113 isc_region_t region; local 116 * used region of the buffer. 118 isc_buffer_usedregion(target, ®ion); 119 region.base[region.length - 1] [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| eid_31.c | 39 isc_region_t region; local 45 dns_rdata_toregion(rdata, ®ion); 51 RETERR(isc_hex_totext(®ion, 60, "", target)); 53 RETERR(isc_hex_totext(®ion, tctx->width - 2, tctx->linebreak, 64 isc_region_t region; local 74 isc_buffer_activeregion(source, ®ion); 75 if (region.length < 1) { 79 RETERR(mem_tobuffer(target, region.base, region.length)); 80 isc_buffer_forward(source, region.length) [all...] |
| nimloc_32.c | 39 isc_region_t region; local 45 dns_rdata_toregion(rdata, ®ion); 51 RETERR(isc_hex_totext(®ion, 60, "", target)); 53 RETERR(isc_hex_totext(®ion, tctx->width - 2, tctx->linebreak, 64 isc_region_t region; local 74 isc_buffer_activeregion(source, ®ion); 75 if (region.length < 1) { 79 RETERR(mem_tobuffer(target, region.base, region.length)); 80 isc_buffer_forward(source, region.length) [all...] |
| /src/external/bsd/unbound/dist/daemon/ |
| acl_list.h | 80 struct regional* region; member in struct:acl_list
|
| /src/external/bsd/unbound/dist/respip/ |
| respip.h | 24 struct regional* region; member in struct:respip_set 136 * A merged new reply will be built using 'region' and *new_repp will point 154 * @param region: allocator to build *new_repp. 163 struct reply_info** new_repp, struct regional* region, 185 * @param region: allocator to build *new_repp. 197 int search_only, struct regional* region, struct auth_zones* az, 273 * @param set: struct containing the tree and region to alloc new node on. 288 * @param region: region to alloc RR(set). 300 respip_enter_rr(struct regional* region, struct resp_addr* raddr [all...] |