Searched refs:MHD_create_response_from_fd (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | response.c | 394 MHD_create_response_from_fd (size_t size, in MHD_create_response_from_fd() function
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 2027 MHD_create_response_from_fd (size_t size,
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_get_sendfile.c | 107 response = MHD_create_response_from_fd (strlen (TESTSTR), fd); in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | demo_https.c | 714 if (NULL == (response = MHD_create_response_from_fd (buf.st_size, in generate_page()
|
D | demo.c | 713 if (NULL == (response = MHD_create_response_from_fd (buf.st_size, in generate_page()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 1705 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/ |
D | ChangeLog | 949 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/ |
D | libmicrohttpd.info | 1554 -- Function: struct MHD_Response * MHD_create_response_from_fd 4001 * MHD_create_response_from_fd: microhttpd-response create.
|
D | libmicrohttpd.texi | 1791 @deftypefun {struct MHD_Response *} MHD_create_response_from_fd (uint64_t size, int fd)
|