Lines Matching defs:allocated
44 unsigned int allocated;
86 portlist->allocated = 0;
149 if (portlist->allocated <= portlist->active) {
150 unsigned int allocated;
151 allocated = portlist->allocated + DNS_PL_ALLOCATE;
152 el = isc_mem_get(portlist->mctx, sizeof(*el) * allocated);
159 portlist->allocated * sizeof(*el));
161 portlist->allocated * sizeof(*el));
164 portlist->allocated = allocated;
251 portlist->allocated *