Searched refs:cpp (Results 1 – 1 of 1) sorted by relevance
44 const unsigned char **cpp; in dn_find() local47 for (cpp = dnptrs; cpp < lastdnptr; cpp++) in dn_find()49 sp = *cpp; in dn_find()108 const unsigned char **cpp, **lpp, *eob, *msg; in ___ns_name_pack() local115 lpp = cpp = NULL; in ___ns_name_pack()120 for (cpp = dnptrs; *cpp != NULL; cpp++) in ___ns_name_pack()122 lpp = cpp; /* End of list to search. */ in ___ns_name_pack()166 if (lastdnptr != NULL && cpp < lastdnptr - 1 in ___ns_name_pack()169 *cpp++ = dstp; in ___ns_name_pack()170 *cpp = NULL; in ___ns_name_pack()
Completed in 4 milliseconds