Home
last modified time | relevance | path

Searched refs:NOT_FOUND_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dsessions.c62 #define NOT_FOUND_ERROR "<html><head><title>Not found</title></head><body>Go away.</body></html>" macro
424 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR), in not_found_page()
425 (void *) NOT_FOUND_ERROR, in not_found_page()
/external/libmicrohttpd/src/examples/
Dpost_example.c40 #define NOT_FOUND_ERROR "<html><head><title>Not found</title></head><body>Go away.</body></html>" macro
406 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR), in not_found_page()
407 (void *) NOT_FOUND_ERROR, in not_found_page()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info3215 … #define NOT_FOUND_ERROR "<html><head><title>Not found</title></head><body>Go away.</body></html>"
3577 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR),
3578 (void *) NOT_FOUND_ERROR,