Searched defs:qdict_next_entry (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qobject/
H A Dqdict.c366 static QDictEntry *qdict_next_entry(const QDict *qdict, int first_bucket) function
384 return qdict_next_entry(qdict, 0);
397 ret = qdict_next_entry(qdict, bucket + 1);

Completed in 58 milliseconds