Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dexceptions.cc154 static const char* winapi_strerror(const int errorno, bool* must_free) { in winapi_strerror() argument
167 *must_free = true; in winapi_strerror()
179 *must_free = false; in winapi_strerror()
192 bool must_free = false; in WinapiErrnoException() local
194 msg = winapi_strerror(errorno, &must_free); in WinapiErrnoException()
230 if (must_free) { in WinapiErrnoException()
/third_party/skia/third_party/externals/microhttpd/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()
/third_party/node/src/
Dnode_credentials.cc351 bool must_free; in InitGroups() local
356 must_free = true; in InitGroups()
359 must_free = false; in InitGroups()
370 if (must_free) free(user); in InitGroups()
377 if (must_free) free(user); in InitGroups()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h1959 int must_free,
/third_party/flatbuffers/include/flatbuffers/
Dflatbuffers.h2506 BufferRef() : buf(nullptr), len(0), must_free(false) {}
2508 : buf(_buf), len(_len), must_free(false) {}
2511 if (must_free) free(buf);
2523 bool must_free;
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dhellobrowser.inc171 For our example, the @code{must_copy} and @code{must_free} parameter at the response construction
/third_party/skia/third_party/externals/microhttpd/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)