Home
last modified time | relevance | path

Searched defs:sbiod (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c314 ber_pvt_sb_do_write( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out ) in ber_pvt_sb_do_write()
466 sb_stream_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len ) in sb_stream_read()
503 sb_stream_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len ) in sb_stream_write()
545 sb_stream_close( Sockbuf_IO_Desc *sbiod ) in sb_stream_close()
556 sb_stream_setup( Sockbuf_IO_Desc *sbiod, void *arg ) { in sb_stream_setup()
566 sb_stream_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg ) { in sb_stream_ctrl()
586 sb_rdahead_setup( Sockbuf_IO_Desc *sbiod, void *arg ) in sb_rdahead_setup()
608 sb_rdahead_remove( Sockbuf_IO_Desc *sbiod ) in sb_rdahead_remove()
626 sb_rdahead_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len ) in sb_rdahead_read()
667 sb_rdahead_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len ) in sb_rdahead_write()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsasl.c563 sb_sasl_generic_setup( Sockbuf_IO_Desc *sbiod, void *arg ) in sb_sasl_generic_setup()
597 sb_sasl_generic_remove( Sockbuf_IO_Desc *sbiod ) in sb_sasl_generic_remove()
666 sb_sasl_generic_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) in sb_sasl_generic_read()
750 sb_sasl_generic_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) in sb_sasl_generic_write()
820 sb_sasl_generic_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg ) in sb_sasl_generic_ctrl()
H A Dtls_g.c1010 Sockbuf_IO_Desc *sbiod; member
1046 tlsg_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg ) in tlsg_sb_setup()
1068 tlsg_sb_remove( Sockbuf_IO_Desc *sbiod ) in tlsg_sb_remove()
1084 tlsg_sb_close( Sockbuf_IO_Desc *sbiod ) in tlsg_sb_close()
1097 tlsg_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg ) in tlsg_sb_ctrl()
1120 tlsg_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) in tlsg_sb_read()
1152 tlsg_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) in tlsg_sb_write()
H A Dtls_o.c1155 Sockbuf_IO_Desc *sbiod; member
1276 tlso_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg ) in tlso_sb_setup()
1298 tlso_sb_remove( Sockbuf_IO_Desc *sbiod ) in tlso_sb_remove()
1313 tlso_sb_close( Sockbuf_IO_Desc *sbiod ) in tlso_sb_close()
1326 tlso_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg ) in tlso_sb_ctrl()
1349 tlso_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) in tlso_sb_read()
1375 tlso_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) in tlso_sb_write()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber.h202 #define LBER_SBIOD_READ_NEXT( sbiod, buf, len ) \ argument
205 #define LBER_SBIOD_WRITE_NEXT( sbiod, buf, len ) \ argument
208 #define LBER_SBIOD_CTRL_NEXT( sbiod, opt, arg ) \ argument
H A Dldap_pvt.h336 Sockbuf_IO_Desc *sbiod; member