Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testcurl/
Dtest_quiesce.c145 MHD_socket_close_(fd); in ServeOneRequest()
154 MHD_socket_close_(fd); in ServeOneRequest()
271 MHD_socket_close_(fd); in testGet()
279 MHD_socket_close_(fd); in testGet()
291 MHD_socket_close_(fd); in testGet()
296 MHD_socket_close_(fd); in testGet()
410 MHD_socket_close_ (fd); in testExternalGet()
Dtest_get.c486 MHD_socket_close_ (fd); in testStopRace()
497 MHD_socket_close_ (fd); in testStopRace()
/external/libmicrohttpd/src/include/
Dplatform_interface.h86 #define MHD_socket_close_(fd) close((fd)) macro
88 #define MHD_socket_close_(fd) closesocket((fd)) macro
185 #define MHD_pipe_close_(fd) MHD_socket_close_((fd))
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c1377 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1395 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1420 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1439 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1466 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1483 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1502 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1665 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
2031 if (0 != MHD_socket_close_ (s)) in MHD_accept_connection()
2129 if (0 != MHD_socket_close_ (pos->socket_fd)) in MHD_cleanup_connections()
[all …]