Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Dconnection_https.c179 connection->write_handler = &MHD_tls_connection_handle_write; in MHD_set_https_callbacks()
Dinternal.h820 int (*write_handler) (struct MHD_Connection *connection); member
Ddaemon.c1024 con->write_handler (con); in MHD_handle_connection()
1095 con->write_handler (con); in MHD_handle_connection()
2306 pos->write_handler (pos); in MHD_run_from_select()
2580 pos->write_handler (pos); in MHD_poll_all()
2876 pos->write_handler (pos); in MHD_epoll()
Dconnection.c2759 connection->write_handler = &MHD_connection_handle_write;