Lines Matching refs:xmlDictLookup
969 ret->name = xmlDictLookup(dict, name, -1); in xmlNewDocElementContent()
975 ret->prefix = xmlDictLookup(dict, name, l); in xmlNewDocElementContent()
976 ret->name = xmlDictLookup(dict, tmp, -1); in xmlNewDocElementContent()
1027 ret->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1034 ret->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
1057 tmp->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1064 tmp->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
2099 ret->name = xmlDictLookup(dict, name, -1); in xmlAddAttributeDecl()
2100 ret->prefix = xmlDictLookup(dict, ns, -1); in xmlAddAttributeDecl()
2101 ret->elem = xmlDictLookup(dict, elem, -1); in xmlAddAttributeDecl()
2111 ret->defaultValue = xmlDictLookup(dict, defaultValue, -1); in xmlAddAttributeDecl()
2689 ret->name = xmlDictLookup(doc->dict, attr->name, -1); in xmlAddID()