Searched refs:exp_dn (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libinfo-459/dns.subproj/
H A Dres_comp.c74 * 'exp_dn' is a pointer to a buffer of size 'length' for the result.
78 dn_expand(const u_char *msg, const u_char *eomorig, const u_char *comp_dn, char *exp_dn, int length) argument
86 dn = exp_dn;
88 eom = exp_dn + length;
98 if (dn != exp_dn) {
139 for (dn = exp_dn; (c = *dn) != '\0'; dn++)

Completed in 40 milliseconds