Lines Matching defs:comp_dn
51 * Expand compressed domain name 'comp_dn' to full domain name.
58 dn_expand(msg, eomorig, comp_dn, exp_dn, length)
59 u_char *msg, *eomorig, *comp_dn, *exp_dn;
68 cp = comp_dn;
101 len = cp - comp_dn + 1;
121 len = cp - comp_dn;
126 * Compress domain name 'exp_dn' into 'comp_dn'.
128 * 'length' is the size of the array pointed to by 'comp_dn'.
138 dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr)
139 u_char *exp_dn, *comp_dn;
149 cp = comp_dn;
167 return (cp - comp_dn);
210 return (cp - comp_dn);
217 dn_skipname(comp_dn, eom)
218 u_char *comp_dn, *eom;
223 cp = comp_dn;
239 return (cp - comp_dn);