Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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 <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-master/crypto/bio/
A Dbio_lib.c501 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() function
/openssl-master/crypto/asn1/
A Dasn_mime.c608 while ((len = BIO_get_line(bio, linebuf, MAX_SMLEN)) > 0) { in multi_split()
/openssl-master/include/openssl/
A Dbio.h.in619 int BIO_get_line(BIO *bio, char *buf, int size);
/openssl-master/util/
A Dlibcrypto.num5409 BIO_get_line 5537 3_0_0 EXIST::FUNCTION:

Completed in 22 milliseconds