Home
last modified time | relevance | path

Searched refs:alens (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/network/
Dres_msend.c31 const int *qlens, unsigned char *const *answers, int *alens, int asize, in __res_msend_rc() argument
107 memset(alens, 0, sizeof *alens * nqueries); in __res_msend_rc()
120 if (!alens[i]) in __res_msend_rc()
147 if (alens[i]) continue; in __res_msend_rc()
167 alens[i] = rlen; in __res_msend_rc()
169 for (; next<nqueries && alens[next]; next++); in __res_msend_rc()
183 const int *qlens, unsigned char *const *answers, int *alens, int asize) in __res_msend() argument
187 return __res_msend_rc(nqueries, queries, qlens, answers, alens, asize, &conf); in __res_msend()
Dlookup_name.c142 int qlens[2], alens[2]; in name_from_dns() local
160 if (__res_msend_rc(nq, qp, qlens, ap, alens, sizeof *abuf, conf) < 0) in name_from_dns()
164 __dns_parse(abuf[i], alens[i], dns_parse_callback, &ctx); in name_from_dns()
167 if (alens[0] < 4 || (abuf[0][3] & 15) == 2) return EAI_AGAIN; in name_from_dns()