Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/pem/
H A 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()
/third_party/openssl/crypto/pem/
H A 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()

Completed in 3 milliseconds