HomeSort by relevance Sort by last modified time
    Searched refs:crfc (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/microhttpd/
response.c 236 * @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);
internal.h 259 * and content reader free callback @e crfc.
273 MHD_ContentReaderFreeCallback crfc; member in struct:MHD_Response
    [all...]
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]

Completed in 46 milliseconds