Searched refs:NOT_FOUND_ERROR (Results 1 – 3 of 3) sorted by relevance
62 #define NOT_FOUND_ERROR "<html><head><title>Not found</title></head><body>Go away.</body></html>" macro424 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR), in not_found_page()425 (void *) NOT_FOUND_ERROR, in not_found_page()
40 #define NOT_FOUND_ERROR "<html><head><title>Not found</title></head><body>Go away.</body></html>" macro406 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR), in not_found_page()407 (void *) NOT_FOUND_ERROR, in not_found_page()
3215 … #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,