Home
last modified time | relevance | path

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

12

/third_party/skia/tools/skiaserve/urlhandlers/
DRootHandler.cpp17 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DQuitHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DDownloadHandler.cpp17 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DOpsHandler.cpp31 if (0 == strcmp(method, MHD_HTTP_METHOD_GET)) { in handle()
DDataHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DInfoHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DImgHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DCmdHandler.cpp32 if (0 == strcmp(method, MHD_HTTP_METHOD_GET)) { in handle()
DBreakHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
/third_party/flutter/skia/tools/skiaserve/urlhandlers/
DRootHandler.cpp17 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DQuitHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DDownloadHandler.cpp17 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
DOpsHandler.cpp31 if (0 == strcmp(method, MHD_HTTP_METHOD_GET)) { in handle()
DInfoHandler.cpp18 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()
DCmdHandler.cpp32 if (0 == strcmp(method, MHD_HTTP_METHOD_GET)) { in handle()
DBreakHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
/third_party/skia/third_party/externals/microhttpd/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_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()
/third_party/skia/third_party/externals/microhttpd/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()

12