Searched refs:_counts (Results 1 – 2 of 2) sorted by relevance
122 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()
129 uint16_t _id, _flags, _counts[ns_s_max]; member152 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)