Searched refs:must_copy (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | response.c | 417 void *data, int must_free, int must_copy) in MHD_create_response_from_data() argument 433 if ((must_copy) && (size > 0)) in MHD_create_response_from_data()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 1960 int must_copy);
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | hellobrowser.inc | 171 For our example, the @code{must_copy} and @code{must_free} parameter at the response construction
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 1880 …D_Response *} MHD_create_response_from_data (size_t size, void *data, int must_free, int must_copy) 1895 @item must_copy
|
D | libmicrohttpd-tutorial.info | 275 For our example, the `must_copy' and `must_free' parameter at the
|
D | libmicrohttpd.info | 1636 (size_t size, void *data, int must_free, int must_copy)
|