Lines Matching defs:LINESIZE
728 /* The caller allocated LINESIZE+1, so this is safe. */
734 #define LINESIZE 255
753 linebuf = pem_malloc(LINESIZE + 1, flags);
760 len = BIO_gets(bp, linebuf, LINESIZE);
786 pem_free(linebuf, flags, LINESIZE + 1);
821 linebuf = pem_malloc(LINESIZE + 1, flags);
829 len = BIO_gets(bp, linebuf, LINESIZE);
841 partial_line_read = len == LINESIZE-1 && linebuf[LINESIZE-2] != '\n';
908 pem_free(linebuf, flags, LINESIZE + 1);