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

/osnet-11/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.h184 } Sockbuf; typedef in typeref:struct:sockbuf
192 Sockbuf *lconn_sb;
267 Sockbuf ld_sb; /* socket descriptor & buffer */
/osnet-11/usr/src/lib/libldap4/common/
H A Dos-ip.c134 connect_to_host(Sockbuf *sb, char *host, in_addr_t address,
252 close_ldap_connection( Sockbuf *sb )
268 host_connected_to( Sockbuf *sb )
322 mark_select_write( LDAP *ld, Sockbuf *sb )
349 mark_select_read( LDAP *ld, Sockbuf *sb )
377 mark_select_clear( LDAP *ld, Sockbuf *sb )
402 is_write_ready( LDAP *ld, Sockbuf *sb )
422 is_read_ready( LDAP *ld, Sockbuf *sb )
501 mark_select_write( LDAP *ld, Sockbuf *sb )
514 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,
/osnet-11/usr/src/cmd/ldap/common/
H A Ddtest.c45 Sockbuf sb;
H A Detest.c38 Sockbuf sb;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h181 Sockbuf *lconn_sb;
683 int nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *host,
685 void nsldapi_close_connection( LDAP *ld, Sockbuf *sb );
689 int nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb );
690 int nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb );
691 int nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb );
692 int nsldapi_iostatus_is_read_ready( LDAP *ld, Sockbuf *sb );
693 int nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb );
694 int nsldapi_install_lber_extiofns( LDAP *ld, Sockbuf *sb );
720 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.c83 * NSLDAPI_CB_POLL_MATCH() evaluates to non-zero (true) if the Sockbuf *sdp
126 static int nsldapi_add_to_cb_pollfds( Sockbuf *sb,
128 static int nsldapi_clear_from_cb_pollfds( Sockbuf *sb,
130 static int nsldapi_find_in_cb_pollfds( Sockbuf *sb,
465 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist,
736 nsldapi_close_connection( LDAP *ld, Sockbuf *sb )
749 nsldapi_host_connected_to( Sockbuf *sb )
785 nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb )
837 nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb )
888 nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *s
[all...]
H A Dabandon.c114 Sockbuf *sb;
H A Dunbind.c189 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,
/osnet-11/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,
/osnet-11/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)
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c65 static int ber_filbuf(Sockbuf *sb, int len);
66 static int BerRead(Sockbuf *sb, char *buf, int len);
68 static int BerWrite( Sockbuf *sb, char *buf, int len );
147 ber_filbuf( Sockbuf *sb, int len )
220 BerRead( Sockbuf *sb, char *buf, int len )
333 ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
533 get_tag( Sockbuf *sb )
567 ber_get_next( Sockbuf *sb, unsigned int *len, BerElement *ber )
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c617 Sockbuf *sbp;

Completed in 63 milliseconds