Home
last modified time | relevance | path

Searched refs:dn_expand (Results 1 – 4 of 4) sorted by relevance

/system/netd/resolv/
Dres_comp.cpp91 int dn_expand(const u_char* msg, const u_char* eom, const u_char* src, char* dst, int dstsiz) { in dn_expand() function
Dgethnamaddr.cpp193 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
214 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
235 n = dn_expand(answer->buf, eom, cp, tbuf, (int) sizeof tbuf); in getanswer()
262 n = dn_expand(answer->buf, eom, cp, tbuf, (int) sizeof tbuf); in getanswer()
295 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
Dgetaddrinfo.cpp877 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
901 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
921 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
Dres_send.cpp321 int n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery()
363 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()