Searched refs:end_data (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | resolve.c | 142 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_record() 145 if (p + status + 10 > end_data) in parse_record() 158 if (p + size > end_data) in parse_record() 177 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_record() 192 status = dn_expand(data, end_data, p + 2, host, sizeof(host)); in parse_record() 215 status = dn_expand(data, end_data, p + 6, host, sizeof(host)); in parse_record() 414 const unsigned char *end_data = data + len; in parse_reply() local 463 if (p + status + 4 > end_data) { in parse_reply() 475 if(parse_record(data, end_data, &p, rr) != 0) { in parse_reply() 482 if(parse_record(data, end_data, &p, rr) != 0) { in parse_reply() [all …]
|
| /freebsd-12.1/contrib/ipfilter/iplang/ |
| H A D | iplang_y.y | 162 void end_data __P((void)); 533 '{' databody '}' ';' { end_data(); } 1814 void end_data() in end_data() function
|
| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 1157 bool end_data = FALSE; in ixgbe_reset_phy_nl() local 1199 while (!end_data) { in ixgbe_reset_phy_nl() 1241 end_data = TRUE; in ixgbe_reset_phy_nl()
|