OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QListEntry
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
qlist.h
20
typedef struct
QListEntry
{
22
QTAILQ_ENTRY(
QListEntry
) next;
23
}
QListEntry
;
27
QTAILQ_HEAD(,
QListEntry
) head;
38
static inline QObject *qlist_entry_obj(const
QListEntry
*entry)
qlist.c
65
QListEntry
*entry;
82
QListEntry
*entry;
90
QListEntry
*entry;
108
QListEntry
*entry;
145
QListEntry
*entry, *next_entry;
Completed in 63 milliseconds