Home
last modified time | relevance | path

Searched refs:MHD_is_feature_supported (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_start_stop.c115 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_POLL)) in main()
121 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) in main()
Dtest_quiesce.c442 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_POLL)) in main()
448 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) in main()
Dperf_get.c516 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_POLL)) in main()
522 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) in main()
Dtest_get.c620 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_POLL)) in main()
629 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2665 MHD_is_feature_supported(enum MHD_FEATURE feature);
/third_party/skia/third_party/externals/microhttpd/
DChangeLog103 MHD_is_feature_supported(). -CG
221 Added MHD_is_feature_supported() function. -EG
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c4665 MHD_is_feature_supported(enum MHD_FEATURE feature) in MHD_is_feature_supported() function
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.info2438 -- Function: int MHD_is_feature_supported (enum MHD_FEATURE feature)
4027 * MHD_is_feature_supported: microhttpd-util feature.
Dlibmicrohttpd.texi2748 @deftypefun {int} MHD_is_feature_supported (enum MHD_FEATURE feature)