Home
last modified time | relevance | path

Searched refs:MHD_CONTENT_READER_END_OF_STREAM (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/examples/
Dchunked_example.c35 return MHD_CONTENT_READER_END_OF_STREAM; in callback()
Dfileserver_example_dirs.c69 return MHD_CONTENT_READER_END_OF_STREAM; in dir_reader()
Dmhd2spdy_http.c100 return MHD_CONTENT_READER_END_OF_STREAM; in http_cb_response()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h161 #define MHD_CONTENT_READER_END_OF_STREAM SIZE_MAX macro
164 #define MHD_CONTENT_READER_END_OF_STREAM ((size_t) -1LL) macro
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_callback.c54 return MHD_CONTENT_READER_END_OF_STREAM; in called_twice()
Dtest_get_chunked.c81 return MHD_CONTENT_READER_END_OF_STREAM; in crc()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_get_chunked.c72 return MHD_CONTENT_READER_END_OF_STREAM; in crc()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c324 return MHD_CONTENT_READER_END_OF_STREAM; in file_reader()
Dconnection.c362 if ( (((ssize_t) MHD_CONTENT_READER_END_OF_STREAM) == ret) || in try_ready_normal_body()
369 if ( ((ssize_t)MHD_CONTENT_READER_END_OF_STREAM) == ret) in try_ready_normal_body()
462 if ( (((ssize_t) MHD_CONTENT_READER_END_OF_STREAM) == ret) || in try_ready_chunked_body()
/third_party/skia/third_party/externals/microhttpd/
DChangeLog389 MHD_CONTENT_READER_END_OF_STREAM. Also, release response
871 MHD_CONTENT_READER_END_OF_STREAM causing spurious extra callbacks
1099 introducing MHD_CONTENT_READER_END_OF_STREAM constant instead
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi1268 @code{MHD_CONTENT_READER_END_OF_STREAM} (-1) should be returned
1273 that while returning @code{MHD_CONTENT_READER_END_OF_STREAM} is not technically
1285 @code{MHD_CONTENT_READER_END_OF_STREAM}.
Dlibmicrohttpd.info1094 'MHD_CONTENT_READER_END_OF_STREAM' (-1) should be returned for the
1099 returning 'MHD_CONTENT_READER_END_OF_STREAM' is not technically
1111 'MHD_CONTENT_READER_END_OF_STREAM'. This is not a limitation of