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

/external/chromium_org/third_party/libxml/src/
H A Ddict.c69 typedef struct _xmlDictEntry xmlDictEntry; typedef in typeref:struct:_xmlDictEntry
70 typedef xmlDictEntry *xmlDictEntryPtr;
458 dict->dict = xmlMalloc(MIN_DICT_SIZE * sizeof(xmlDictEntry));
462 memset(dict->dict, 0, MIN_DICT_SIZE * sizeof(xmlDictEntry));
555 dict->dict = xmlMalloc(size * sizeof(xmlDictEntry));
560 memset(dict->dict, 0, size * sizeof(xmlDictEntry));
580 memcpy(&(dict->dict[key]), &(olddict[i]), sizeof(xmlDictEntry));
586 entry = xmlMalloc(sizeof(xmlDictEntry));
622 memcpy(&(dict->dict[key]), iter, sizeof(xmlDictEntry));
820 entry = xmlMalloc(sizeof(xmlDictEntry));
[all...]
/external/libxml2/
H A Ddict.c92 typedef struct _xmlDictEntry xmlDictEntry; typedef in typeref:struct:_xmlDictEntry
93 typedef xmlDictEntry *xmlDictEntryPtr;
554 dict->dict = xmlMalloc(MIN_DICT_SIZE * sizeof(xmlDictEntry));
558 memset(dict->dict, 0, MIN_DICT_SIZE * sizeof(xmlDictEntry));
657 dict->dict = xmlMalloc(size * sizeof(xmlDictEntry));
662 memset(dict->dict, 0, size * sizeof(xmlDictEntry));
682 memcpy(&(dict->dict[key]), &(olddict[i]), sizeof(xmlDictEntry));
688 entry = xmlMalloc(sizeof(xmlDictEntry));
724 memcpy(&(dict->dict[key]), iter, sizeof(xmlDictEntry));
929 entry = xmlMalloc(sizeof(xmlDictEntry));
[all...]

Completed in 655 milliseconds