Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp599 uint32 servURLLen = oscl_strlen(servURL); in SetSDPInfo() local
600 if (servURLLen >= iRTSPEngTmpBuf.len) in SetSDPInfo()
607 oscl_strncpy((mbchar*)iRTSPEngTmpBuf.ptr, servURL, servURLLen); in SetSDPInfo()