Home
last modified time | relevance | path

Searched defs:connection_handler (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/example/http/
H A Dfileserver.cpp101 struct connection_handler : std::enable_shared_from_this<connection_handler> { struct
102 explicit connection_handler(file_cache &cache) : file_cache_(cache) {} in connection_handler() function
104 void operator()(std::string const &path, server::connection_ptr connection, in operator ()()
116 void not_found(std::string const &, server::connection_ptr connection) { in not_found()
125 void send_headers(Range const &headers, server::connection_ptr connection) { in send_headers()
130 void send_file(std::pair<void *, std::size_t> mmaped_region, off_t offset, in send_file()
160 explicit input_consumer(std::shared_ptr<connection_handler> h, in input_consumer() argument
H A Dasync_server_file_upload.cpp184 struct connection_handler { struct
191 void operator()(server::request const& req, const server::connection_ptr& conn) { in operator ()()
/dports/devel/hpx/hpx-1.2.1/hpx/plugins/parcelport/tcp/
H A Dconnection_handler.hpp41 class HPX_EXPORT connection_handler; variable
72 class HPX_EXPORT connection_handler class
/dports/net/dshell/Dshell-502a546/dshell/plugins/misc/
H A Dfollowstream.py19 def connection_handler(self, conn): member in DshellPlugin
H A Dsearch.py63 def connection_handler(self, conn): member in DshellPlugin
H A Dxor.py77 def connection_handler(self, conn): member in DshellPlugin
/dports/net/dshell/Dshell-502a546/dshell/plugins/flows/
H A Ddataflows.py31 def connection_handler(self, conn): member in DshellPlugin
H A Dlargeflows.py33 def connection_handler(self, conn): member in DshellPlugin
H A Dlongflows.py33 def connection_handler(self, conn): member in DshellPlugin
H A Dnetflow.py18 def connection_handler(self, conn): member in DshellPlugin
H A Dreverseflows.py77 def connection_handler(self, conn): member in DshellPlugin
H A Dtoptalkers.py51 def connection_handler(self, conn): member in DshellPlugin
/dports/net/dshell/Dshell-502a546/dshell/plugins/portscan/
H A Dindegree.py20 def connection_handler(self, conn): member in DshellPlugin
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/agentes/
H A Ddatos_agente.php37 $connection_handler = $config['history_db_connection']; variable
40 $connection_handler = $config['dbconnection']; variable
/dports/net/dshell/Dshell-502a546/dshell/plugins/filter/
H A Dcountry.py65 def connection_handler(self, conn): member in DshellPlugin
H A Dtrack.py120 def connection_handler(self, conn): member in DshellPlugin
/dports/devel/plasma/plasma-5bb07b3/tests/
H A Dserver.c82 void *connection_handler(void *socket_desc) in connection_handler() function
/dports/net/dshell/Dshell-502a546/dshell/plugins/ssh/
H A Dssh-pubkey.py23 def connection_handler(self, conn): member in DshellPlugin
/dports/net/dshell/Dshell-502a546/dshell/plugins/visual/
H A Dpiecharts.py302 def connection_handler(self, conn): member in DshellPlugin
/dports/net/dshell/Dshell-502a546/dshell/plugins/
H A Ddnsplugin.py57 def connection_handler(self, conn): member in DNSPlugin
H A Dhttpplugin.py208 def connection_handler(self, conn): member in HTTPPlugin
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_termination.c53 connection_handler (void *cls, in connection_handler() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/conn_handler/
H A Dconnection_handler_manager.h77 Connection_handler_manager(Connection_handler *connection_handler) in Connection_handler_manager()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/conn_handler/
H A Dconnection_handler_manager.h77 Connection_handler_manager(Connection_handler *connection_handler) in Connection_handler_manager()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dconnection_handler_manager.h79 Connection_handler_manager(Connection_handler *connection_handler) in Connection_handler_manager()

12345