Searched refs:_counts (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libresolv-57/
H A Dns_parse.c118 NS_GET16(handle->_counts[i], msg);
121 if (handle->_counts[i] == 0)
125 handle->_counts[i]);
151 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
189 if (++handle->_rrnum > handle->_counts[(int)section])
H A Dres_query.c543 NS_GET16(handle._counts[i], msg);
546 if (handle._counts[ns_s_ns] == 0) return -1;
551 if (handle._counts[i] == 0) handle._sections[i] = NULL;
554 b = ns_skiprr(msg, eom, (ns_sect)i, handle._counts[i]);
563 for (i = 0; i < handle._counts[ns_s_ns]; i++)
H A Dnameser.h122 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
140 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 125 milliseconds