/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sasl.c | 53 static int nsldapi_sasl_close( LDAP *ld, Sockbuf *sb ); 54 static void destroy_sasliobuf(Sockbuf *sb); 148 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_read() 266 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_write() 318 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_poll() 351 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_ne_read() 365 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_ne_write() 378 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_close_socket() 406 nsldapi_sasl_install( LDAP *ld, Sockbuf *sb, void *ctx_arg, sasl_ssf_t *ssf) in nsldapi_sasl_install() 571 Sockbuf *sb; in nsldapi_sasl_open() [all …]
|
H A D | ldap-int.h | 184 Sockbuf *lconn_sb; 686 int nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *host, 688 void nsldapi_close_connection( LDAP *ld, Sockbuf *sb ); 692 int nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb ); 693 int nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb ); 694 int nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb ); 695 int nsldapi_iostatus_is_read_ready( LDAP *ld, Sockbuf *sb ); 696 int nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb ); 697 int nsldapi_install_lber_extiofns( LDAP *ld, Sockbuf *sb ); 723 int nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit, [all …]
|
H A D | os-ip.c | 127 static int nsldapi_add_to_cb_pollfds( Sockbuf *sb, 129 static int nsldapi_clear_from_cb_pollfds( Sockbuf *sb, 131 static int nsldapi_find_in_cb_pollfds( Sockbuf *sb, 466 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist, 737 nsldapi_close_connection( LDAP *ld, Sockbuf *sb ) 750 nsldapi_host_connected_to( Sockbuf *sb ) 786 nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb ) 838 nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb ) 889 nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb ) 953 nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb ) [all …]
|
H A D | abandon.c | 114 Sockbuf *sb; in do_abandon()
|
H A D | unbind.c | 192 nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls, in nsldapi_send_unbind()
|
H A D | request.c | 323 nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit, in nsldapi_ber_flush() 367 Sockbuf *sb = NULL; in nsldapi_new_connection() 1244 nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb ) in nsldapi_connection_lost_nolock()
|
H A D | getoption.c | 134 *((Sockbuf **) optdata) = ld->ld_sbp; in ldap_get_option()
|
H A D | result.c | 52 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc, 493 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | io.c | 106 static void nslberi_install_compat_io_fns( Sockbuf *sb ); 124 ber_filbuf( Sockbuf *sb, ber_slen_t len ) in ber_filbuf() 182 BerRead( Sockbuf *sb, char *buf, ber_slen_t len ) in BerRead() 337 ber_flush( Sockbuf *sb, BerElement *ber, int freeit ) in ber_flush() 556 get_tag( Sockbuf *sb ) in get_tag() 593 ber_get_next( Sockbuf *sb, ber_len_t *len, BerElement *ber ) in ber_get_next() 714 Sockbuf * 718 return( (Sockbuf *)NSLBERI_CALLOC( 1, sizeof(struct sockbuf) ) ); in ber_sockbuf_alloc() 723 ber_sockbuf_free(Sockbuf *p) in ber_sockbuf_free() 862 ber_sockbuf_set_option( Sockbuf *sb, int option, void *value ) in ber_sockbuf_set_option() [all …]
|
H A D | lber-int.h | 200 #define NULLSOCKBUF ((Sockbuf *)NULL)
|
/titanic_44/usr/src/lib/libldap5/include/ldap/ |
H A D | solaris-int.h | 141 typedef struct sockbuf Sockbuf; typedef 150 ber_len_t *Bytes_Scanned, Sockbuf *sb ); 156 LDAP_API(Sockbuf*) LDAP_CALL ber_sockbuf_alloc( void ); 157 LDAP_API(void) LDAP_CALL ber_sockbuf_free( Sockbuf* p ); 158 LDAP_API(int) LDAP_CALL ber_sockbuf_set_option( Sockbuf *sb, int option, 160 LDAP_API(int) LDAP_CALL ber_sockbuf_get_option( Sockbuf *sb, int option, 162 LDAP_API(int) LDAP_CALL ber_flush( Sockbuf *sb, BerElement *ber, int freeit ); 163 LDAP_API(ber_tag_t) LDAP_CALL ber_get_next( Sockbuf *sb, ber_len_t *len,
|
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | dtest.c | 45 Sockbuf sb; in main()
|
H A D | etest.c | 38 Sockbuf sb; in main()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 617 Sockbuf *sbp; in prldap_socket_arg_from_ld()
|