Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance

/nscd/
A Dnscd.c356 ssize_t nbytes = TEMP_FAILURE_RETRY (send (sock, reqdata, reqlen, in invalidate_db() local
359 if (nbytes != reqlen) in invalidate_db()
369 nbytes = TEMP_FAILURE_RETRY (read (sock, &resp, sizeof (resp))); in invalidate_db()
370 if (nbytes != 0 && nbytes != sizeof (resp)) in invalidate_db()
398 ssize_t nbytes = TEMP_FAILURE_RETRY (send (sock, &req, sizeof req, in send_shutdown() local
401 exit (nbytes != sizeof (request_header) ? EXIT_FAILURE : EXIT_SUCCESS); in send_shutdown()
A Dnscd_getpw_r.c177 ssize_t nbytes = __readall (sock, buffer, total); in nscd_getpw_r() local
179 if (__glibc_unlikely (nbytes != total)) in nscd_getpw_r()
A Dnscd_stat.c169 ssize_t nbytes; in receive_print_stats() local
202 nbytes = TEMP_FAILURE_RETRY (send (fd, &req, sizeof (request_header), in receive_print_stats()
204 if (nbytes != sizeof (request_header)) in receive_print_stats()
A Dnscd_helper.c551 ssize_t nbytes = TEMP_FAILURE_RETRY (__read (sock, response, in __nscd_open_socket() local
553 if (nbytes == (ssize_t) responselen) in __nscd_open_socket()

Completed in 10 milliseconds