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

/macosx-10.10.1/Libinfo-459/dns.subproj/
H A Dres_comp.c83 char *eom; local
88 eom = exp_dn + length;
99 if (dn >= eom)
103 if (dn+n >= eom)
108 if (dn + n + 2 >= eom)
151 __dn_skipname(const u_char *comp_dn, const u_char *eom) argument
157 while (cp < eom && (n = *cp++)) {
173 if (cp > eom)
/macosx-10.10.1/libresolv-57/
H A Dns_verify.c59 if ((ptr) + (count) > eom) { \
67 ns_find_tsig(u_char *msg, u_char *eom) { argument
72 if (msg == NULL || eom == NULL || msg > eom)
75 if (cp + NS_HFIXEDSZ >= eom)
83 n = ns_skiprr(cp, eom, ns_s_qd, ntohs(hp->qdcount));
88 n = ns_skiprr(cp, eom, ns_s_an, ntohs(hp->ancount));
93 n = ns_skiprr(cp, eom, ns_s_ns, ntohs(hp->nscount));
98 n = ns_skiprr(cp, eom, ns_s_ar, ntohs(hp->arcount) - 1);
104 n = dn_skipname(cp, eom);
148 u_char *cp = msg, *eom; local
354 u_char *cp, *eom = msg + *msglen, *cp2; local
[all...]
H A Dns_name.c103 char *dn, *eom; local
110 eom = dst + dstsiz;
119 if (dn >= eom) {
129 if (dn + l >= eom) {
141 if ((m = decode_bitstring((const char **)&cp, dn, eom)) < 0)
152 if (dn + 1 >= eom) {
159 if (dn + 3 >= eom) {
168 if (dn >= eom) {
177 if (dn >= eom) {
183 if (dn >= eom) {
205 u_char *label, *bp, *eom; local
341 u_char *dn, *eom; local
384 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, u_char *dst, size_t dstsiz) argument
575 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, char *dst, size_t dstsiz) argument
637 ns_name_skip(const u_char **ptrptr, const u_char *eom) argument
793 decode_bitstring(const char **cpp, char *dn, const char *eom) argument
825 encode_bitsring(const char **bp, const char *end, char **labelp, char ** dst, const char *eom) argument
[all...]
H A Dns_parse.c78 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
84 b = dn_skipname(ptr, eom);
89 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
96 if (ptr > eom)
103 const u_char *eom = msg + msglen; local
108 handle->_eom = eom;
109 if (msg + NS_INT16SZ > eom)
112 if (msg + NS_INT16SZ > eom)
116 if (msg + NS_INT16SZ > eom)
124 int b = ns_skiprr(msg, eom, (ns_sec
[all...]
H A Dres_comp.c100 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, argument
103 int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz);
128 dn_skipname(const u_char *ptr, const u_char *eom) { argument
131 if (ns_name_skip(&ptr, eom) == -1)
H A Dres_query.c524 const u_char *eom; local
529 eom = msg + len;
532 handle._eom = eom;
534 if (msg + NS_INT16SZ > eom) return -1;
537 if (msg + NS_INT16SZ > eom) return -1;
542 if (msg + NS_INT16SZ > eom) return -1;
554 b = ns_skiprr(msg, eom, (ns_sect)i, handle._counts[i]);
565 b = ns_skiprr(msg, eom, ns_s_ns, 1);
H A Dres_send.c419 * res_nameinquery(name, type, class, buf, eom)
420 * look for (name,type,class) in the query section of packet (buf,eom)
422 * buf + NS_HFIXEDSZ <= eom
431 res_nameinquery(const char *name, int type, int class, const u_char *buf, const u_char *eom) argument
441 n = dn_expand(buf, eom, cp, tname, sizeof tname);
445 if (cp + 2 * NS_INT16SZ > eom) return (-1);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgetcertsbyname.c208 unsigned char *cp, *eom; local
246 eom = answer + anslen;
261 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
273 while (ancount-- && cp < eom) {
274 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
301 if (cp + rdlength > eom) {
/macosx-10.10.1/ruby-106/ruby/test/objspace/
H A Dtest_objspace.rb75 assert_separately %w[--disable-gem -robjspace], __FILE__, __LINE__, <<-'eom'
97 eom
101 assert_separately %w[--disable-gem -robjspace], __FILE__, __LINE__, <<-'eom'
109 eom
/macosx-10.10.1/procmail-14/procmail/src/
H A Dregexp.c442 struct eps*initcode;const char*eom,*pend; local
446 ign_case=ign_case?~(unsigned)0:0;eom=0;stack= &sempty;initcode=code;
534 if(!eom)
551 eom=(const char*)str;initcode=Ceps&nop;
590 if(eom)
594 if(eom>--pend)
595 eom=pend;
596 len=eom>bom?eom-bom:0;
608 return (char*)eom; /* matc
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_gc.rb129 assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom'
141 eom
151 assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom'
161 eom
H A Dtest_syntax.rb9 __FILE__, __LINE__, <<-'eom', timeout: Float::INFINITY)
14 eom
270 expected, _, actual = __LINE__, <<eom, __LINE__
275 eom
H A Denvutil.rb299 src = <<eom
309 eom
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-cmds.el2158 (let (eom)
2161 (setq eom (progn (c-end-of-macro)
2163 (when eom
2166 (>= (point) eom))))))

Completed in 268 milliseconds