Searched refs:IA5_OFFSET_LEN (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_ncons.c | 94 #define IA5_OFFSET_LEN(ia5base, offset) \ macro 100 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start)) 723 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai() 772 basehostlen = IA5_OFFSET_LEN(base, baseptr); in nc_email() 773 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email() 791 || IA5_OFFSET_LEN(uri, p) < 3 in nc_uri() 807 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri()
|
Completed in 6 milliseconds