Home
last modified time | relevance | path

Searched refs:comp_dn (Results 1 – 2 of 2) 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()
89 cp = comp_dn; in dn_expand()
127 len = cp - comp_dn + 1; in dn_expand()
147 len = cp - comp_dn; in dn_expand()
165 dn_comp(const char *exp_dn, u_char *comp_dn, int length, u_char **dnptrs, in dn_comp() argument
174 cp = comp_dn; in dn_comp()
193 return (cp - comp_dn); in dn_comp()
236 return (cp - comp_dn); in dn_comp()
243 __dn_skipname(const u_char *comp_dn, const u_char *eom) in __dn_skipname() argument
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2519 unsigned char *comp_dn, int length, unsigned char **dnptrs,
2522 COMMON_INTERCEPTOR_ENTER(ctx, DN_COMP_INTERCEPTOR_NAME, exp_dn, comp_dn,
2524 int res = REAL(DN_COMP_INTERCEPTOR_NAME)(exp_dn, comp_dn, length, dnptrs,
2527 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, comp_dn, res);