OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iFirstLineLength
(Results
1 - 2
of
2
) sorted by null
/external/opencore/protocols/http_parcom/src/
http_composer.cpp
34
iFirstLineLength
= 0;
125
iFirstLineLength
= oscl_strlen(HTTPMethodString[(uint32)iMethod]); // method
127
iFirstLineLength
+= uriPtr->length(); // uri
128
iFirstLineLength
+= 8; // "HTTP/1.1" or "HTTP/1.0"
129
iFirstLineLength
+= 4; // 2 SPs + CRLF
130
iHeaderLength =
iFirstLineLength
;
233
OSCL_ASSERT(
iFirstLineLength
== (uint32)(ptr - (char*)aComposedMessageBuffer.getPtr()));
234
aComposedMessageBuffer.update(
iFirstLineLength
);
/external/opencore/protocols/http_parcom/include/
http_composer.h
177
uint32
iFirstLineLength
; // length of the request/response line in HTTP header
Completed in 1499 milliseconds