Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp126 StrPtrLen *uriPtr = (usingAbsoluteURI ? (&iURI) : (&iRelativeURI)); in getCurrentRequestLength() local
127 iFirstLineLength += uriPtr->length(); // uri in getCurrentRequestLength()
213 StrPtrLen *uriPtr = (usingAbsoluteURI ? (&iURI) : (&iRelativeURI)); in composeFirstLine() local
214 oscl_memcpy(ptr, uriPtr->c_str(), uriPtr->length()); in composeFirstLine()
215 ptr += uriPtr->length(); in composeFirstLine()