Searched refs:IA5_OFFSET_LEN (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/x509/ |
A D | v3_ncons.c | 73 #define IA5_OFFSET_LEN(ia5base, offset) \ macro 79 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start)) 682 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai() 731 basehostlen = IA5_OFFSET_LEN(base, baseptr); in nc_email() 732 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email() 750 || IA5_OFFSET_LEN(uri, p) < 3 in nc_uri() 766 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri()
|
Completed in 6 milliseconds