Home
last modified time | relevance | path

Searched refs:allocsize (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/nscd/
Dnscd-client.h213 nscd_ssize_t allocsize; /* Allocated Bytes. */ member
241 datahead_init_common (struct datahead *head, nscd_ssize_t allocsize, in datahead_init_common() argument
248 head->allocsize = allocsize; in datahead_init_common()
259 datahead_init_pos (struct datahead *head, nscd_ssize_t allocsize, in datahead_init_pos() argument
262 time_t ret = datahead_init_common (head, allocsize, recsize, ttl); in datahead_init_pos()
271 datahead_init_neg (struct datahead *head, nscd_ssize_t allocsize, in datahead_init_neg() argument
274 time_t ret = datahead_init_common (head, allocsize, recsize, ttl); in datahead_init_neg()
Dmem.c183 markrange (mark, he[cnt]->packet, dh->allocsize); in gc()
378 <= (*next_data)->packet + dh->allocsize); in gc()
387 off_alloc += (dh->allocsize + BLOCK_ALIGN_M1) & ~BLOCK_ALIGN_M1; in gc()
466 if (he->packet + dh->allocsize in gc()
470 cnt, idx, he->packet, (size_t) dh->allocsize, in gc()
Dpwdcache.c257 if (dataset->head.allocsize == dh->allocsize in cache_addpw()
260 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addpw()
Dinitgrcache.c307 if (total + req->key_len == dh->allocsize in addinitgroupsX()
310 dh->allocsize - offsetof (struct dataset, resp)) == 0) in addinitgroupsX()
Dcachedumper.c148 DH (allocsize); in nscd_print_cache()
160 (unsigned char *) (&dh->data[0]) + dh->allocsize; in nscd_print_cache()
Dnetgroupcache.c378 if (dataset->head.allocsize == dh->allocsize in addgetnetgrentX()
381 dh->allocsize - offsetof (struct dataset, resp)) == 0) in addgetnetgrentX()
Dservicescache.c240 if (total + req->key_len == dh->allocsize in cache_addserv()
243 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addserv()
Daicache.c388 if (total + req->key_len == dh->allocsize in addhstaiX()
391 dh->allocsize - offsetof (struct dataset, in addhstaiX()
Dgrpcache.c273 if (total + n == dh->allocsize in cache_addgr()
276 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addgr()
Dhstcache.c304 if (total + req->key_len == dh->allocsize in cache_addhst()
307 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addhst()
Dconnections.c431 here->packet, dh->allocsize)) in verify_persistent_db()
434 if (dh->allocsize < sizeof (struct datahead) in verify_persistent_db()
435 || dh->recsize > dh->allocsize in verify_persistent_db()
441 || here->key > here->packet + dh->allocsize in verify_persistent_db()
442 || here->key + here->len > here->packet + dh->allocsize) in verify_persistent_db()
Dnscd_helper.c498 && here_packet + dh->allocsize <= datasize in __nscd_cache_search()