HomeSort by: relevance | last modified time | path
    Searched refs:LLOAD_C_CLOSING (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
operation.c 321 if ( client->c_state == LLOAD_C_CLOSING && !client->c_ops ) {
360 if ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) {
632 ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) ) {
bind.c 658 if ( upstream->c_state == LLOAD_C_CLOSING ) {
744 client->c_state == LLOAD_C_CLOSING );
814 client->c_state == LLOAD_C_CLOSING );
971 client->c_state == LLOAD_C_CLOSING );
lload.h 347 LLOAD_C_CLOSING, /* closing */
connection.c 564 c->c_state = LLOAD_C_CLOSING;
client.c 434 if ( state == LLOAD_C_CLOSING ) {
upstream.c 153 c->c_state = LLOAD_C_CLOSING;
monitor.c 662 case LLOAD_C_CLOSING: {

Completed in 51 milliseconds