Searched refs:subdict (Results 1 – 1 of 1) sorted by relevance
100 struct _xmlDict *subdict; member460 dict->subdict = NULL; in xmlDictCreate()489 dict->subdict = sub; in xmlDictCreateSub()490 xmlDictReference(dict->subdict); in xmlDictCreateSub()683 if (dict->subdict != NULL) { in xmlDictFree()684 xmlDictFree(dict->subdict); in xmlDictFree()771 if (dict->subdict) { in xmlDictLookup()776 (dict->subdict->size != MIN_DICT_SIZE)) || in xmlDictLookup()778 (dict->subdict->size == MIN_DICT_SIZE))) in xmlDictLookup()779 skey = xmlDictComputeKey(dict->subdict, name, len); in xmlDictLookup()[all …]