Home
last modified time | relevance | path

Searched refs:HAS_CALLBACK (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c26 # define HAS_CALLBACK(b) ((b)->callback != NULL || (b)->callback_ex != NULL) macro
28 # define HAS_CALLBACK(b) ((b)->callback_ex != NULL) macro
141 if (HAS_CALLBACK(a)) { in BIO_free()
282 if (HAS_CALLBACK(b) && in bio_read_intern()
297 if (HAS_CALLBACK(b)) in bio_read_intern()
353 if (HAS_CALLBACK(b) && in bio_write_intern()
368 if (HAS_CALLBACK(b)) in bio_write_intern()
415 if (HAS_CALLBACK(b)) { in BIO_puts()
434 if (HAS_CALLBACK(b)) in BIO_puts()
469 if (HAS_CALLBACK( in BIO_gets()
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_lib.c26 # define HAS_CALLBACK(b) ((b)->callback != NULL || (b)->callback_ex != NULL) macro
28 # define HAS_CALLBACK(b) ((b)->callback_ex != NULL) macro
141 if (HAS_CALLBACK(a)) { in BIO_free()
282 if (HAS_CALLBACK(b) && in bio_read_intern()
297 if (HAS_CALLBACK(b)) in bio_read_intern()
353 if (HAS_CALLBACK(b) && in bio_write_intern()
368 if (HAS_CALLBACK(b)) in bio_write_intern()
415 if (HAS_CALLBACK(b)) { in BIO_puts()
434 if (HAS_CALLBACK(b)) in BIO_puts()
469 if (HAS_CALLBACK( in BIO_gets()
[all...]

Completed in 3 milliseconds