Searched refs:METHOD_ERROR (Results 1 – 3 of 3) sorted by relevance
57 #define METHOD_ERROR "<html><head><title>Illegal request</title></head><body>Go away.</body></html>" macro640 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR), in create_response()641 (void *) METHOD_ERROR, in create_response()
35 #define METHOD_ERROR "<html><head><title>Illegal request</title></head><body>Go away.</body></html>" macro623 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR), in create_response()624 (void *) METHOD_ERROR, in create_response()
3210 …#define METHOD_ERROR "<html><head><title>Illegal request</title></head><body>Go away.</body></html…3793 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR),3794 (void *) METHOD_ERROR,