Searched refs:EMPTY_PAGE (Results 1 – 3 of 3) sorted by relevance
48 #define EMPTY_PAGE "<html><head><title>File not found</title></head><body>File not found</body></ht… macro147 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in http_ahc()148 (void *) EMPTY_PAGE, in http_ahc()
81 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in query_session_ahc()82 (void *) EMPTY_PAGE, in query_session_ahc()
40 #define EMPTY_PAGE "<html><head><title>Empty page</title></head><body>Empty page</body></html>" macro