Searched refs:tempProt (Results 1 – 1 of 1) sorted by relevance
262 const char *tempProt = nullptr; in ParseUrl() local265 (void)lws_parse_uri(uri, &tempProt, &tempAddress, port, &tempPath); in ParseUrl()266 if (strcpy_s(protocol, protocolLen, tempProt) < 0) { in ParseUrl()