Home
last modified time | relevance | path

Searched refs:partial_line_read (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c813 int len, ret = 0, end = 0, prev_partial_line_read = 0, partial_line_read = 0; in get_header_and_data() local
840 prev_partial_line_read = partial_line_read; in get_header_and_data()
841 partial_line_read = len == LINESIZE-1 && linebuf[LINESIZE-2] != '\n'; in get_header_and_data()
/third_party/openssl/crypto/pem/
H A Dpem_lib.c813 int len, ret = 0, end = 0, prev_partial_line_read = 0, partial_line_read = 0; in get_header_and_data() local
840 prev_partial_line_read = partial_line_read; in get_header_and_data()
841 partial_line_read = len == LINESIZE-1 && linebuf[LINESIZE-2] != '\n'; in get_header_and_data()

Completed in 3 milliseconds