Searched refs:MHD_HTTP_NOT_FOUND (Results 1 – 10 of 10) sorted by relevance
/external/libmicrohttpd/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()
|
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 428 MHD_HTTP_NOT_FOUND, in not_found_page()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 252 #define MHD_HTTP_NOT_FOUND 404 macro
|
/external/libmicrohttpd/doc/chapters/ |
D | exploringrequests.inc | 89 being requested. If neither of these two pages are requested, @code{MHD_HTTP_NOT_FOUND} shall be
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 422 these two pages are requested, `MHD_HTTP_NOT_FOUND' shall be 3581 MHD_HTTP_NOT_FOUND,
|