Home
last modified time | relevance | path

Searched refs:marshal_length (Results 1 – 11 of 11) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheHttp.cc166 CacheHTTPInfoVector::marshal_length() in marshal_length() function in CacheHTTPInfoVector
171 length += data[i].alternate.marshal_length(); in marshal_length()
H A DP_CacheHttp.h69 int marshal_length();
H A DCacheVol.cc476 header_len = write_vector->marshal_length(); in scanOpenWrite()
H A DCacheRead.cc945 header_len = write_vector->marshal_length(); in openReadStartEarliest()
H A DCacheWrite.cc139 header_len = write_vector->marshal_length(); in updateVector()
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/core-architecture/
H A Dheap.en.rst124 .. function:: int marshal_length()
131 :arg:`length` be at least the value returned by :func:`HdrHeap::marshal_length`.
222 To serialize, first :func:`HdrHeap::marshal_length` is called to get a buffer size. The
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrHeap.h191 inkcoreapi int marshal_length();
H A DHTTP.cc2033 HTTPInfo::marshal_length() in marshal_length() function in HTTPInfo
2038 len += m_alt->m_request_hdr.m_heap->marshal_length(); in marshal_length()
2042 len += m_alt->m_response_hdr.m_heap->marshal_length(); in marshal_length()
H A DHdrHeap.cc560 HdrHeap::marshal_length() in marshal_length() function in HdrHeap
H A DHTTP.h1345 inkcoreapi int marshal_length();
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc4463 int size = vector.marshal_length(); in TSCacheHttpInfoVector()