Searched refs:Sockbuf (Results 1 - 24 of 24) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap-int.h77 int open_ldap_connection( LDAP *ld, Sockbuf *sb, char *host, int defport,
93 void close_ldap_connection( Sockbuf *sb ); /* rri */
95 int connect_to_host(Sockbuf *sb, char *host, in_addr_t address, int port,
97 void close_connection( Sockbuf *sb );
105 char *host_connected_to( Sockbuf *sb );
116 void mark_select_write( LDAP *ld, Sockbuf *sb );
117 void mark_select_read( LDAP *ld, Sockbuf *sb );
118 void mark_select_clear( LDAP *ld, Sockbuf *sb );
119 long is_read_ready( LDAP *ld, Sockbuf *sb );
120 long is_write_ready( LDAP *ld, Sockbuf *s
[all...]
H A Dldap-private.h187 } Sockbuf; typedef in typeref:struct:sockbuf
195 Sockbuf *lconn_sb;
270 Sockbuf ld_sb; /* socket descriptor & buffer */
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dos-ip.c136 connect_to_host(Sockbuf *sb, char *host, in_addr_t address,
254 close_ldap_connection( Sockbuf *sb )
270 host_connected_to( Sockbuf *sb )
324 mark_select_write( LDAP *ld, Sockbuf *sb )
351 mark_select_read( LDAP *ld, Sockbuf *sb )
379 mark_select_clear( LDAP *ld, Sockbuf *sb )
404 is_write_ready( LDAP *ld, Sockbuf *sb )
424 is_read_ready( LDAP *ld, Sockbuf *sb )
503 mark_select_write( LDAP *ld, Sockbuf *sb )
516 mark_select_read( LDAP *ld, Sockbuf *s
[all...]
H A Dabandon.c165 Sockbuf *sb;
H A Drequest.c304 Sockbuf *sb;
311 ( !use_ldsb && ( sb = (Sockbuf *)calloc( 1, sizeof( Sockbuf )))
673 * Sockbuf "sb." sb == NULL means we don't know specifically where
677 nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb )
H A Dunbind.c174 send_unbind( LDAP *ld, Sockbuf *sb )
H A Dopen.c252 open_ldap_connection(LDAP *ld, Sockbuf *sb, char *host, int defport,
H A Dcldap.c345 Sockbuf *sb;
H A Dresult.c65 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
356 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb,
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Ddtest.c45 Sockbuf sb;
H A Detest.c38 Sockbuf sb;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h184 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 *s
[all...]
H A Dsasl.c53 static int nsldapi_sasl_close( LDAP *ld, Sockbuf *sb );
54 static void destroy_sasliobuf(Sockbuf *sb);
148 Sockbuf *sb = (Sockbuf *)arg;
266 Sockbuf *sb = (Sockbuf *)arg;
318 Sockbuf *sb = (Sockbuf *)arg;
351 Sockbuf *sb = (Sockbuf *)ar
[all...]
H A Dos-ip.c86 * NSLDAPI_CB_POLL_MATCH() evaluates to non-zero (true) if the Sockbuf *sdp
129 static int nsldapi_add_to_cb_pollfds( Sockbuf *sb,
131 static int nsldapi_clear_from_cb_pollfds( Sockbuf *sb,
133 static int nsldapi_find_in_cb_pollfds( Sockbuf *sb,
468 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist,
739 nsldapi_close_connection( LDAP *ld, Sockbuf *sb )
752 nsldapi_host_connected_to( Sockbuf *sb )
788 nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb )
840 nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb )
891 nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *s
[all...]
H A Dabandon.c114 Sockbuf *sb;
H A Dunbind.c192 nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls,
H A Dgetoption.c134 *((Sockbuf **) optdata) = ld->ld_sbp;
H A Drequest.c323 nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit,
367 Sockbuf *sb = NULL;
606 * we do not free the Sockbuf here since it will be freed
1240 * Sockbuf "sb." sb == NULL means we don't know specifically where
1244 nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb )
H A Dresult.c52 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,
/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h45 /* Sockbuf set/get options */
141 typedef struct sockbuf Sockbuf; typedef in typeref:struct:sockbuf
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,
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c106 static void nslberi_install_compat_io_fns( Sockbuf *sb );
124 ber_filbuf( Sockbuf *sb, ber_slen_t len )
182 BerRead( Sockbuf *sb, char *buf, ber_slen_t len )
337 ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
556 get_tag( Sockbuf *sb )
593 ber_get_next( Sockbuf *sb, ber_len_t *len, BerElement *ber )
714 Sockbuf *
718 return( (Sockbuf *)NSLBERI_CALLOC( 1, sizeof(struct sockbuf) ) );
723 ber_sockbuf_free(Sockbuf *p)
862 ber_sockbuf_set_option( Sockbuf *s
[all...]
H A Dlber-int.h200 #define NULLSOCKBUF ((Sockbuf *)NULL)
/opensolaris-onvv-gate/usr/src/lib/libldap4/ber/
H A Dio.c68 static int ber_filbuf(Sockbuf *sb, int len);
69 static int BerRead(Sockbuf *sb, char *buf, int len);
71 static int BerWrite( Sockbuf *sb, char *buf, int len );
150 ber_filbuf( Sockbuf *sb, int len )
223 BerRead( Sockbuf *sb, char *buf, int len )
336 ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
536 get_tag( Sockbuf *sb )
570 ber_get_next( Sockbuf *sb, unsigned int *len, BerElement *ber )
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c617 Sockbuf *sbp;

Completed in 204 milliseconds