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

  /system/core/fastbootd/
commands.c 221 struct GPT_entry_table *oldtable; local
239 oldtable = GPT_get_device(device, location);
241 GPT_default_content(&content, oldtable);
242 if (oldtable == NULL)
245 GPT_release_device(oldtable);
  /external/chromium_org/third_party/libxml/src/
hash.c 201 struct _xmlHashEntry *oldtable; local
214 oldtable = table->table;
215 if (oldtable == NULL)
220 table->table = oldtable;
233 if (oldtable[i].valid == 0)
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
236 oldtable[i].name3);
237 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
242 iter = oldtable[i].next
    [all...]
  /external/libxml2/
hash.c 233 struct _xmlHashEntry *oldtable; local
246 oldtable = table->table;
247 if (oldtable == NULL)
252 table->table = oldtable;
265 if (oldtable[i].valid == 0)
267 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
268 oldtable[i].name3);
269 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
274 iter = oldtable[i].next
    [all...]

Completed in 624 milliseconds