Searched refs:BIO_get_line (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | BIO_read.pod | 6 BIO_gets, BIO_get_line, BIO_puts 18 int BIO_get_line(BIO *b, char *buf, int size); 45 BIO_get_line() attempts to read from BIO I<b> a line of data up to the next '\n' 102 If the "gets" method is not supported by a BIO then BIO_get_line() can be used. 115 BIO_get_line() was added in OpenSSL 3.0.
|
/openssl/crypto/bio/ |
H A D | bio_lib.c | 599 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() function
|
/openssl/crypto/asn1/ |
H A D | asn_mime.c | 627 while ((len = BIO_get_line(bio, linebuf, MAX_SMLEN)) > 0) { in multi_split()
|
/openssl/crypto/http/ |
H A D | http_client.c | 574 n = BIO_get_line(rctx->rbio, buf, rctx->buf_size); in OSSL_HTTP_REQ_CTX_nbio()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 719 int BIO_get_line(BIO *bio, char *buf, int size);
|
/openssl/util/ |
H A D | libcrypto.num | 5409 BIO_get_line 5537 3_0_0 EXIST::FUNCTION:
|
Completed in 53 milliseconds