Searched refs:retry_read (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c472 static int retry_read(int fd, void *buf0, unsigned nbyte) function
637 if (retry_read(s, &count, sizeof(count)) < (int) sizeof(count)) {
650 if (retry_read(s, response, count) < count) {

Completed in 57 milliseconds