Searched refs:MHD_HTTP_NOT_FOUND (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | fileserver_example.c | 81 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in ahc_echo()
|
D | https_fileserver_example.c | 150 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in http_ahc()
|
D | fileserver_example_external_select.c | 82 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in ahc_echo()
|
D | post_example.c | 412 MHD_HTTP_NOT_FOUND, in not_found_page()
|
D | demo_https.c | 704 MHD_HTTP_NOT_FOUND, in generate_page()
|
D | demo.c | 703 MHD_HTTP_NOT_FOUND, in generate_page()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 428 MHD_HTTP_NOT_FOUND, in not_found_page()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 252 #define MHD_HTTP_NOT_FOUND 404 macro
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | exploringrequests.inc | 89 being requested. If neither of these two pages are requested, @code{MHD_HTTP_NOT_FOUND} shall be
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 2245 throw reportable_exception(MHD_HTTP_NOT_FOUND, "not found"); in handle_buildid() 2277 … throw reportable_exception(MHD_HTTP_NOT_FOUND, "not found, --forwared-ttl-limit reached \ in handle_buildid() 2387 throw reportable_exception(MHD_HTTP_NOT_FOUND, "not found"); in handle_buildid()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 422 these two pages are requested, `MHD_HTTP_NOT_FOUND' shall be 3581 MHD_HTTP_NOT_FOUND,
|