HomeSort by: relevance | last modified time | path
    Searched refs:Sockbuf_IO_Desc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c 90 Sockbuf_IO_Desc *p;
183 Sockbuf_IO_Desc *d, *p, **q;
221 Sockbuf_IO_Desc *p, **q;
314 ber_pvt_sb_do_write( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out )
382 Sockbuf_IO_Desc *p;
402 Sockbuf_IO_Desc *p;
466 sb_stream_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len )
503 sb_stream_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len )
545 sb_stream_close( Sockbuf_IO_Desc *sbiod )
556 sb_stream_setup( Sockbuf_IO_Desc *sbiod, void *arg )
    [all...]
lber-int.h 134 Sockbuf_IO_Desc *sb_iod; /* I/O functions */
  /src/external/bsd/openldap/dist/include/
lber.h 179 typedef struct sockbuf_io_desc { struct
184 struct sockbuf_io_desc *sbiod_next;
185 } 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 );
lber_pvt.h 69 ber_pvt_sb_do_write LDAP_P(( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out ));
ldap_pvt.h 336 Sockbuf_IO_Desc *sbiod;
  /src/external/bsd/openldap/dist/libraries/libldap/
sasl.c 560 sb_sasl_generic_remove( Sockbuf_IO_Desc *sbiod );
563 sb_sasl_generic_setup( Sockbuf_IO_Desc *sbiod, void *arg )
597 sb_sasl_generic_remove( Sockbuf_IO_Desc *sbiod )
666 sb_sasl_generic_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
750 sb_sasl_generic_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
820 sb_sasl_generic_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
tls_g.c 1031 Sockbuf_IO_Desc *sbiod;
1067 tlsg_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg )
1089 tlsg_sb_remove( Sockbuf_IO_Desc *sbiod )
1105 tlsg_sb_close( Sockbuf_IO_Desc *sbiod )
1118 tlsg_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
1141 tlsg_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
1173 tlsg_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
tls_o.c 1242 Sockbuf_IO_Desc *sbiod;
1363 tlso_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg )
1385 tlso_sb_remove( Sockbuf_IO_Desc *sbiod )
1400 tlso_sb_close( Sockbuf_IO_Desc *sbiod )
1413 tlso_sb_ctrl( Sockbuf_IO_Desc *sbiod, int opt, void *arg )
1436 tlso_sb_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
1462 tlso_sb_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)

Completed in 62 milliseconds