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

  /external/libmicrohttpd/src/microhttpd/
response.c 235 * @param crc_cls extra argument to @a crc
236 * @param crfc callback to call to free @a crc_cls resources
244 void *crc_cls,
264 response->crc_cls = crc_cls;
379 response->crc_cls = response;
447 response->crc_cls = must_free ? data : NULL;
503 response->crfc (response->crc_cls);
internal.h 261 void *crc_cls; member in struct:MHD_Response
    [all...]
connection.c 356 ret = response->crc (response->crc_cls,
449 ret = response->crc (response->crc_cls,
    [all...]
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]

Completed in 79 milliseconds