Searched refs:end_data (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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-14.2/sbin/ipf/iplang/ |
| H A D | iplang_y.y | 149 void end_data(void); 520 '{' databody '}' ';' { end_data(); } 1717 void end_data(void) in end_data() function
|
| /freebsd-14.2/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 1146 bool end_data = false; in ixgbe_reset_phy_nl() local 1188 while (!end_data) { in ixgbe_reset_phy_nl() 1230 end_data = true; in ixgbe_reset_phy_nl()
|