Home
last modified time | relevance | path

Searched refs:must_free (Results 1 – 7 of 7) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dresponse.c417 void *data, int must_free, int must_copy) in MHD_create_response_from_data() argument
442 must_free = MHD_YES; in MHD_create_response_from_data()
446 response->crfc = must_free ? &free : NULL; in MHD_create_response_from_data()
447 response->crc_cls = must_free ? data : NULL; in MHD_create_response_from_data()
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1797 BufferRef() : buf(nullptr), len(0), must_free(false) {}
1799 : buf(_buf), len(_len), must_free(false) {}
1801 ~BufferRef() { if (must_free) free(buf); }
1812 bool must_free;
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1959 int must_free,
/external/libmicrohttpd/doc/chapters/
Dhellobrowser.inc171 For our example, the @code{must_copy} and @code{must_free} parameter at the response construction
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi1880 …D_Response *} MHD_create_response_from_data (size_t size, void *data, int must_free, int must_copy)
1892 @item must_free
Dlibmicrohttpd-tutorial.info275 For our example, the `must_copy' and `must_free' parameter at the
Dlibmicrohttpd.info1636 (size_t size, void *data, int must_free, int must_copy)