Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_core.c49 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_read_ex() local
51 if (bcgbl == NULL || bcgbl->c_bio_read_ex == NULL) in bio_core_read_ex()
53 return bcgbl->c_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
59 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_write_ex() local
61 if (bcgbl == NULL || bcgbl->c_bio_write_ex == NULL) in bio_core_write_ex()
63 return bcgbl->c_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex()
68 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_ctrl() local
70 if (bcgbl in bio_core_ctrl()
77 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); bio_core_gets() local
86 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); bio_core_puts() local
102 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); bio_core_free() local
136 BIO_CORE_GLOBALS *bcgbl = get_globals(libctx); BIO_new_from_core_bio() local
155 BIO_CORE_GLOBALS *bcgbl = get_globals(libctx); ossl_bio_init_core() local
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_core.c49 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_read_ex() local
51 if (bcgbl == NULL || bcgbl->c_bio_read_ex == NULL) in bio_core_read_ex()
53 return bcgbl->c_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
59 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_write_ex() local
61 if (bcgbl == NULL || bcgbl->c_bio_write_ex == NULL) in bio_core_write_ex()
63 return bcgbl->c_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex()
68 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_ctrl() local
70 if (bcgbl in bio_core_ctrl()
77 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); bio_core_gets() local
86 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); bio_core_puts() local
102 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); bio_core_free() local
136 BIO_CORE_GLOBALS *bcgbl = get_globals(libctx); BIO_new_from_core_bio() local
155 BIO_CORE_GLOBALS *bcgbl = get_globals(libctx); ossl_bio_init_core() local
[all...]

Completed in 3 milliseconds