Searched refs:emlptr (Results 1 – 1 of 1) sorted by relevance
660 const char *emlptr; in nc_email_eai() local682 emlptr = (char *)eml->data; in nc_email_eai()699 emlptr += eml->length - strlen(ulabel); in nc_email_eai()701 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai()713 emlptr = emlat + 1; in nc_email_eai()714 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()716 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()729 const char *emlptr = (char *)eml->data; in nc_email() local739 emlptr += eml->length - base->length; in nc_email()740 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email()[all …]