HomeSort by: relevance | last modified time | path
    Searched refs:regional (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/bsd/unbound/dist/util/
regional.h 2 * regional.h -- region based memory allocator.
38 * Regional allocator. Allocates small portions of of larger chunks.
46 * o allocs the regional struct inside the first block.
47 * o can take a block to create regional from.
55 * the regional* is the first block*.
57 * and so does the regional struct, which is the first block.
59 struct regional struct
79 /** padding for sizeof8 alignment of sizeof(struct regional)
85 * Create a new regional.
86 * @return: newly allocated regional
    [all...]
regional.c 2 * regional.c -- region based memory allocator.
40 * Regional allocator. Allocates small portions of of larger chunks.
45 #include "util/regional.h"
65 struct regional*
71 /** init regional struct with first block */
73 regional_init(struct regional* r)
75 size_t a = ALIGN_UP(sizeof(struct regional), ALIGNMENT);
87 * @return: newly allocated regional.
89 static struct regional*
92 struct regional* r
    [all...]
tcp_conn_limit.h 48 struct regional;
54 /** regional for allocation */
55 struct regional* region;
  /src/external/bsd/unbound/dist/iterator/
iter_scrub.h 48 struct regional;
61 * @param regional: where to allocate (new) parts of the message.
68 struct query_info* qinfo, uint8_t* zonename, struct regional* regional,
iter_delegpt.h 46 struct regional;
182 * @param regional: where to allocate it.
185 struct delegpt* delegpt_create(struct regional* regional);
190 * @param regional: where to allocate it.
193 struct delegpt* delegpt_copy(struct delegpt* dp, struct regional* regional);
198 * @param regional: where to allocate the name copy.
202 int delegpt_set_name(struct delegpt* dp, struct regional* regional,
    [all...]
iter_donotq.h 48 struct regional;
54 /** regional for allocation */
55 struct regional* region;
iter_priv.h 49 struct regional;
56 /** regional for allocation */
57 struct regional* region;
iter_utils.h 54 struct regional;
117 * Allocate dns_msg from parsed msg, in regional.
119 * @param msg: parsed message (cleaned and ready for regional allocation).
120 * @param regional: regional to use for allocation.
124 struct regional* regional);
127 * Copy a dns_msg to this regional.
128 * @param from: dns message, also in regional.
129 * @param regional: regional to use for allocation
    [all...]
  /src/external/bsd/unbound/dist/services/cache/
dns.h 49 struct regional;
99 struct regional* region, uint32_t flags, time_t qstarttime,
126 struct reply_info* qrep, uint32_t flags, struct regional* region,
150 struct regional* region, struct dns_msg** msg, time_t timenow,
167 struct reply_info* r, struct regional* region, time_t now,
168 int allow_expired, struct regional* scratch);
177 struct regional* region);
199 uint16_t flags, struct regional* region, struct regional* scratch,
212 struct regional* region, struct delegpt* dp, uint32_t flags)
    [all...]
  /src/external/bsd/unbound/dist/edns-subnet/
subnet-whitelist.h 48 struct regional;
54 /** regional for allocation */
55 struct regional* region;
  /src/external/bsd/unbound/dist/validator/
val_kentry.h 45 struct regional;
118 struct regional* region);
177 struct key_entry_key* key_entry_create_null(struct regional* region,
195 struct key_entry_key* key_entry_create_rrset(struct regional* region,
213 struct key_entry_key* key_entry_create_bad(struct regional* region,
225 struct regional* region);
val_kcache.h 48 struct regional;
109 struct regional* region, time_t now);
val_sigcrypt.h 54 struct regional;
320 enum sec_status dnskey_verify_rrset_sig(struct regional* region,
341 int rrset_canonical_equal(struct regional* region,
353 int rrset_canonicalize_to_buffer(struct regional* region,
val_utils.h 54 struct regional;
217 struct key_entry_key* val_verify_new_DNSKEYs(struct regional* region,
250 struct key_entry_key* val_verify_new_DNSKEYs_with_ta(struct regional* region,
392 void val_blacklist(struct sock_list** blacklist, struct regional* region,
428 uint16_t c, struct regional* region, uint8_t* topname);
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod-whitelist.h 47 struct regional;
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 55 struct regional;
97 * in an ephemeral regional allocator. A deep copy of the data may
270 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd,
304 struct regional* region, struct edns_data* edns);
323 struct reply_info** rep, struct regional* region);
327 struct regional* region, struct query_info* qi);
407 struct alloc_cache* alloc, struct regional* region);
422 struct alloc_cache* alloc, struct regional* region);
454 make_new_reply_info(const struct reply_info* rep, struct regional* region,
469 struct rrset_parse *pset, struct regional* region,
    [all...]
msgencode.h 48 struct regional;
71 int cached, struct regional* region, uint16_t udpsize,
95 struct regional* region, uint16_t udpsize, int dnssec, int minimise);
  /src/external/bsd/unbound/dist/libunbound/
libworker.h 58 struct regional;
152 struct regional* temp, enum sec_status msg_security);
  /src/external/bsd/unbound/dist/respip/
respip.h 24 struct regional* region;
163 struct reply_info** new_repp, struct regional* region,
197 int search_only, struct regional* region, struct auth_zones* az,
300 respip_enter_rr(struct regional* region, struct resp_addr* raddr,
313 respip_copy_rrset(const struct ub_packed_rrset_key* key, struct regional* region);
  /src/external/bsd/unbound/dist/daemon/
acl_list.h 48 struct regional;
79 /** regional for allocation */
80 struct regional* region;
worker.h 61 struct regional;
130 /** thread scratch regional */
131 struct regional* scratchpad;
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.h 75 struct comm_reply* repinfo, struct regional* region,
82 uint8_t* zone, size_t zonelen, struct regional* region, int id,
  /src/external/bsd/unbound/dist/services/
localzone.h 52 struct regional;
162 struct regional* region;
334 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist,
355 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp,
473 struct regional* temp);
534 int rrset_insert_rr(struct regional* region, struct packed_rrset_data* pd,
619 struct regional* temp, int labs, struct local_data** ldp,
rpz.h 88 struct regional* region;
125 struct regional* region;
182 struct regional* temp, struct comm_reply* repinfo,
view.h 47 struct regional;

Completed in 84 milliseconds

1 2 3 4