Home
last modified time | relevance | path

Searched refs:_counts (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/nameser/
Dns_parse.c122 NS_GET16(handle->_counts[i], msg); in ns_initparse()
125 if (handle->_counts[i] == 0) in ns_initparse()
129 handle->_counts[i]); in ns_initparse()
157 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()
195 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr()
220 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr2()
258 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr2()
/bionic/libc/include/arpa/
Dnameser.h129 uint16_t _id, _flags, _counts[ns_s_max]; member
152 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)