Lines Matching refs:idlen
1941 int idlen, type; local
1950 idlen = iph1->id_p->l - sizeof(*id_b);
1960 if (idlen != name->l) {
1966 error = memcmp(id_b + 1, name->v, idlen);
1971 plogdump(LLV_DEBUG, id_b + 1, idlen);
1972 plogdump(LLV_DEBUG, name->v, idlen);
2037 error = memcmp(id_b + 1, a, idlen);
2043 plogdump(LLV_DEBUG, id_b + 1, idlen);
2044 plogdump(LLV_DEBUG, a, idlen);
2076 if (idlen != strlen(altname)) {
2090 error = memcmp(id_b + 1, altname, idlen);
2093 plogdump(LLV_DEBUG, id_b + 1, idlen);
2094 plogdump(LLV_DEBUG, altname, idlen);