Symbol: TLS_WANT_POLLIN
lib/libtls/tls.c
779
return (TLS_WANT_POLLIN);
lib/libtls/tls.c
941
if (rv == TLS_WANT_POLLIN || rv == TLS_WANT_POLLOUT)
lib/libtls/tls_bio_cb.c
109
if (rv == TLS_WANT_POLLIN) {
lib/libtls/tls_bio_cb.c
127
if (rv == TLS_WANT_POLLIN) {
libexec/login_ldap/aldap.c
145
if (wrote == TLS_WANT_POLLIN ||
libexec/login_ldap/aldap.c
366
if (ret == TLS_WANT_POLLIN ||
libexec/spamd/spamd.c
1089
if (n == TLS_WANT_POLLIN)
libexec/spamd/spamd.c
1141
if (n == TLS_WANT_POLLIN)
libexec/spamd/spamd.c
1171
if (n == TLS_WANT_POLLIN)
regress/lib/libtls/signer/signertest.c
289
if (rv == TLS_WANT_POLLIN || rv == TLS_WANT_POLLOUT)
regress/lib/libtls/tls/tlstest.c
133
if (rv == TLS_WANT_POLLIN || rv == TLS_WANT_POLLOUT)
regress/lib/libtls/tls/tlstest.c
147
if (rv == TLS_WANT_POLLIN || rv == TLS_WANT_POLLOUT)
regress/lib/libtls/tls/tlstest.c
68
return (n > 0 ? (ssize_t)n : TLS_WANT_POLLIN);
usr.bin/ftp/fetch.c
1686
} while (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT);
usr.bin/ftp/fetch.c
1768
} while (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT);
usr.bin/ftp/fetch.c
1781
} while (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT);
usr.bin/ftp/fetch.c
661
} while (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT);
usr.bin/ldap/aldap.c
145
if (wrote == TLS_WANT_POLLIN ||
usr.bin/ldap/aldap.c
366
if (ret == TLS_WANT_POLLIN ||
usr.bin/nc/netcat.c
1204
if (ret == TLS_WANT_POLLIN)
usr.bin/nc/netcat.c
1221
if (ret == TLS_WANT_POLLIN)
usr.bin/nc/netcat.c
1238
if (ret == TLS_WANT_POLLIN)
usr.bin/nc/netcat.c
1270
if (ret == TLS_WANT_POLLIN)
usr.bin/nc/netcat.c
1343
n = TLS_WANT_POLLIN;
usr.bin/nc/netcat.c
785
if (ret == TLS_WANT_POLLIN)
usr.bin/tcpbench/tcpbench.c
652
if (ret == TLS_WANT_POLLIN)
usr.sbin/acme-client/http.c
170
} while (rc == TLS_WANT_POLLIN || rc == TLS_WANT_POLLOUT);
usr.sbin/acme-client/http.c
74
} while (rc == TLS_WANT_POLLIN || rc == TLS_WANT_POLLOUT);
usr.sbin/acme-client/http.c
89
} while (rc == TLS_WANT_POLLIN || rc == TLS_WANT_POLLOUT);
usr.sbin/httpd/server.c
1180
} else if (ret == TLS_WANT_POLLIN) {
usr.sbin/httpd/server.c
800
if (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT) {
usr.sbin/httpd/server.c
860
if (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT) {
usr.sbin/ldapd/evbuffer_tls.c
101
case TLS_WANT_POLLIN:
usr.sbin/ldapd/evbuffer_tls.c
165
case TLS_WANT_POLLIN:
usr.sbin/ldapd/evbuffer_tls.c
222
case TLS_WANT_POLLIN:
usr.sbin/ntpd/constraint.c
1010
if (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT)
usr.sbin/ntpd/constraint.c
1152
if (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT)
usr.sbin/ocspcheck/http.c
112
} while (rc == TLS_WANT_POLLIN || rc == TLS_WANT_POLLOUT);
usr.sbin/ocspcheck/http.c
189
} while (rc == TLS_WANT_POLLIN || rc == TLS_WANT_POLLOUT);
usr.sbin/ocspcheck/http.c
97
} while (rc == TLS_WANT_POLLIN || rc == TLS_WANT_POLLOUT);
usr.sbin/relayd/check_tls.c
127
} else if (ret == TLS_WANT_POLLIN) {
usr.sbin/relayd/check_tls.c
178
} else if (ret == TLS_WANT_POLLIN) {
usr.sbin/relayd/check_tls.c
73
} else if (ret == TLS_WANT_POLLIN) {
usr.sbin/relayd/relay.c
2467
} else if (ret == TLS_WANT_POLLIN) {
usr.sbin/relayd/relay.c
2524
if (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT) {
usr.sbin/relayd/relay.c
2583
if (ret == TLS_WANT_POLLIN || ret == TLS_WANT_POLLOUT) {
usr.sbin/rpki-client/http.c
1148
case TLS_WANT_POLLIN:
usr.sbin/rpki-client/http.c
1556
} else if (s == TLS_WANT_POLLIN) {
usr.sbin/rpki-client/http.c
1746
} else if (s == TLS_WANT_POLLIN) {
usr.sbin/rpki-client/http.c
1875
case TLS_WANT_POLLIN:
usr.sbin/smtpd/iobuf.c
408
if (n == TLS_WANT_POLLIN)
usr.sbin/smtpd/iobuf.c
428
if (n == TLS_WANT_POLLIN)
usr.sbin/smtpd/ioev.c
869
if (ret == TLS_WANT_POLLIN)
usr.sbin/syslogd/evbuffer_tls.c
101
case TLS_WANT_POLLIN:
usr.sbin/syslogd/evbuffer_tls.c
166
case TLS_WANT_POLLIN:
usr.sbin/syslogd/evbuffer_tls.c
223
case TLS_WANT_POLLIN:
usr.sbin/ypldap/aldap.c
145
if (wrote == TLS_WANT_POLLIN ||
usr.sbin/ypldap/aldap.c
402
if (ret == TLS_WANT_POLLIN ||