Searched refs:emlhostlen (Results 1 – 1 of 1) sorted by relevance
631 size_t emlhostlen; in nc_email_eai() local682 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()683 if (emlhostlen != strlen(ulabel) in nc_email_eai()684 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()700 size_t basehostlen, emlhostlen; in nc_email() local732 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email()734 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email()
Completed in 6 milliseconds