Home
last modified time | relevance | path

Searched refs:iHeaderLength (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp33 iHeaderLength = 0; in reset()
130 iHeaderLength = iFirstLineLength; in getCurrentRequestLength()
133 iHeaderLength += (iKeyValueStore->getTotalKeyValueLength() + in getCurrentRequestLength()
136 iHeaderLength += 2; // final CRLF in getCurrentRequestLength()
138 return (int32)(iHeaderLength + iEntityBodyLength); in getCurrentRequestLength()
312 …OSCL_ASSERT(iHeaderLength == (ptr - (char*)aComposedMessageBuffer.getPtr() + aComposedMessageBuffe… in composeHeaders()
/external/opencore/protocols/http_parcom/include/
Dhttp_composer.h176 uint32 iHeaderLength; variable