Lines Matching defs:data
94 #define NS_HFIXEDSZ 12 /* #/bytes of fixed data in header */
95 #define NS_QFIXEDSZ 4 /* #/bytes of fixed data in query */
96 #define NS_RRFIXEDSZ 10 /* #/bytes of fixed data in r record */
97 #define NS_INT32SZ 4 /* #/bytes of data in a u_int32_t */
98 #define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */
99 #define NS_INT8SZ 1 /* #/bytes of data in a u_int8_t */
133 * This is a message handle. It is caller allocated and has no dynamic data.
157 /* Private data structure - do not use from outside library. */
169 * This is a parsed record. It is caller allocated and has no dynamic data.
294 unsigned char *data;