HomeSort by relevance Sort by last modified time
    Searched refs:alloc_entry (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qdict.c 72 * alloc_entry(): allocate a new QDictEntry
74 static QDictEntry *alloc_entry(const char *key, QObject *value) function
145 entry = alloc_entry(key, value);
  /external/dbus/dbus/
dbus-hash.c 247 static DBusHashEntry* alloc_entry (DBusHashTable *table);
443 alloc_entry (DBusHashTable *table) function
843 entry = alloc_entry (table);
    [all...]

Completed in 71 milliseconds