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

  /bionic/libc/dns/nameser/
ns_parse.c 120 NS_GET16(handle->_counts[i], msg);
123 if (handle->_counts[i] == 0)
127 handle->_counts[i]);
155 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
193 if (++handle->_rrnum > handle->_counts[(int)section])
218 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
256 if (++handle->_rrnum > handle->_counts[(int)section])
  /bionic/libc/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser.h 116 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
133 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser.h 116 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
133 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 491 milliseconds