Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconnection.c115 (c->c_io_state & LLOAD_C_READ_PAUSE) ) { in handle_pdus()
153 !(c->c_io_state & LLOAD_C_READ_PAUSE) ) { in handle_pdus()
160 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in handle_pdus()
224 assert( !(c->c_io_state & LLOAD_C_READ_HANDOVER) ); in connection_read_cb()
226 pause = c->c_io_state & LLOAD_C_READ_PAUSE; in connection_read_cb()
266 c->c_io_state |= LLOAD_C_READ_HANDOVER; in connection_read_cb()
277 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in connection_read_cb()
280 !(c->c_io_state & LLOAD_C_READ_PAUSE) ) ) { in connection_read_cb()
358 if ( !(c->c_io_state & LLOAD_C_READ_PAUSE) ) { in connection_write_cb()
364 c->c_io_state |= LLOAD_C_READ_PAUSE; in connection_write_cb()
[all …]
H A Dupstream.c524 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_bind_cb()
593 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_bind()
850 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_starttls()
860 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_starttls()
H A Dextended.c106 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in handle_starttls()
H A Dlload.h306 enum sc_io_state c_io_state; member
H A Dclient.c274 if ( c->c_io_state & LLOAD_C_READ_PAUSE ) { in handle_one_request()