Lines Matching defs:dict
47 #define xmlDictComputeKey(dict, name, len) \ argument
52 #define xmlDictComputeQKey(dict, prefix, plen, name, len) \ argument
60 #define xmlDictComputeKey(dict, name, len) \ argument
62 #define xmlDictComputeQKey(dict, prefix, plen, name, len) \ argument
95 struct _xmlDictEntry *dict; member
158 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) { in xmlDictAddString()
216 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, int plen, in xmlDictAddQString()
442 xmlDictPtr dict; in xmlDictCreate() local
483 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub() local
504 xmlDictReference(xmlDictPtr dict) { in xmlDictReference()
526 xmlDictGrow(xmlDictPtr dict, int size) { in xmlDictGrow()
659 xmlDictFree(xmlDictPtr dict) { in xmlDictFree()
725 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup()
858 xmlDictExists(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictExists()
960 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { in xmlDictQLookup()
1065 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns()
1091 xmlDictSize(xmlDictPtr dict) { in xmlDictSize()