Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_parser.cpp138 if (requestStruct->method != METHOD_BINARY_DATA) in getState()
236 requestStruct = newRequestStruct; in registerNewRequestStruct()
325 requestStruct->msgType = RTSPRequestMsg; in lookForEndOfRequest()
326 requestStruct->method = METHOD_BINARY_DATA; in lookForEndOfRequest()
328 requestStruct->contentLength = in lookForEndOfRequest()
335 requestStruct->contentLengthIsSet = true; in lookForEndOfRequest()
338 requestStruct->contentType = mainBufferEntry + 1; in lookForEndOfRequest()
339 requestStruct->contentTypeIsSet = true; in lookForEndOfRequest()
341 requestStruct->channelID = static_cast<uint8>( in lookForEndOfRequest()
348 ebFullSizeExpected = requestStruct->contentLength; in lookForEndOfRequest()
[all …]
Drtsp_parser.h83 RTSPIncomingMessage * requestStruct; variable