Searched refs:MHD_HTTP_SERVICE_UNAVAILABLE (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | refuse_post_example.c | 63 MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE, in ahc_echo()
|
D | fileserver_example_dirs.c | 125 ret = MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE, response); in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | largepost.c | 156 return send_page (connection, busypage, MHD_HTTP_SERVICE_UNAVAILABLE); in answer_to_connection()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 281 #define MHD_HTTP_SERVICE_UNAVAILABLE 503 macro
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | largerpost.inc | 105 return send_page(connection, busypage, MHD_HTTP_SERVICE_UNAVAILABLE);
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 1129 return send_page(connection, busypage, MHD_HTTP_SERVICE_UNAVAILABLE); 3060 return send_page (connection, busypage, MHD_HTTP_SERVICE_UNAVAILABLE);
|