Searched refs:MHD_HTTP_METHOD_POST (Results 1 – 22 of 22) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_http.c | 185 if (0 != strcmp (method, MHD_HTTP_METHOD_GET) && 0 != strcmp (method, MHD_HTTP_METHOD_POST)) in http_cb_request() 216 if(0 == strcmp (method, MHD_HTTP_METHOD_POST)) in http_cb_request() 257 with_body = 0 == strcmp (method, MHD_HTTP_METHOD_POST) in http_cb_request()
|
D | post_example.c | 562 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) in create_response() 587 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) in create_response()
|
D | demo_https.c | 734 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) in generate_page()
|
D | demo.c | 733 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) in generate_page()
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
D | OverdrawHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | ClipAlphaHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | EnableGPUHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | ColorModeHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | OpBoundsHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | CmdHandler.cpp | 46 if (commands.count() == 3 && 0 == strcmp(method, MHD_HTTP_METHOD_POST)) { in handle()
|
D | PostHandler.cpp | 31 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
/third_party/flutter/skia/tools/skiaserve/urlhandlers/ |
D | OpBoundsHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | ColorModeHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | OverdrawHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | ClipAlphaHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | EnableGPUHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
D | CmdHandler.cpp | 53 if (commands.count() == 3 && 0 == strcmp(method, MHD_HTTP_METHOD_POST)) { in handle()
|
D | PostHandler.cpp | 31 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) && in canHandle()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 579 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) in create_response() 604 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) in create_response()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 381 #define MHD_HTTP_METHOD_POST "POST" macro
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | connection.c | 2374 MHD_HTTP_METHOD_POST)) || 2904 MHD_HTTP_METHOD_POST)) ||
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 3732 if (0 == strcmp (method, MHD_HTTP_METHOD_POST)) 3757 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
|