HomeSort by relevance Sort by last modified time
    Searched refs:lastdnptr (Results 1 - 4 of 4) sorted by null

  /bionic/libc/netbsd/resolv/
__dn_comp.c 32 u_char **lastdnptr, int length)
35 return __dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr);
res_mkquery.c 130 u_char *dnptrs[20], **dpp, **lastdnptr; local
155 lastdnptr = dnptrs + sizeof dnptrs / sizeof dnptrs[0];
165 lastdnptr)) < 0)
181 dnptrs, lastdnptr);
res_comp.c 121 u_char **dnptrs, u_char **lastdnptr)
125 (const u_char **)lastdnptr));
  /bionic/libc/netbsd/nameser/
ns_name.c 462 * ns_name_pack(src, dst, dstsiz, dnptrs, lastdnptr)
470 * 'lastdnptr' is a pointer to the end of the array pointed to
475 * try to compress names. If 'lastdnptr' is NULL, we don't update the
480 const u_char **dnptrs, const u_char **lastdnptr)
539 if (lastdnptr != NULL && cpp < lastdnptr - 1 &&
593 * ns_name_compress(src, dst, dstsiz, dnptrs, lastdnptr)
600 * The list ends with NULL. 'lastdnptr' is a pointer to the end of the
603 * If 'dnptr' is NULL, we don't try to compress names. If 'lastdnptr'
608 const u_char **dnptrs, const u_char **lastdnptr)
    [all...]

Completed in 38 milliseconds