Searched refs:crc_cls (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | response.c | 244 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()
|
D | internal.h | 264 void *crc_cls; member
|
D | connection.c | 356 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/ |
D | microhttpd.h | 1938 MHD_ContentReaderCallback crc, void *crc_cls,
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 1762 … (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.
|
D | libmicrohttpd.info | 1530 crc, void *crc_cls, MHD_ContentReaderFreeCallback crfc)
|