Searched refs:_counts (Results 1 – 2 of 2) sorted by relevance
120 NS_GET16(handle->_counts[i], msg); in ns_initparse()123 if (handle->_counts[i] == 0) in ns_initparse()127 handle->_counts[i]); in ns_initparse()155 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()193 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr()218 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr2()256 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr2()
127 uint16_t _id, _flags, _counts[ns_s_max]; member154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)