Searched refs:file_not_found_response (Results 1 - 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Ddemo.c164 static struct MHD_Response *file_not_found_response; variable in typeref:struct:MHD_Response
704 file_not_found_response);
864 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE),
867 mark_as_html (file_not_found_response);
898 MHD_destroy_response (file_not_found_response);
H A Ddemo_https.c165 static struct MHD_Response *file_not_found_response; variable in typeref:struct:MHD_Response
705 file_not_found_response);
915 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE),
918 mark_as_html (file_not_found_response);
951 MHD_destroy_response (file_not_found_response);

Completed in 357 milliseconds