Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/
DCivetServer.cpp48 CivetHandler::handlePut(CivetServer *server, struct mg_connection *conn) in handlePut() function in CivetHandler
147 return handler->handlePut(me, conn) ? 1 : 0; in requestHandler()
/civetweb-2.7.6/include/
DCivetServer.h95 virtual bool handlePut(CivetServer *server, struct mg_connection *conn);
/civetweb-2.7.6/examples/embedded_cpp/
Dembedded_cpp.cpp209 handlePut(CivetServer *server, struct mg_connection *conn) in handlePut() function in FooHandler