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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnbbio.h63 #define NBBIO_WRITE_PEND(np) ((np)->write_pend) macro
/netbsd-current/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c719 ((buf) && !NBBIO_ERROR_FLAGS(buf) && NBBIO_WRITE_PEND(buf))
907 while (NBBIO_WRITE_PEND(state->plaintext_buf) < NBBIO_BUFSIZE(plaintext_buf)) {
911 + NBBIO_WRITE_PEND(state->plaintext_buf),
913 - NBBIO_WRITE_PEND(state->plaintext_buf));
917 NBBIO_WRITE_PEND(plaintext_buf) += ssl_stat;
961 if (NBBIO_WRITE_PEND(plaintext_buf) > 0) {

Completed in 81 milliseconds