Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pem/
Dpem_lib.c740 #define ENDLEN ((int)(sizeof(endstr) - 1)) macro
847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data()
870 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()
871 p = linebuf + ENDLEN; in get_header_and_data()