Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_message.h113 char XMLBufferPtr[ RTSP_MAX_FULL_REQUEST_SIZE]; variable
Drtsp_par_com_outgoing_message.cpp809 int addSize = strlen(XMLBufferPtr); in compose()
810 oscl_memcpy(fullRequestBufferSpace, XMLBufferPtr, addSize); in compose()