Searched refs:uriPtr (Results 1 – 1 of 1) sorted by relevance
126 StrPtrLen *uriPtr = (usingAbsoluteURI ? (&iURI) : (&iRelativeURI)); in getCurrentRequestLength() local127 iFirstLineLength += uriPtr->length(); // uri in getCurrentRequestLength()213 StrPtrLen *uriPtr = (usingAbsoluteURI ? (&iURI) : (&iRelativeURI)); in composeFirstLine() local214 oscl_memcpy(ptr, uriPtr->c_str(), uriPtr->length()); in composeFirstLine()215 ptr += uriPtr->length(); in composeFirstLine()