Home
last modified time | relevance | path

Searched refs:qstring_unref (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Dqstring.h23 void qstring_unref(QString *q);
25 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QString, qstring_unref)
/openbmc/qemu/qobject/
H A Dqstring.c104 void qstring_unref(QString *q) in qstring_unref() function