OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMPTY_PAGE
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/examples/
https_fileserver_example.c
48
#define
EMPTY_PAGE
"<html><head><title>File not found</title></head><body>File not found</body></html>"
147
response = MHD_create_response_from_buffer (strlen (
EMPTY_PAGE
),
148
(void *)
EMPTY_PAGE
,
/external/libmicrohttpd/src/testcurl/https/
test_https_session_info.c
81
response = MHD_create_response_from_buffer (strlen (
EMPTY_PAGE
),
82
(void *)
EMPTY_PAGE
,
tls_test_common.h
40
#define
EMPTY_PAGE
"<html><head><title>Empty page</title></head><body>Empty page</body></html>"
Completed in 185 milliseconds