OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iHeaderLength
(Results
1 - 2
of
2
) sorted by null
/external/opencore/protocols/http_parcom/src/
http_composer.cpp
33
iHeaderLength
= 0;
123
// since
iHeaderLength
is updated for each setField, we only need to calculate the request-line length
130
iHeaderLength
= iFirstLineLength;
133
iHeaderLength
+= (iKeyValueStore->getTotalKeyValueLength() +
136
iHeaderLength
+= 2; // final CRLF
138
return (int32)(
iHeaderLength
+ iEntityBodyLength);
312
OSCL_ASSERT(
iHeaderLength
== (ptr - (char*)aComposedMessageBuffer.getPtr() + aComposedMessageBuffer.getLen()));
/external/opencore/protocols/http_parcom/include/
http_composer.h
176
uint32
iHeaderLength
;
Completed in 68 milliseconds