Home | History | Annotate | Download | only in nameser

Lines Matching refs:lastdnptr

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)
614 return (ns_name_pack(tmp, dst, (int)dstsiz, dnptrs, lastdnptr));
623 const u_char **lastdnptr)
625 while (dnptrs < lastdnptr && *dnptrs != NULL) {
729 * dn_find(domain, msg, dnptrs, lastdnptr)
740 const u_char * const *lastdnptr)
746 for (cpp = dnptrs; cpp < lastdnptr; cpp++) {