/bionic/libc/netbsd/nameser/ |
ns_name.c | 106 char *dn, *eom; local 113 eom = dst + dstsiz; 122 if (dn >= eom) { 132 if (dn + l >= eom) { 144 if ((m = decode_bitstring(&cp, dn, eom)) < 0) 155 if (dn + 1 >= eom) { 162 if (dn + 3 >= eom) { 171 if (dn >= eom) { 180 if (dn >= eom) { 186 if (dn >= eom) { 208 u_char *label, *bp, *eom; local 341 u_char *dn, *eom; local [all...] |
ns_parse.c | 79 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { 85 b = dn_skipname(ptr, eom); 90 if (ptr + NS_INT32SZ + NS_INT16SZ > eom) 97 if (ptr > eom) 104 const u_char *eom = msg + msglen; local 109 handle->_eom = eom; 110 if (msg + NS_INT16SZ > eom) 113 if (msg + NS_INT16SZ > eom) 117 if (msg + NS_INT16SZ > eom) 125 int b = ns_skiprr(msg, eom, (ns_sect)i [all...] |
/bionic/libc/netbsd/resolv/ |
res_comp.c | 99 * 'eom' points to the first location after the message, 104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, 107 int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz); 132 dn_skipname(const u_char *ptr, const u_char *eom) { 135 if (ns_name_skip(&ptr, eom) == -1)
|
res_send.c | 275 * res_nameinquery(name, type, class, buf, eom) 276 * look for (name,type,class) in the query section of packet (buf,eom) 278 * buf + HFIXEDSZ <= eom 288 const u_char *buf, const u_char *eom) 297 n = dn_expand(buf, eom, cp, tname, sizeof tname); 301 if (cp + 2 * INT16SZ > eom) [all...] |
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 212 unsigned char *cp, *eom; local 250 eom = answer + anslen; 265 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf)); 277 while (ancount-- && cp < eom) { 278 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf)); 305 if (cp + rdlength > eom) {
|
/bionic/libc/netbsd/ |
gethnamaddr.c | 162 if (cp > eom) { \ 170 if ((ptr) + (count) > eom) { \ 183 const u_char *eom, *erdata; local 198 eom = answer->buf + anslen; 224 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 253 while (ancount-- > 0 && cp < eom && !had_error) { 254 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 277 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); 307 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); 345 n = dn_expand(answer->buf, eom, cp, bp, ep - bp) [all...] |
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 1306 const u_char *eom; local [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |