Searched refs:xmlHashEntry (Results 1 - 2 of 2) sorted by last modified time

/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...]
/external/chromium_org/third_party/libxml/src/
H A Dhash.c37 typedef struct _xmlHashEntry xmlHashEntry; typedef in typeref:struct:_xmlHashEntry
38 typedef xmlHashEntry *xmlHashEntryPtr;
156 table->table = xmlMalloc(size * sizeof(xmlHashEntry));
158 memset(table->table, 0, size * sizeof(xmlHashEntry));
218 table->table = xmlMalloc(size * sizeof(xmlHashEntry));
223 memset(table->table, 0, size * sizeof(xmlHashEntry));
237 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
253 memcpy(&(table->table[key]), iter, sizeof(xmlHashEntry));
555 entry = xmlMalloc(sizeof(xmlHashEntry));
685 entry = xmlMalloc(sizeof(xmlHashEntry));
[all...]

Completed in 35 milliseconds