Searched refs:_counts (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/network/ |
D | ns_parse.c | 59 for (i = 0; i < ns_s_max; i++) NS_GET16(handle->_counts[i], msg); in ns_initparse() 61 if (handle->_counts[i]) { in ns_initparse() 63 r = ns_skiprr(msg, handle->_eom, i, handle->_counts[i]); in ns_initparse() 115 if (rrnum < 0 || rrnum >= handle->_counts[section]) goto bad; in ns_parserr() 145 if (handle->_rrnum > handle->_counts[section]) { in ns_parserr()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 41 uint16_t _id, _flags, _counts[ns_s_max]; member 55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 41 uint16_t _id, _flags, _counts[ns_s_max]; member 55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
|
/third_party/musl/include/arpa/ |
D | nameser.h | 41 uint16_t _id, _flags, _counts[ns_s_max]; member 55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 41 uint16_t _id, _flags, _counts[ns_s_max]; member 55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 41 uint16_t _id, _flags, _counts[ns_s_max]; member 55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
|