OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_create_response_from_fd
(Results
1 - 5
of
5
) sorted by null
/external/libmicrohttpd/src/microhttpd/
response.c
394
MHD_create_response_from_fd
(size_t size,
/external/libmicrohttpd/src/examples/
demo.c
713
if (NULL == (response =
MHD_create_response_from_fd
(buf.st_size,
demo_https.c
714
if (NULL == (response =
MHD_create_response_from_fd
(buf.st_size,
/external/libmicrohttpd/src/include/
microhttpd.h
[
all
...]
/external/libmicrohttpd/src/testcurl/
test_get_sendfile.c
107
response =
MHD_create_response_from_fd
(strlen (TESTSTR), fd);
Completed in 469 milliseconds