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

/openbsd-current/lib/libc/net/
H A Dres_comp.c71 * 'eomorig' points to the first location after the message,
76 dn_expand(const u_char *msg, const u_char *eomorig, const u_char *comp_dn, argument
85 if (comp_dn < msg || comp_dn >= eomorig)
97 if (cp >= eomorig) /* out of range */
120 if (cp >= eomorig) /* out of range */
129 if (cp < msg || cp >= eomorig) /* out of range */
137 if (checked >= eomorig - msg)

Completed in 73 milliseconds