Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/webserver/
H A DcWebem.cpp1266 std::string tmpuname; in authorize() local
1269 tmpuname = req.uri.substr(uPos); in authorize()
1271 tmpuname = req.uri.substr(uPos, uEnd - uPos); in authorize()
1276 if (request_handler::url_decode(tmpuname, uname)) in authorize()