Lines Matching refs:allocated
29 ipkl->allocated = 0;
41 if (ipkl->allocated == 0) {
46 isc_mem_cput(mctx, ipkl->addrs, ipkl->allocated,
51 isc_mem_cput(mctx, ipkl->sources, ipkl->allocated,
56 for (size_t i = 0; i < ipkl->allocated; i++) {
65 isc_mem_cput(mctx, ipkl->keys, ipkl->allocated,
70 for (size_t i = 0; i < ipkl->allocated; i++) {
79 isc_mem_cput(mctx, ipkl->tlss, ipkl->allocated,
84 for (size_t i = 0; i < ipkl->allocated; i++) {
93 isc_mem_cput(mctx, ipkl->labels, ipkl->allocated,
174 if (n <= ipkl->allocated) {
178 ipkl->addrs = isc_mem_creget(mctx, ipkl->addrs, ipkl->allocated, n,
180 ipkl->sources = isc_mem_creget(mctx, ipkl->sources, ipkl->allocated, n,
182 ipkl->keys = isc_mem_creget(mctx, ipkl->keys, ipkl->allocated, n,
184 ipkl->tlss = isc_mem_creget(mctx, ipkl->tlss, ipkl->allocated, n,
186 ipkl->labels = isc_mem_creget(mctx, ipkl->labels, ipkl->allocated, n,
189 ipkl->allocated = n;