OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idle_handler
(Results
1 - 4
of
4
) sorted by null
/external/libmicrohttpd/src/microhttpd/
connection_https.c
180
connection->
idle_handler
= &MHD_tls_connection_handle_idle;
internal.h
825
int (*
idle_handler
) (struct MHD_Connection *connection);
member in struct:MHD_Connection
[
all
...]
daemon.c
1025
if (MHD_NO == con->
idle_handler
(con))
1098
if (MHD_NO == con->
idle_handler
(con))
1114
con->
idle_handler
(con);
[
all
...]
connection.c
[
all
...]
Completed in 453 milliseconds