Home
last modified time | relevance | path

Searched refs:MHD_USE_DUAL_STACK (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/examples/
Ddual_stack_example.c71 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_DUAL_STACK, in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h553 MHD_USE_DUAL_STACK = MHD_USE_IPv6 | 2048, enumerator
/third_party/skia/third_party/externals/microhttpd/
DChangeLog277 MHD_USE_DUAL_STACK in libmicrohttpd currently just *inhibits
280 MHD_USE_DUAL_STACK will not work (since it leaves the
408 (MHD_USE_DUAL_STACK) -MW
498 Added option 'MHD_USE_DUAL_STACK' to support a single
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c3942 on = (MHD_USE_DUAL_STACK != (flags & MHD_USE_DUAL_STACK)); in MHD_start_daemon_va()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx4228 | MHD_USE_DUAL_STACK in main()
4249 mhd_flags &= ~(MHD_USE_DUAL_STACK); in main()
DChangeLog149 MHD_start_daemon. Try again with MHD_USE_DUAL_STACK removed if
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi468 MHD_USE_DUAL_STACK, otherwise, if you only pass this option, MHD will
471 @item MHD_USE_DUAL_STACK
2700 flag MHD_USE_DUAL_STACK if always used when MHD_USE_IPv6 is
Dlibmicrohttpd.info406 socket, pass MHD_USE_DUAL_STACK, otherwise, if you only pass
410 'MHD_USE_DUAL_STACK'
2395 MHD_USE_DUAL_STACK if always used when MHD_USE_IPv6 is