Searched refs:BIO_CB_PUTS (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/bio/ |
D | bio_cb.c | 106 case BIO_CB_PUTS: in BIO_debug_callback() 124 case BIO_CB_RETURN|BIO_CB_PUTS: in BIO_debug_callback()
|
D | bio_lib.c | 271 ((i=(int)cb(b,BIO_CB_PUTS,in,0,0L,1L)) <= 0)) in BIO_puts() 285 i=(int)cb(b,BIO_CB_PUTS|BIO_CB_RETURN,in,0, in BIO_puts()
|
D | bio.h | 274 #define BIO_CB_PUTS 0x04 macro
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio_cb.c | 106 case BIO_CB_PUTS: in BIO_debug_callback() 124 case BIO_CB_RETURN|BIO_CB_PUTS: in BIO_debug_callback()
|
D | bio_lib.c | 271 ((i=(int)cb(b,BIO_CB_PUTS,in,0,0L,1L)) <= 0)) in BIO_puts() 285 i=(int)cb(b,BIO_CB_PUTS|BIO_CB_RETURN,in,0, in BIO_puts()
|
D | bio.h | 277 #define BIO_CB_PUTS 0x04 macro
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 277 #define BIO_CB_PUTS 0x04 macro
|
/external/openssl/include/openssl/ |
D | bio.h | 274 #define BIO_CB_PUTS 0x04 macro
|