Searched refs:Sockbuf_IO_Desc (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c87 Sockbuf_IO_Desc *p;
180 Sockbuf_IO_Desc *d, *p, **q;
218 Sockbuf_IO_Desc *p, **q;
311 ber_pvt_sb_do_write( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out )
379 Sockbuf_IO_Desc *p;
399 Sockbuf_IO_Desc *p;
463 sb_stream_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len )
500 sb_stream_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len )
542 sb_stream_close( Sockbuf_IO_Desc *sbiod )
552 sb_stream_setup( Sockbuf_IO_Desc *sbio
[all...]
H A Dlber-int.h133 Sockbuf_IO_Desc *sb_iod; /* I/O functions */
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dlber.h185 } Sockbuf_IO_Desc; typedef in typeref:struct:sockbuf_io_desc
189 int (*sbi_setup)( Sockbuf_IO_Desc *sbiod, void *arg );
190 int (*sbi_remove)( Sockbuf_IO_Desc *sbiod );
191 int (*sbi_ctrl)( Sockbuf_IO_Desc *sbiod, int opt, void *arg);
193 ber_slen_t (*sbi_read)( Sockbuf_IO_Desc *sbiod, void *buf,
195 ber_slen_t (*sbi_write)( Sockbuf_IO_Desc *sbiod, void *buf,
198 int (*sbi_close)( Sockbuf_IO_Desc *sbiod );
H A Dlber_pvt.h69 ber_pvt_sb_do_write LDAP_P(( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out ));
H A Dldap_pvt.h301 Sockbuf_IO_Desc *sbiod;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dsasl.c490 sb_sasl_generic_remove( Sockbuf_IO_Desc *sbiod );
493 sb_sasl_generic_setup( Sockbuf_IO_Desc *sbiod, void *arg )
527 sb_sasl_generic_remove( Sockbuf_IO_Desc *sbiod )
596 sb_sasl_generic_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
680 sb_sasl_generic_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
749 sb_sasl_generic_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
H A Dtls_g.c890 Sockbuf_IO_Desc *sbiod;
926 tlsg_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg )
948 tlsg_sb_remove( Sockbuf_IO_Desc *sbiod )
964 tlsg_sb_close( Sockbuf_IO_Desc *sbiod )
977 tlsg_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
1000 tlsg_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
1032 tlsg_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
H A Dtls_o.c678 Sockbuf_IO_Desc *sbiod;
791 tlso_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg )
813 tlso_sb_remove( Sockbuf_IO_Desc *sbiod )
828 tlso_sb_close( Sockbuf_IO_Desc *sbiod )
841 tlso_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
864 tlso_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
890 tlso_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
H A Dtls_m.c1923 Sockbuf_IO_Desc *sbiod;
2615 tlsm_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg )
2642 tlsm_sb_remove( Sockbuf_IO_Desc *sbiod )
2657 tlsm_sb_close( Sockbuf_IO_Desc *sbiod )
2670 tlsm_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
2694 tlsm_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
2719 tlsm_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)

Completed in 180 milliseconds