Home
last modified time | relevance | path

Searched defs:handleGet (Results 1 – 2 of 2) sorted by relevance

/civetweb-2.7.6/examples/embedded_cpp/
Dembedded_cpp.cpp31 handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in ExampleHandler
73 handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in ExitHandler
109 handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in AHandler
124 handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in ABHandler
140 handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in FooHandler
290 handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in WsStartHandler
/civetweb-2.7.6/src/
DCivetServer.cpp24 CivetHandler::handleGet(CivetServer *server, struct mg_connection *conn) in handleGet() function in CivetHandler