HomeSort by relevance Sort by last modified time
    Searched refs:MHD_YES (Results 51 - 75 of 75) sorted by null

1 23

  /external/libmicrohttpd/src/testcurl/
test_process_arguments.c 82 return MHD_YES;
187 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_timeout.c 139 return MHD_YES; /* not yet ready */
150 return MHD_YES;
test_get.c 96 return MHD_YES;
336 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
522 return MHD_YES;
620 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_POLL))
629 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL))
test_large_put.c 118 return MHD_YES; /* not yet ready */
130 return MHD_YES;
406 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_post_loop.c 102 return MHD_YES;
105 return MHD_YES;
389 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_postform.c 111 return MHD_YES;
156 return MHD_YES;
425 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_put.c 99 return MHD_YES; /* not yet ready */
110 return MHD_YES;
374 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_concurrent_stop.c 89 return MHD_YES;
test_digestauth.c 115 (ret == MHD_INVALID_NONCE) ? MHD_YES : MHD_NO);
test_digestauth_with_arguments.c 114 (ret == MHD_INVALID_NONCE) ? MHD_YES : MHD_NO);
test_post.c 114 return MHD_YES;
157 return MHD_YES;
404 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
478 if (ret != MHD_YES)
test_get_chunked.c 118 return MHD_YES;
354 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_get_sendfile.c 96 return MHD_YES;
339 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_put_chunked.c 119 return MHD_YES;
384 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_iplimit.c 94 return MHD_YES;
test_long_header.c 51 return MHD_YES;
  /external/libmicrohttpd/src/testzzuf/
test_get.c 81 return MHD_YES;
262 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_get_chunked.c 109 return MHD_YES;
279 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
test_long_header.c 53 return MHD_YES;
test_put_chunked.c 112 return MHD_YES;
320 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
  /system/webservd/webservd/
protocol_handler.cc 70 return MHD_YES;
381 CHECK_EQ(MHD_YES, MHD_get_fdset(server_, &rs, &ws, &es, &max_fd));
412 if (MHD_get_timeout(server_, &mhd_timeout) == MHD_YES) {
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor.c 102 return MHD_YES;
116 return MHD_YES;
  /external/libmicrohttpd/doc/examples/
tlsauthentication.c 223 return MHD_YES;
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.c 179 return MHD_YES;
  /external/libmicrohttpd/src/include/
microhttpd.h 138 #define MHD_YES 1
    [all...]

Completed in 262 milliseconds

1 23