Searched refs:crfc (Results 1 - 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
H A Dresponse.c236 * @param crfc callback to call to free @a crc_cls resources
245 MHD_ContentReaderFreeCallback crfc)
263 response->crfc = crfc;
446 response->crfc = must_free ? &free : NULL;
502 if (response->crfc != NULL)
503 response->crfc (response->crc_cls);
241 MHD_create_response_from_callback(uint64_t size, size_t block_size, MHD_ContentReaderCallback crc, void *crc_cls, MHD_ContentReaderFreeCallback crfc) argument
H A Dinternal.h259 * and content reader free callback @e crfc.
273 MHD_ContentReaderFreeCallback crfc; member in struct:MHD_Response
/external/libmicrohttpd/src/include/
H A Dmicrohttpd.h1931 * @param crfc callback to call to free @a crc_cls resources
1939 MHD_ContentReaderFreeCallback crfc);

Completed in 64 milliseconds