Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance
/nscd/ |
A D | nscd.c | 356 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 D | nscd_getpw_r.c | 177 ssize_t nbytes = __readall (sock, buffer, total); in nscd_getpw_r() local 179 if (__glibc_unlikely (nbytes != total)) in nscd_getpw_r()
|
A D | nscd_stat.c | 169 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 D | nscd_helper.c | 551 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