Searched refs:bputs (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_meth.c | 153 return biom->bputs; in BIO_meth_get_puts() 157 int (*bputs) (BIO *, const char *)) in BIO_meth_set_puts() 159 biom->bputs = bputs; in BIO_meth_set_puts()
|
H A D | bio_lib.c | 410 if (b->method == NULL || b->method->bputs == NULL) { in BIO_puts() 426 ret = b->method->bputs(b, buf); in BIO_puts()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_meth.c | 153 return biom->bputs; in BIO_meth_get_puts() 157 int (*bputs) (BIO *, const char *)) in BIO_meth_set_puts() 159 biom->bputs = bputs; in BIO_meth_set_puts()
|
H A D | bio_lib.c | 410 if (b->method == NULL || b->method->bputs == NULL) { in BIO_puts() 426 ret = b->method->bputs(b, buf); in BIO_puts()
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | bio.h | 19 int (*bputs) (BIO *, const char *); member
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | bio.h | 24 int (*bputs) (BIO *, const char *); member
|
/third_party/openssl/include/internal/ |
H A D | bio.h | 24 int (*bputs) (BIO *, const char *); member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bio.rs | 22 pub bputs: Option<unsafe extern "C" fn(*mut BIO, *const c_char) -> c_int>,
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_openssl.c | 243 .bputs = url_bio_bputs,
|
Completed in 6 milliseconds