Lines Matching defs:b

26 # define HAS_CALLBACK(b) ((b)->callback != NULL || (b)->callback_ex != NULL)  argument
28 # define HAS_CALLBACK(b) ((b)->callback_ex != NULL) argument
37 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback()
206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags()
211 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags()
216 void BIO_set_flags(BIO *b, int flags) in BIO_set_flags()
222 BIO_callback_fn BIO_get_callback(const BIO *b) in BIO_get_callback()
227 void BIO_set_callback(BIO *b, BIO_callback_fn cb) in BIO_set_callback()
233 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b) in BIO_get_callback_ex()
238 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb) in BIO_set_callback_ex()
243 void BIO_set_callback_arg(BIO *b, char *arg) in BIO_set_callback_arg()
248 char *BIO_get_callback_arg(const BIO *b) in BIO_get_callback_arg()
253 const char *BIO_method_name(const BIO *b) in BIO_method_name()
258 int BIO_method_type(const BIO *b) in BIO_method_type()
269 static int bio_read_intern(BIO *b, void *data, size_t dlen, size_t *readbytes) in bio_read_intern()
310 int BIO_read(BIO *b, void *data, int dlen) in BIO_read()
328 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes) in BIO_read_ex()
333 static int bio_write_intern(BIO *b, const void *data, size_t dlen, in bio_write_intern()
377 int BIO_write(BIO *b, const void *data, int dlen) in BIO_write()
395 int BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written) in BIO_write_ex()
401 int BIO_puts(BIO *b, const char *buf) in BIO_puts()
450 int BIO_gets(BIO *b, char *buf, int size) in BIO_gets()
533 int BIO_indent(BIO *b, int indent, int max) in BIO_indent()
545 long BIO_int_ctrl(BIO *b, int cmd, long larg, int iarg) in BIO_int_ctrl()
553 void *BIO_ptr_ctrl(BIO *b, int cmd, long larg) in BIO_ptr_ctrl()
563 long BIO_ctrl(BIO *b, int cmd, long larg, void *parg) in BIO_ctrl()
589 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl()
649 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push()
667 BIO *BIO_pop(BIO *b) in BIO_pop()
689 BIO *b, *last; in BIO_get_retry_BIO() local
740 BIO *BIO_next(BIO *b) in BIO_next()
747 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next()
754 BIO *b; in BIO_free_all() local
814 void BIO_copy_next_retry(BIO *b) in BIO_copy_next_retry()