Home
last modified time | relevance | path

Searched refs:MHD_create_response_from_fd (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c394 MHD_create_response_from_fd (size_t size, in MHD_create_response_from_fd() function
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2027 MHD_create_response_from_fd (size_t size,
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_get_sendfile.c107 response = MHD_create_response_from_fd (strlen (TESTSTR), fd); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Ddemo_https.c714 if (NULL == (response = MHD_create_response_from_fd (buf.st_size, in generate_page()
Ddemo.c713 if (NULL == (response = MHD_create_response_from_fd (buf.st_size, in generate_page()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx1705 struct MHD_Response* r = MHD_create_response_from_fd ((uint64_t) s.st_size, fd); in handle_buildid_f_match()
1812 struct MHD_Response* r = MHD_create_response_from_fd (fs.st_size, fd); in handle_buildid_r_match()
1987 r = MHD_create_response_from_fd (fs.st_size, fd); in handle_buildid_r_match()
1990 r = MHD_create_response_from_fd (archive_entry_size(e), fd); in handle_buildid_r_match()
2339 auto r = MHD_create_response_from_fd ((uint64_t) s.st_size, fd); in handle_buildid()
/third_party/skia/third_party/externals/microhttpd/
DChangeLog949 MHD_create_response_from_fd (fixing #1679). -TG
1053 MHD_create_response_from_fd (#1639). -CG
1059 MHD_create_response_from_fd as well. -CG
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.info1554 -- Function: struct MHD_Response * MHD_create_response_from_fd
4001 * MHD_create_response_from_fd: microhttpd-response create.
Dlibmicrohttpd.texi1791 @deftypefun {struct MHD_Response *} MHD_create_response_from_fd (uint64_t size, int fd)