OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qdict_next_entry
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
qdict.c
366
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 2458 milliseconds