Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/webserver/
H A DcWebem.h244 std::map < std::string, webem_include_function_w > myIncludes_w; variable
H A DcWebem.cpp162 myIncludes_w.insert(std::pair<std::string, webem_include_function_w >(std::string(idname), fun)); in RegisterIncludeCodeW()
266 std::map < std::string, webem_include_function_w >::iterator pf = myIncludes_w.find(code); in Include()
267 if (pf != myIncludes_w.end()) in Include()