Searched refs:xmlHashEntry (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dhash.c53 typedef struct _xmlHashEntry xmlHashEntry; typedef in typeref:struct:_xmlHashEntry
54 typedef xmlHashEntry *xmlHashEntryPtr;
185 table->table = xmlMalloc(size * sizeof(xmlHashEntry));
187 memset(table->table, 0, size * sizeof(xmlHashEntry));
250 table->table = xmlMalloc(size * sizeof(xmlHashEntry));
255 memset(table->table, 0, size * sizeof(xmlHashEntry));
269 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
285 memcpy(&(table->table[key]), iter, sizeof(xmlHashEntry));
587 entry = xmlMalloc(sizeof(xmlHashEntry));
717 entry = xmlMalloc(sizeof(xmlHashEntry));
[all...]

Completed in 33 milliseconds