Home
last modified time | relevance | path

Searched refs:bputs (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_meth.c153 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 Dbio_lib.c410 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 Dbio_meth.c153 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 Dbio_lib.c410 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 Dbio.h19 int (*bputs) (BIO *, const char *); member
/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h24 int (*bputs) (BIO *, const char *); member
/third_party/openssl/include/internal/
H A Dbio.h24 int (*bputs) (BIO *, const char *); member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbio.rs22 pub bputs: Option<unsafe extern "C" fn(*mut BIO, *const c_char) -> c_int>,
/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c243 .bputs = url_bio_bputs,

Completed in 6 milliseconds