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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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 69 milliseconds