Searched refs:_counts (Results 1 – 3 of 3) sorted by relevance
119 NS_GET16(handle->_counts[i], msg); in ns_initparse()122 if (handle->_counts[i] == 0) in ns_initparse()126 handle->_counts[i]); in ns_initparse()154 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()192 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr()216 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr2()254 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr2()
149 msg->_counts[ns_s_qd] = ++msg->_rrnum; in ns_newmsg_q()190 msg->_counts[sect] = ++msg->_rrnum; in ns_newmsg_rr()207 NS_PUT16(msg->_counts[sect], t); in ns_newmsg_done()
139 uint16_t _id, _flags, _counts[ns_s_max]; member166 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)