Home
last modified time | relevance | path

Searched refs:ber_sockbuf_ctrl (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c545 ber_sockbuf_ctrl( sb, LBER_SB_OPT_SET_FD, s ); in ldap_int_connect_cbs()
562 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, s ); in ldap_int_connect_cbs()
581 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, s ); in ldap_int_connect_cbs()
886 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_host_connected_to()
987 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_mark_select_write()
1032 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_mark_select_read()
1077 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_mark_select_clear()
1104 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_clear_select_write()
1131 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_is_write_ready()
1160 if (ber_sockbuf_ctrl( sb, LBER_SB_OPT_DATA_READY, NULL )) in ldap_is_read_ready()
[all …]
H A Dopen.c74 if ( ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, &sd ) == -1 ) { in ldap_connect()
364 ber_sockbuf_ctrl( conn->lconn_sb, LBER_SB_OPT_SET_FD, &fd ); in ldap_init_fd()
598 ber_sockbuf_ctrl( c->lconn_sb, LBER_SB_OPT_SET_FD, fdp ); in ldap_open_internal_connection()
H A Dtls2.c46 #define HAS_TLS( sb ) ber_sockbuf_ctrl( sb, LBER_SB_OPT_HAS_IO, \
356 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_SSL, (void *)&ssl ); in ldap_int_tls_connect()
468 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_SSL, (void *)&ssl ); in ldap_pvt_tls_accept()
1130 ber_sockbuf_ctrl( sb, LBER_SB_OPT_SET_NONBLOCK, (void*)1 ); in ldap_int_tls_start()
1132 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_int_tls_start()
1224 ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_SSL, (void *)&p ); in ldap_pvt_tls_sb_ctx()
H A Dresult.c310 if ( ber_sockbuf_ctrl( lc->lconn_sb, in wait4msg()
574 if ( ber_sockbuf_ctrl( lc->lconn_sb, LBER_SB_OPT_DATA_READY, NULL ) ) { in try_read1msg()
1046 if ( ber_sockbuf_ctrl( lc->lconn_sb, LBER_SB_OPT_DATA_READY, NULL ) ) ok = 1; in try_read1msg()
1154 if ( lc && ber_sockbuf_ctrl( lc->lconn_sb, LBER_SB_OPT_DATA_READY, NULL ) ) { in try_read1msg()
H A Drequest.c133 if ( ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, &sd ) == -1 ) { in ldap_send_initial_request()
137 ber_sockbuf_ctrl( ld->ld_defconn->lconn_sb, in ldap_send_initial_request()
269 ber_sockbuf_ctrl( lc->lconn_sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_send_server_request()
870 if ( ber_sockbuf_ctrl( lc->lconn_sb, LBER_SB_OPT_GET_FD, &sb ) == 1 ) { in ldap_dump_connection()
H A Dabandon.c195 if ( ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, NULL ) == -1 ) { in do_abandon()
H A Dcyrus.c479 ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, &sd ); in ldap_int_sasl_bind()
487 ber_sockbuf_ctrl( ld->ld_defconn->lconn_sb, in ldap_int_sasl_bind()
H A Dsasl.c850 if ( !ber_sockbuf_ctrl( sb, LBER_SB_OPT_HAS_IO, in ldap_pvt_sasl_generic_install()
H A Doptions.c189 ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, outvalue ); in ldap_get_option()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c382 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in connection_init()
423 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_FD, &sfd ); in connection_init()
470 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_UNGET_BUF, peerbv ); in connection_init()
488 if( ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_NONBLOCK, in connection_init()
509 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in connection_init()
561 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in connection2anonymous()
658 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in connection_destroy()
1237 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in connection_client_stop()
1386 } else if ( rc == 1 && ber_sockbuf_ctrl( c->c_sb, in connection_read()
1394 if( !ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_DATA_READY, NULL ) ) in connection_read()
[all …]
H A Dbind.c536 ber_sockbuf_ctrl( op->o_conn->c_sb, in fe_op_bind_success()
/netbsd/external/bsd/openldap/dist/servers/lloadd/
H A Dclient.c372 } else if ( ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_NEEDS_WRITE, NULL ) ) { in client_tls_handshake_cb()
414 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in client_init()
H A Dupstream.c753 } else if ( ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_NEEDS_WRITE, NULL ) ) { in upstream_tls_handshake_cb()
915 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in upstream_init()
H A Dconnection.c581 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_FD, &s ); in lload_connection_init()
/netbsd/external/bsd/openldap/dist/include/
H A Dlber.h586 ber_sockbuf_ctrl LDAP_P((
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c279 ber_sockbuf_ctrl( op->o_conn->c_sb, in slapi_op_bind_callback()
H A Dslapi_ops.c226 ber_sockbuf_ctrl( conn->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in slapi_int_connection_init_pb()
/netbsd/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c88 ber_sockbuf_ctrl( Sockbuf *sb, int opt, void *arg ) in ber_sockbuf_ctrl() function
/netbsd/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmonitor.c427 ber_sockbuf_ctrl( sockbuf, LBER_SB_OPT_GET_FD, &socket ); in ldap_back_monitor_conn_peername()