Lines Matching refs:resp
61 ai_response_header resp; in addhstaiX() member
363 total - offsetof (struct dataset, resp), in addhstaiX()
368 dataset->resp.version = NSCD_VERSION; in addhstaiX()
369 dataset->resp.found = 1; in addhstaiX()
370 dataset->resp.naddrs = naddrs; in addhstaiX()
371 dataset->resp.addrslen = addrslen; in addhstaiX()
372 dataset->resp.canonlen = canonlen; in addhstaiX()
373 dataset->resp.error = NETDB_SUCCESS; in addhstaiX()
389 && total - offsetof (struct dataset, resp) == dh->recsize in addhstaiX()
390 && memcmp (&dataset->resp, dh->data, in addhstaiX()
392 resp)) == 0) in addhstaiX()
428 writeall (fd, &dataset->resp, dataset->head.recsize); in addhstaiX()
482 memcpy (&dataset->resp, ¬found, total); in addhstaiX()