Home
last modified time | relevance | path

Searched refs:ld_sbp (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c89 if ( ld->ld_sbp->sb_naddr == 0 ) { in ldap_ld_free()
109 for ( i = 0; i < ld->ld_sbp->sb_naddr; ++i ) { in ldap_ld_free()
110 NSLDAPI_FREE( ld->ld_sbp->sb_addrs[ i ] ); in ldap_ld_free()
112 NSLDAPI_FREE( ld->ld_sbp->sb_addrs ); in ldap_ld_free()
113 NSLDAPI_FREE( ld->ld_sbp->sb_fromaddr ); in ldap_ld_free()
151 if ( ld->ld_sbp != NULL ) in ldap_ld_free()
152 ber_sockbuf_free( ld->ld_sbp ); in ldap_ld_free()
H A Dopen.c507 if (( ld->ld_sbp = ber_sockbuf_alloc()) == NULL || in ldap_init()
511 if ( ld->ld_sbp != NULL ) { in ldap_init()
512 ber_sockbuf_free( ld->ld_sbp ); in ldap_init()
532 ber_sockbuf_set_option( ld->ld_sbp, LBER_SOCKBUF_OPT_EXT_IO_FNS, in ldap_init()
H A Dresult.c1080 FD_SET( ld->ld_sbp->sb_sd, &readfds );
1088 pollfds[0].lpoll_fd = ld->ld_sbp->sb_sd;
1089 pollfds[0].lpoll_arg = ld->ld_sbp->sb_arg;
1110 return( tcpselect( ld->ld_sbp->sb_sd, timeout ));
1124 FD_SET( ld->ld_sbp->sb_sd, &readfds );
1275 if ( ld->ld_sbp->sb_ber.ber_ptr >= ld->ld_sbp->sb_ber.ber_end ) {
1285 if ( (tag = ber_get_next( ld->ld_sbp, &len, ber ))
H A Drequest.c392 if ( ber_sockbuf_get_option( ld->ld_sbp, in nsldapi_new_connection()
397 if ( ber_sockbuf_get_option( ld->ld_sbp, in nsldapi_new_connection()
403 if ( ber_sockbuf_get_option( ld->ld_sbp, in nsldapi_new_connection()
411 lc->lconn_sb = ( use_ldsb ) ? ld->ld_sbp : sb; in nsldapi_new_connection()
609 if ( lc->lconn_sb != ld->ld_sbp ) { in nsldapi_free_connection()
651 "No", ( lc->lconn_sb == ld->ld_sbp ) ? in nsldapi_dump_connection()
H A Dgetoption.c134 *((Sockbuf **) optdata) = ld->ld_sbp; in ldap_get_option()
137 if ( ber_sockbuf_get_option( ld->ld_sbp, in ldap_get_option()
H A Dsetoption.c223 if (ber_sockbuf_set_option(ld->ld_sbp, LBER_SOCKBUF_OPT_EXT_IO_FNS, in ldap_set_option()
231 if ((rc = nsldapi_install_lber_extiofns(ld, ld->ld_sbp)) in ldap_set_option()
H A Dabandon.c224 sb = ld->ld_sbp; in do_abandon()
H A Dldap-int.h263 struct sockbuf *ld_sbp; /* pointer to socket desc. & buffer */ member
548 #define LDAP_IS_CLDAP( ld ) ( ld->ld_sbp->sb_naddr > 0 )
H A Dsearch.c331 if ( ld->ld_sbp->sb_naddr > 0 ) { in nsldapi_build_search_req()
H A Dos-ip.c1795 return( nsldapi_install_lber_extiofns( ld, ld->ld_sbp ));