Searched refs:xmlDictEntry (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | dict.c | 93 typedef struct _xmlDictEntry xmlDictEntry; typedef 94 typedef xmlDictEntry *xmlDictEntryPtr; 594 dict->dict = xmlMalloc(MIN_DICT_SIZE * sizeof(xmlDictEntry)); in xmlDictCreate() 598 memset(dict->dict, 0, MIN_DICT_SIZE * sizeof(xmlDictEntry)); in xmlDictCreate() 697 dict->dict = xmlMalloc(size * sizeof(xmlDictEntry)); in xmlDictGrow() 702 memset(dict->dict, 0, size * sizeof(xmlDictEntry)); in xmlDictGrow() 722 memcpy(&(dict->dict[key]), &(olddict[i]), sizeof(xmlDictEntry)); in xmlDictGrow() 728 entry = xmlMalloc(sizeof(xmlDictEntry)); in xmlDictGrow() 764 memcpy(&(dict->dict[key]), iter, sizeof(xmlDictEntry)); in xmlDictGrow() 969 entry = xmlMalloc(sizeof(xmlDictEntry)); in xmlDictLookup() [all …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | dict.c | 103 typedef struct _xmlDictEntry xmlDictEntry; typedef 104 typedef xmlDictEntry *xmlDictEntryPtr; 597 dict->dict = xmlMalloc(MIN_DICT_SIZE * sizeof(xmlDictEntry)); in xmlDictCreate() 601 memset(dict->dict, 0, MIN_DICT_SIZE * sizeof(xmlDictEntry)); in xmlDictCreate() 700 dict->dict = xmlMalloc(size * sizeof(xmlDictEntry)); in xmlDictGrow() 705 memset(dict->dict, 0, size * sizeof(xmlDictEntry)); in xmlDictGrow() 725 memcpy(&(dict->dict[key]), &(olddict[i]), sizeof(xmlDictEntry)); in xmlDictGrow() 731 entry = xmlMalloc(sizeof(xmlDictEntry)); in xmlDictGrow() 767 memcpy(&(dict->dict[key]), iter, sizeof(xmlDictEntry)); in xmlDictGrow() 972 entry = xmlMalloc(sizeof(xmlDictEntry)); in xmlDictLookup() [all …]
|