Searched refs:allocsize (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/nscd/ |
D | nscd-client.h | 213 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()
|
D | mem.c | 183 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()
|
D | pwdcache.c | 257 if (dataset->head.allocsize == dh->allocsize in cache_addpw() 260 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addpw()
|
D | initgrcache.c | 307 if (total + req->key_len == dh->allocsize in addinitgroupsX() 310 dh->allocsize - offsetof (struct dataset, resp)) == 0) in addinitgroupsX()
|
D | cachedumper.c | 148 DH (allocsize); in nscd_print_cache() 160 (unsigned char *) (&dh->data[0]) + dh->allocsize; in nscd_print_cache()
|
D | netgroupcache.c | 378 if (dataset->head.allocsize == dh->allocsize in addgetnetgrentX() 381 dh->allocsize - offsetof (struct dataset, resp)) == 0) in addgetnetgrentX()
|
D | servicescache.c | 240 if (total + req->key_len == dh->allocsize in cache_addserv() 243 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addserv()
|
D | aicache.c | 388 if (total + req->key_len == dh->allocsize in addhstaiX() 391 dh->allocsize - offsetof (struct dataset, in addhstaiX()
|
D | grpcache.c | 273 if (total + n == dh->allocsize in cache_addgr() 276 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addgr()
|
D | hstcache.c | 304 if (total + req->key_len == dh->allocsize in cache_addhst() 307 dh->allocsize - offsetof (struct dataset, resp)) == 0) in cache_addhst()
|
D | connections.c | 431 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()
|
D | nscd_helper.c | 498 && here_packet + dh->allocsize <= datasize in __nscd_cache_search()
|