Home
last modified time | relevance | path

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

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