Home
last modified time | relevance | path

Searched refs:do_free (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-moo-root.oo.h9 void do_free (root_t x);
Dtest-moo-aroot.oo.h9 void do_free (aroot_t x);
Dtest-moo-root.oo.c16 void root::do_free (root_t x) in do_free() function
Dtest-moo-asub1.oo.c14 void asub1::do_free (asub1_t x) in do_free() function
/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.c666 gboolean do_free; in gst_mini_object_unref() local
669 do_free = mini_object->dispose (mini_object); in gst_mini_object_unref()
671 do_free = TRUE; in gst_mini_object_unref()
675 if (G_LIKELY (do_free)) { in gst_mini_object_unref()
Dgstmessage.c183 gboolean do_free = TRUE; in _gst_message_dispose() local
196 do_free = FALSE; in _gst_message_dispose()
199 return do_free; in _gst_message_dispose()