HomeSort by relevance Sort by last modified time
    Searched refs:MHD_HTTP_METHOD_POST (Results 1 - 11 of 11) sorted by null

  /external/skia/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) &&
EnableGPUHandler.cpp 18 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) &&
CmdHandler.cpp 51 if (commands.count() == 3 && 0 == strcmp(method, MHD_HTTP_METHOD_POST)) {
PostHandler.cpp 31 return 0 == strcmp(method, MHD_HTTP_METHOD_POST) &&
  /external/libmicrohttpd/src/examples/
mhd2spdy_http.c 185 if (0 != strcmp (method, MHD_HTTP_METHOD_GET) && 0 != strcmp (method, MHD_HTTP_METHOD_POST))
216 if(0 == strcmp (method, MHD_HTTP_METHOD_POST))
257 with_body = 0 == strcmp (method, MHD_HTTP_METHOD_POST)
post_example.c 562 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
587 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
demo.c 733 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
demo_https.c 734 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
  /external/libmicrohttpd/doc/examples/
sessions.c 579 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
604 if (0 == strcmp (method, MHD_HTTP_METHOD_POST))
  /external/libmicrohttpd/src/include/
microhttpd.h 381 #define MHD_HTTP_METHOD_POST "POST"
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c     [all...]

Completed in 52 milliseconds