Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp262 const char *tempProt = nullptr; in ParseUrl() local
265 (void)lws_parse_uri(uri, &tempProt, &tempAddress, port, &tempPath); in ParseUrl()
266 if (strcpy_s(protocol, protocolLen, tempProt) < 0) { in ParseUrl()