Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDictLookup

1045 		cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1062 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1821 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1);
1980 cur->name = xmlDictLookup(doc->dict, name, -1);
2130 cur->name = xmlDictLookup(doc->dict, name, -1);
2265 xmlDictLookup(doc->dict, name, -1));
4130 ret->name = xmlDictLookup(doc->dict, node->name, -1);
5029 cur->name = xmlDictLookup(dict, name, -1);
7910 str = xmlDictLookup(destDoc->dict, str, -1); \
7930 xmlDictLookup(destDoc->dict, cur->content, -1); \