HomeSort by relevance Sort by last modified time
    Searched refs:_counts (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/nameser/
ns_parse.c 119 NS_GET16(handle->_counts[i], msg);
122 if (handle->_counts[i] == 0)
126 handle->_counts[i]);
152 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
190 if (++handle->_rrnum > handle->_counts[(int)section])
  /bionic/libc/private/
arpa_nameser.h 112 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 84 milliseconds