Home
last modified time | relevance | path

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

/openbmc/qemu/qobject/
H A Dqdict.c304 static QDictEntry *qdict_next_entry(const QDict *qdict, int first_bucket) in qdict_next_entry() function
322 return qdict_next_entry(qdict, 0); in qdict_first()
335 ret = qdict_next_entry(qdict, bucket + 1); in qdict_next()