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

  /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 237 struct _xmlHashEntry *oldtable; local
250 oldtable = table->table;
251 if (oldtable == NULL)
256 table->table = oldtable;
269 if (oldtable[i].valid == 0)
271 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
272 oldtable[i].name3);
273 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
278 iter = oldtable[i].next
    [all...]
  /bionic/libc/stdio/
vfprintf.c 1199 unsigned char *oldtable = *typetable; local
1207 memcpy( *typetable, oldtable, *tablesize);

Completed in 155 milliseconds