Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/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()
/third_party/skia/third_party/externals/microhttpd/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))
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1266 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1284 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1309 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1328 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1355 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1372 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1391 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1470 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1583 if (0 != MHD_socket_close_ (client_socket)) in internal_add_connection()
1949 if (0 != MHD_socket_close_ (s)) in MHD_accept_connection()
[all …]