Lines Matching refs:alen
39 int alen);
82 int alen, char **s, long *enclen) in ares_expand_name() argument
92 nlen.sig = name_length(encoded, abuf, alen); in ares_expand_name()
169 int alen) in name_length() argument
174 if (encoded >= abuf + alen) in name_length()
183 if (encoded + 1 >= abuf + alen) in name_length()
186 if (offset >= alen) in name_length()
194 if (indir > alen || indir > MAX_INDIRS) in name_length()
201 if (encoded + offset + 1 >= abuf + alen) in name_length()
235 const unsigned char *abuf, int alen, in ares__expand_name_for_response() argument
238 int status = ares_expand_name(encoded, abuf, alen, s, enclen); in ares__expand_name_for_response()