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

/vbox/src/libs/libxml2-2.6.31/
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));
556 entry = xmlMalloc(sizeof(xmlHashEntry));
686 entry = xmlMalloc(sizeof(xmlHashEntry));
[all...]

Completed in 54 milliseconds