HomeSort by relevance Sort by last modified time
    Searched refs:_counts (Results 1 - 5 of 5) 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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 114 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
134 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 114 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
134 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 114 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
134 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 450 milliseconds