Home | History | Annotate | Download | only in private

Lines Matching refs:handle

106  * This is a message handle.  It is caller allocated and has no dynamic data.
125 #define ns_msg_id(handle) ((handle)._id + 0)
126 #define ns_msg_base(handle) ((handle)._msg + 0)
127 #define ns_msg_end(handle) ((handle)._eom + 0)
128 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg))
129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)