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

/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c435 stop_writing(struct bufferevent_openssl *bev_ssl) function
460 stop_writing(bev_ssl);
472 stop_writing(bev_ssl);
537 stop_writing(bev_ssl);
1034 stop_writing(bev_ssl);
1171 stop_writing(bev_ssl);
/freebsd-10-stable/contrib/serf/
H A Dserf_private.h283 int stop_writing; member in struct:serf_connection_t
H A Doutgoing.c158 if (conn->stop_writing != 1) {
830 conn->stop_writing = 1;
862 conn->stop_writing = 1;
1033 /* If the stop_writing flag was set on the connection, reset it now because
1035 if (conn->stop_writing) {
1036 conn->stop_writing = 0;

Completed in 58 milliseconds