HomeSort by relevance Sort by last modified time
    Searched refs:MHD_socket_close_ (Results 1 - 4 of 4) sorted by null

  /external/libmicrohttpd/src/testcurl/
test_quiesce.c 145 MHD_socket_close_(fd);
154 MHD_socket_close_(fd);
271 MHD_socket_close_(fd);
279 MHD_socket_close_(fd);
291 MHD_socket_close_(fd);
296 MHD_socket_close_(fd);
410 MHD_socket_close_ (fd);
test_get.c 486 MHD_socket_close_ (fd);
497 MHD_socket_close_ (fd);
  /external/libmicrohttpd/src/include/
platform_interface.h 84 /* MHD_socket_close_(fd) close any FDs (non-W32) / close only socket FDs (W32) */
86 #define MHD_socket_close_(fd) close((fd))
88 #define MHD_socket_close_(fd) closesocket((fd))
185 #define MHD_pipe_close_(fd) MHD_socket_close_((fd))
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]

Completed in 561 milliseconds