Searched refs:marshal_length (Results 1 – 11 of 11) sorted by relevance
166 CacheHTTPInfoVector::marshal_length() in marshal_length() function in CacheHTTPInfoVector171 length += data[i].alternate.marshal_length(); in marshal_length()
69 int marshal_length();
476 header_len = write_vector->marshal_length(); in scanOpenWrite()
945 header_len = write_vector->marshal_length(); in openReadStartEarliest()
139 header_len = write_vector->marshal_length(); in updateVector()
124 .. 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
191 inkcoreapi int marshal_length();
2033 HTTPInfo::marshal_length() in marshal_length() function in HTTPInfo2038 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()
560 HdrHeap::marshal_length() in marshal_length() function in HdrHeap
1345 inkcoreapi int marshal_length();
4463 int size = vector.marshal_length(); in TSCacheHttpInfoVector()