Home
last modified time | relevance | path

Searched refs:crc_cls (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c244 void *crc_cls, in MHD_create_response_from_callback() argument
264 response->crc_cls = crc_cls; in MHD_create_response_from_callback()
379 response->crc_cls = response; in MHD_create_response_from_fd_at_offset()
447 response->crc_cls = must_free ? data : NULL; in MHD_create_response_from_data()
503 response->crfc (response->crc_cls); in MHD_destroy_response()
Dinternal.h264 void *crc_cls; member
Dconnection.c356 ret = response->crc (response->crc_cls, in try_ready_normal_body()
449 ret = response->crc (response->crc_cls, in try_ready_chunked_body()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h1938 MHD_ContentReaderCallback crc, void *crc_cls,
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi1762 … (uint64_t size, size_t block_size, MHD_ContentReaderCallback crc, void *crc_cls, MHD_ContentReade…
1779 @item crc_cls
1783 callback to call to free @var{crc_cls} resources.
Dlibmicrohttpd.info1530 crc, void *crc_cls, MHD_ContentReaderFreeCallback crfc)