MCPcopy Create free account
hub / github.com/apache/trafficserver / obj_init_header

Function obj_init_header

include/proxy/hdrs/HdrHeap.h:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112inline void
113obj_init_header(HdrHeapObjImpl *obj, uint32_t type, uint32_t nbytes, uint32_t obj_flags)
114{
115 obj->m_type = type;
116 obj->m_length = nbytes;
117 obj->m_obj_flags = obj_flags;
118}
119
120/*-------------------------------------------------------------------------
121 -------------------------------------------------------------------------*/

Callers 3

mime_hdr_initFunction · 0.85
allocate_objMethod · 0.85
sdk_alloc_field_handleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected