Home
last modified time | relevance | path

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

/openssl/crypto/pem/
H A Dpem_lib.c746 #define LINESIZE 255 macro
765 linebuf = PEM_MALLOC(LINESIZE + 1, flags); in get_name()
770 len = BIO_gets(bp, linebuf, LINESIZE); in get_name()
794 PEM_FREE(linebuf, flags, LINESIZE + 1); in get_name()
829 linebuf = PEM_MALLOC(LINESIZE + 1, flags); in get_header_and_data()
835 len = BIO_gets(bp, linebuf, LINESIZE); in get_header_and_data()
847 partial_line_read = len == LINESIZE-1 && linebuf[LINESIZE-2] != '\n'; in get_header_and_data()
914 PEM_FREE(linebuf, flags, LINESIZE + 1); in get_header_and_data()

Completed in 6 milliseconds