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

  /external/libmicrohttpd/w32/VS2013/
MHD_config.h 37 #define MHD_DONT_USE_PIPES 1
  /external/libmicrohttpd/src/include/
platform_interface.h 136 /* MHD_pipe_ create pipe (!MHD_DONT_USE_PIPES) /
137 * create two connected sockets (MHD_DONT_USE_PIPES) */
138 #ifndef MHD_DONT_USE_PIPES
140 #else /* MHD_DONT_USE_PIPES */
146 #endif /* MHD_DONT_USE_PIPES */
148 /* MHD_pipe_errno_ is errno of last function (!MHD_DONT_USE_PIPES) /
149 * errno of last emulated pipe function (MHD_DONT_USE_PIPES) */
150 #ifndef MHD_DONT_USE_PIPES
156 /* MHD_pipe_last_strerror_ is description string of last errno (!MHD_DONT_USE_PIPES) /
157 * description string of last pipe error (MHD_DONT_USE_PIPES) */
    [all...]
platform.h 189 #if defined(_WIN32) && !defined(MHD_DONT_USE_PIPES)
190 #define MHD_DONT_USE_PIPES 1
191 #endif /* defined(_WIN32) && !defined(MHD_DONT_USE_PIPES) */
194 #ifndef MHD_DONT_USE_PIPES
196 #else /* ! MHD_DONT_USE_PIPES */
198 #endif /* ! MHD_DONT_USE_PIPES */
  /external/libmicrohttpd/
MHD_config.h.in 283 #undef MHD_DONT_USE_PIPES
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]

Completed in 42 milliseconds