Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/net/
Dres_comp.c76 dn_expand(const u_char *msg, const u_char *eomorig, const u_char *comp_dn, in dn_expand() argument
85 if (comp_dn < msg || comp_dn >= eomorig) in dn_expand()
97 if (cp >= eomorig) /* out of range */ in dn_expand()
120 if (cp >= eomorig) /* out of range */ in dn_expand()
129 if (cp < msg || cp >= eomorig) /* out of range */ in dn_expand()
137 if (checked >= eomorig - msg) in dn_expand()