Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dns_parse.c106 NS_GET16(handle->_counts[i], msg); in libresolv_hidden_def()
109 if (handle->_counts[i] == 0) in libresolv_hidden_def()
113 handle->_counts[i]); in libresolv_hidden_def()
142 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in libresolv_hidden_def()
180 if (++handle->_rrnum > handle->_counts[(int)section]) in libresolv_hidden_def()
/glibc-2.36/resolv/arpa/
Dnameser.h101 uint16_t _id, _flags, _counts[ns_s_max]; member
118 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)