Searched refs:MHD_CONTENT_READER_END_OF_STREAM (Results 1 – 12 of 12) sorted by relevance
35 return MHD_CONTENT_READER_END_OF_STREAM; in callback()
69 return MHD_CONTENT_READER_END_OF_STREAM; in dir_reader()
100 return MHD_CONTENT_READER_END_OF_STREAM; in http_cb_response()
161 #define MHD_CONTENT_READER_END_OF_STREAM SIZE_MAX macro164 #define MHD_CONTENT_READER_END_OF_STREAM ((size_t) -1LL) macro
54 return MHD_CONTENT_READER_END_OF_STREAM; in called_twice()
81 return MHD_CONTENT_READER_END_OF_STREAM; in crc()
72 return MHD_CONTENT_READER_END_OF_STREAM; in crc()
324 return MHD_CONTENT_READER_END_OF_STREAM; in file_reader()
362 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()
389 MHD_CONTENT_READER_END_OF_STREAM. Also, release response871 MHD_CONTENT_READER_END_OF_STREAM causing spurious extra callbacks1099 introducing MHD_CONTENT_READER_END_OF_STREAM constant instead
1268 @code{MHD_CONTENT_READER_END_OF_STREAM} (-1) should be returned1273 that while returning @code{MHD_CONTENT_READER_END_OF_STREAM} is not technically1285 @code{MHD_CONTENT_READER_END_OF_STREAM}.
1094 'MHD_CONTENT_READER_END_OF_STREAM' (-1) should be returned for the1099 returning 'MHD_CONTENT_READER_END_OF_STREAM' is not technically1111 'MHD_CONTENT_READER_END_OF_STREAM'. This is not a limitation of