Searched refs:emlhostlen (Results 1 – 1 of 1) sorted by relevance
674 size_t emlhostlen; in nc_email_eai() local723 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()724 if (emlhostlen != strlen(ulabel) in nc_email_eai()725 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()741 size_t basehostlen, emlhostlen; in nc_email() local773 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email()775 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email()
Completed in 7 milliseconds