Home
last modified time | relevance | path

Searched refs:MHD_DONT_USE_PIPES (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
Dplatform_interface.h138 #ifndef MHD_DONT_USE_PIPES
150 #ifndef MHD_DONT_USE_PIPES
158 #ifndef MHD_DONT_USE_PIPES
166 #ifndef MHD_DONT_USE_PIPES
174 #ifndef MHD_DONT_USE_PIPES
182 #ifndef MHD_DONT_USE_PIPES
189 #ifndef MHD_DONT_USE_PIPES
Dplatform.h189 #if defined(_WIN32) && !defined(MHD_DONT_USE_PIPES)
190 #define MHD_DONT_USE_PIPES 1 macro
194 #ifndef MHD_DONT_USE_PIPES
/third_party/skia/third_party/externals/microhttpd/w32/VS2013/
DMHD_config.h37 #define MHD_DONT_USE_PIPES 1 macro
/third_party/skia/third_party/externals/microhttpd/
DMHD_config.h.in283 #undef MHD_DONT_USE_PIPES
Dconfigure.ac420 …AC_DEFINE([[MHD_DONT_USE_PIPES]], [[1]], [Define to use pair of sockets instead of pipes for signa… definition
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c4718 #ifdef MHD_DONT_USE_PIPES in MHD_is_feature_supported()