Searched refs:dn_comp (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/netbsd/resolv/ |
D | __dn_comp.c | 14 __indr_reference(__dn_comp,dn_comp) 27 #undef dn_comp 28 int dn_comp(const char *, u_char *, int, u_char **, u_char **); 31 dn_comp(const char *exp_dn, u_char *comp_dn, u_char **dnptrs,
|
D | res_mkquery.c | 164 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs, in res_nmkquery() 180 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ, in res_nmkquery()
|
D | res_comp.c | 120 dn_comp(const char *src, u_char *dst, int dstsiz, in dn_comp() function
|
/bionic/libc/private/ |
D | resolv_private.h | 349 #define dn_comp __dn_comp macro 444 int dn_comp(const char *, u_char *, int, u_char **, u_char **);
|