Searched refs:IA5_OFFSET_LEN (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ncons.c | 71 #define IA5_OFFSET_LEN(ia5base, offset) \ macro 77 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start)) 696 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); 745 basehostlen = IA5_OFFSET_LEN(base, baseptr); 746 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); 764 || IA5_OFFSET_LEN(uri, p) < 3 780 hostlen = IA5_OFFSET_LEN(uri, hostptr);
|
/third_party/openssl/crypto/x509/ |
H A D | v3_ncons.c | 71 #define IA5_OFFSET_LEN(ia5base, offset) \ macro 77 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start)) 696 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); 745 basehostlen = IA5_OFFSET_LEN(base, baseptr); 746 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); 764 || IA5_OFFSET_LEN(uri, p) < 3 780 hostlen = IA5_OFFSET_LEN(uri, hostptr);
|
Completed in 2 milliseconds