Lines Matching refs:alen
39 int alen);
66 int alen, char **s, long *enclen) in ares_expand_name() argument
76 nlen.sig = name_length(encoded, abuf, alen); in ares_expand_name()
144 int alen) in name_length() argument
149 if (encoded == abuf + alen) in name_length()
157 if (encoded + 1 >= abuf + alen) in name_length()
160 if (offset >= alen) in name_length()
167 if (++indir > alen) in name_length()
173 if (encoded + offset + 1 >= abuf + alen) in name_length()
193 const unsigned char *abuf, int alen, in ares__expand_name_for_response() argument
196 int status = ares_expand_name(encoded, abuf, alen, s, enclen); in ares__expand_name_for_response()