Home
last modified time | relevance | path

Searched refs:LLOAD_C_CLOSING (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c299 if ( client->c_state == LLOAD_C_CLOSING && !client->c_ops ) { in operation_unlink_client()
338 if ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) { in operation_unlink_upstream()
608 if ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) { in connection_timeout()
H A Dbind.c654 if ( upstream->c_state == LLOAD_C_CLOSING ) { in handle_bind_response()
740 client->c_state == LLOAD_C_CLOSING ); in handle_bind_response()
810 client->c_state == LLOAD_C_CLOSING ); in handle_whoami_response()
967 client->c_state == LLOAD_C_CLOSING ); in handle_vc_bind_response()
H A Dlload.h279 LLOAD_C_CLOSING, /* closing */ enumerator
H A Dconnection.c540 c->c_state = LLOAD_C_CLOSING; in lload_connection_close()
H A Dclient.c287 if ( c->c_state == LLOAD_C_CLOSING ) { in handle_one_request()
H A Dupstream.c127 c->c_state = LLOAD_C_CLOSING; in handle_unsolicited()