Home
last modified time | relevance | path

Searched refs:BIO_get_line (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DBIO_read.pod6 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 Dbio_lib.c599 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() function
/openssl/crypto/asn1/
H A Dasn_mime.c627 while ((len = BIO_get_line(bio, linebuf, MAX_SMLEN)) > 0) { in multi_split()
/openssl/crypto/http/
H A Dhttp_client.c574 n = BIO_get_line(rctx->rbio, buf, rctx->buf_size); in OSSL_HTTP_REQ_CTX_nbio()
/openssl/include/openssl/
H A Dbio.h.in719 int BIO_get_line(BIO *bio, char *buf, int size);
/openssl/util/
H A Dlibcrypto.num5409 BIO_get_line 5537 3_0_0 EXIST::FUNCTION:

Completed in 53 milliseconds