Home
last modified time | relevance | path

Searched refs:LBER_SB_OPT_SET_NONBLOCK (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/openldap/dist/include/
H A Dlber.h139 #define LBER_SB_OPT_SET_NONBLOCK 4 macro
/netbsd/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c120 case LBER_SB_OPT_SET_NONBLOCK: in ber_sockbuf_ctrl()
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c1130 ber_sockbuf_ctrl( sb, LBER_SB_OPT_SET_NONBLOCK, (void*)1 ); in ldap_int_tls_start()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c488 if( ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_NONBLOCK, in connection_init()