Searched refs:CONTENT_LEN (Results 1 – 3 of 3) sorted by relevance
56 #define CONTENT_LEN(pMsg) ((pMsg)->len - sizeof(HilogMsg) - (pMsg)->tagLen) /* include '\0' */ macro
74 init(msg.tag, msg.tagLen, CONTENT_PTR((&msg)), CONTENT_LEN((&msg))); in HilogData()
90 size_t elemSize = CONTENT_LEN((&msg)); /* include '\0' */ in Insert()