Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp109 mbchar *server_ip_ptr = OSCL_CONST_CAST(mbchar*, oscl_strstr(((mbchar*)aUrl), "//")); in parseURL() local
110 if (server_ip_ptr == NULL) return false; in parseURL()
111 server_ip_ptr += 2; in parseURL()
114 mbchar *server_port_ptr = OSCL_CONST_CAST(mbchar*, oscl_strstr(server_ip_ptr, ":")); in parseURL()
116 if (tmp_ptr == NULL) tmp_ptr = server_ip_ptr; in parseURL()
131 mbchar *server_end_ptr = OSCL_CONST_CAST(mbchar*, oscl_strstr(server_ip_ptr, "/")); in parseURL()
134 OSCL_HeapString<OsclMemAllocator> tmpServerName(server_ip_ptr, oscl_strlen(server_ip_ptr)); in parseURL()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2359 … mbchar *server_ip_ptr = OSCL_CONST_CAST(mbchar*, oscl_strstr(((mbchar*)tmpURL.get_cstr()), "//")); in parseURL() local
2360 if (server_ip_ptr == NULL) in parseURL()
2365 server_ip_ptr += 2; in parseURL()
2368 mbchar *server_port_ptr = OSCL_CONST_CAST(mbchar*, oscl_strstr(server_ip_ptr, ":")); in parseURL()
2369 mbchar *clip_name = OSCL_CONST_CAST(mbchar*, oscl_strstr(server_ip_ptr, "/")); in parseURL()
2387 …SCL_HeapString<PVRTSPEngineNodeAllocator> tmpServerName(server_ip_ptr, oscl_strlen(server_ip_ptr)); in parseURL()