Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDictLookup

969 	        ret->name = xmlDictLookup(dict, name, -1);
975 ret->prefix = xmlDictLookup(dict, name, l);
976 ret->name = xmlDictLookup(dict, tmp, -1);
1027 ret->name = xmlDictLookup(dict, cur->name, -1);
1034 ret->prefix = xmlDictLookup(dict, cur->prefix, -1);
1057 tmp->name = xmlDictLookup(dict, cur->name, -1);
1064 tmp->prefix = xmlDictLookup(dict, cur->prefix, -1);
2044 ret->name = xmlDictLookup(dict, name, -1);
2045 ret->prefix = xmlDictLookup(dict, ns, -1);
2046 ret->elem = xmlDictLookup(dict, elem, -1);
2056 ret->defaultValue = xmlDictLookup(dict, defaultValue, -1);
2622 ret->name = xmlDictLookup(doc->dict, attr->name, -1);