Lines Matching refs:total
79 ssize_t total; in do_notfound() local
83 total = sizeof (notfound); in do_notfound()
87 TEMP_FAILURE_RETRY (send (fd, ¬found, total, MSG_NOSIGNAL)); in do_notfound()
95 total, db->negtimeout); in do_notfound()
98 memcpy (&dataset->resp, ¬found, total); in do_notfound()
107 *totalp = total; in do_notfound()
130 ssize_t total; in addgetnetgrentX() local
148 cacheable = do_notfound (db, fd, req, key, &dataset, &total, &timeout, in addgetnetgrentX()
349 cacheable = do_notfound (db, fd, req, key, &dataset, &total, &timeout, in addgetnetgrentX()
354 total = buffilled; in addgetnetgrentX()
358 timeout = datahead_init_pos (&dataset->head, total + req->key_len, in addgetnetgrentX()
359 total - offsetof (struct dataset, resp), in addgetnetgrentX()
397 = (struct dataset *) mempool_alloc (db, total + req->key_len, 1); in addgetnetgrentX()
403 dataset = memcpy (newp, dataset, total + req->key_len); in addgetnetgrentX()
429 ((uintptr_t) dataset & pagesize_m1) + total + req->key_len, in addgetnetgrentX()