Home
last modified time | relevance | path

Searched refs:MHD_HTTP_METHOD_GET (Results 1 – 20 of 20) sorted by relevance

/external/skia/tools/skiaserve/urlhandlers/
DRootHandler.cpp17 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DDataHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DImgHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DDownloadHandler.cpp19 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DCmdHandler.cpp32 if (0 == strcmp(method, MHD_HTTP_METHOD_GET)) { in handle()
DInfoHandler.cpp19 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DBreakHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
/external/libmicrohttpd/src/examples/
Dfileserver_example.c63 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
Dhttps_fileserver_example.c130 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in http_ahc()
Dfileserver_example_dirs.c95 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
Dfileserver_example_external_select.c63 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
Dpost_example.c601 method = MHD_HTTP_METHOD_GET; /* fake 'GET' */ in create_response()
606 if ( (0 == strcmp (method, MHD_HTTP_METHOD_GET)) || in create_response()
Ddemo.c693 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in generate_page()
786 if (0 == strcmp (method, MHD_HTTP_METHOD_GET)) in generate_page()
Ddemo_https.c694 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in generate_page()
787 if (0 == strcmp (method, MHD_HTTP_METHOD_GET)) in generate_page()
Dmhd2spdy_http.c185 if (0 != strcmp (method, MHD_HTTP_METHOD_GET) && 0 != strcmp (method, MHD_HTTP_METHOD_POST)) in http_cb_request()
/external/libmicrohttpd/doc/examples/
Dsessions.c618 method = MHD_HTTP_METHOD_GET; /* fake 'GET' */ in create_response()
623 if ( (0 == strcmp (method, MHD_HTTP_METHOD_GET)) || in create_response()
/external/libmicrohttpd/src/testcurl/https/
Dtls_test_common.c173 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in http_ahc()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h378 #define MHD_HTTP_METHOD_GET "GET" macro
/external/libmicrohttpd/doc/chapters/
Dbasicauthentication.inc92 if (0 != strcmp (method, MHD_HTTP_METHOD_GET))
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info740 if (0 != strcmp (method, MHD_HTTP_METHOD_GET))
3771 method = MHD_HTTP_METHOD_GET; /* fake 'GET' */
3776 if ( (0 == strcmp (method, MHD_HTTP_METHOD_GET)) ||