Lines Matching refs:xmlDictLookup
1069 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1086 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1865 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1);
2025 cur->name = xmlDictLookup(doc->dict, name, -1);
2175 cur->name = xmlDictLookup(doc->dict, name, -1);
2310 xmlDictLookup(doc->dict, name, -1));
4218 ret->name = xmlDictLookup(doc->dict, node->name, -1);
5164 cur->name = xmlDictLookup(dict, name, -1);
8130 str = xmlDictLookup(destDoc->dict, str, -1); \
8150 xmlDictLookup(destDoc->dict, cur->content, -1); \