Symbol: end_data
crypto/heimdal/lib/roken/resolve.c
130
parse_record(const unsigned char *data, const unsigned char *end_data,
crypto/heimdal/lib/roken/resolve.c
142
status = dn_expand(data, end_data, p, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
145
if (p + status + 10 > end_data)
crypto/heimdal/lib/roken/resolve.c
158
if (p + size > end_data)
crypto/heimdal/lib/roken/resolve.c
177
status = dn_expand(data, end_data, p, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
192
status = dn_expand(data, end_data, p + 2, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
215
status = dn_expand(data, end_data, p + 6, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
282
status = dn_expand (data, end_data, p + 18, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
414
const unsigned char *end_data = data + len;
crypto/heimdal/lib/roken/resolve.c
453
status = dn_expand(data, end_data, p, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
463
if (p + status + 4 > end_data) {
crypto/heimdal/lib/roken/resolve.c
475
if(parse_record(data, end_data, &p, rr) != 0) {
crypto/heimdal/lib/roken/resolve.c
482
if(parse_record(data, end_data, &p, rr) != 0) {
crypto/heimdal/lib/roken/resolve.c
489
if(parse_record(data, end_data, &p, rr) != 0) {
sbin/ipf/iplang/iplang_y.y
149
void end_data(void);
sbin/ipf/iplang/iplang_y.y
520
'{' databody '}' ';' { end_data(); }
sys/dev/ixgbe/ixgbe_phy.c
1146
bool end_data = false;
sys/dev/ixgbe/ixgbe_phy.c
1188
while (!end_data) {
sys/dev/ixgbe/ixgbe_phy.c
1230
end_data = true;