Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconnection.c113 checked_lock( &c->c_io_mutex ); in handle_pdus()
119 checked_unlock( &c->c_io_mutex ); in handle_pdus()
151 checked_lock( &c->c_io_mutex ); in handle_pdus()
161 checked_unlock( &c->c_io_mutex ); in handle_pdus()
223 checked_lock( &c->c_io_mutex ); in connection_read_cb()
227 checked_unlock( &c->c_io_mutex ); in connection_read_cb()
265 checked_lock( &c->c_io_mutex ); in connection_read_cb()
267 checked_unlock( &c->c_io_mutex ); in connection_read_cb()
276 checked_lock( &c->c_io_mutex ); in connection_read_cb()
283 checked_unlock( &c->c_io_mutex ); in connection_read_cb()
[all …]
H A Dupstream.c78 checked_lock( &client->c_io_mutex ); in forward_response()
82 checked_unlock( &client->c_io_mutex ); in forward_response()
92 checked_unlock( &client->c_io_mutex ); in forward_response()
465 checked_lock( &c->c_io_mutex ); in upstream_bind_cb()
468 checked_unlock( &c->c_io_mutex ); in upstream_bind_cb()
478 checked_unlock( &c->c_io_mutex ); in upstream_bind_cb()
523 checked_lock( &c->c_io_mutex ); in upstream_bind_cb()
525 checked_unlock( &c->c_io_mutex ); in upstream_bind_cb()
556 checked_lock( &c->c_io_mutex ); in upstream_bind()
594 checked_unlock( &c->c_io_mutex ); in upstream_bind()
[all …]
H A Dclient.c111 assert_locked( &upstream->c_io_mutex ); in request_process()
122 checked_unlock( &upstream->c_io_mutex ); in request_process()
144 checked_unlock( &upstream->c_io_mutex ); in request_process()
197 checked_unlock( &upstream->c_io_mutex ); in request_process()
319 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
321 checked_unlock( &c->c_io_mutex ); in client_tls_handshake_cb()
330 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
332 checked_unlock( &c->c_io_mutex ); in client_tls_handshake_cb()
338 checked_unlock( &c->c_io_mutex ); in client_tls_handshake_cb()
H A Dbind.c350 checked_lock( &upstream->c_io_mutex ); in request_bind()
354 checked_unlock( &upstream->c_io_mutex ); in request_bind()
384 assert_locked( &upstream->c_io_mutex ); in request_bind()
396 checked_unlock( &upstream->c_io_mutex ); in request_bind()
451 checked_unlock( &upstream->c_io_mutex ); in request_bind()
496 checked_unlock( &upstream->c_io_mutex ); in request_bind()
550 checked_lock( &upstream->c_io_mutex ); in finish_sasl_bind()
553 checked_unlock( &upstream->c_io_mutex ); in finish_sasl_bind()
567 checked_unlock( &upstream->c_io_mutex ); in finish_sasl_bind()
971 checked_lock( &client->c_io_mutex ); in handle_vc_bind_response()
[all …]
H A Dextended.c94 checked_lock( &c->c_io_mutex ); in handle_starttls()
97 checked_unlock( &c->c_io_mutex ); in handle_starttls()
107 checked_unlock( &c->c_io_mutex ); in handle_starttls()
H A Doperation.c364 checked_lock( &upstream->c_io_mutex ); in operation_send_abandon()
396 checked_unlock( &upstream->c_io_mutex ); in operation_send_abandon()
485 checked_lock( &c->c_io_mutex ); in operation_send_reject()
488 checked_unlock( &c->c_io_mutex ); in operation_send_reject()
501 checked_unlock( &c->c_io_mutex ); in operation_send_reject()
H A Dbackend.c340 checked_lock( &c->c_io_mutex ); in backend_select()
376 assert_locked( &c->c_io_mutex ); in backend_select()
380 checked_unlock( &c->c_io_mutex ); in backend_select()
H A Dlload.h392 ldap_pvt_thread_mutex_t c_io_mutex; /* only one pdu written at a time */ member