Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/qmp/
H A Dqnull.h29 void qnull_unref(QNull *q);
31 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QNull, qnull_unref)
/openbmc/qemu/qobject/
H A Dqnull.c33 void qnull_unref(QNull *q) in qnull_unref() function