Home | History | Annotate | Download | only in c-ares

Lines Matching full:alen

39                        int alen);
42 * containing message is given by abuf and alen. The result given by
66 int alen, char **s, long *enclen)
76 nlen.sig = name_length(encoded, abuf, alen);
144 int alen)
148 /* Allow the caller to pass us abuf + alen and have us check for it. */
149 if (encoded == abuf + alen)
157 if (encoded + 1 >= abuf + alen)
160 if (offset >= alen)
167 if (++indir > alen)
173 if (encoded + offset + 1 >= abuf + alen)
193 const unsigned char *abuf, int alen,
196 int status = ares_expand_name(encoded, abuf, alen, s, enclen);