Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDictLookup

4658     ret = xmlDictLookup(ctxt->dict, val, -1);
4689 ret = xmlDictLookup(ctxt->dict, val, -1);
5798 *uri = xmlDictLookup(ctxt->dict, ns->href, -1);
5808 *local = xmlDictLookup(ctxt->dict, value, -1);
5815 *local = xmlDictLookup(ctxt->dict, *local, -1);
5816 pref = xmlDictLookup(ctxt->dict, value, len);
5827 *uri = xmlDictLookup(ctxt->dict, ns->href, -1);
6779 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
9179 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
9962 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
10239 ret = xmlDictLookup(dict, URI, -1);
10492 schemaLocation = xmlDictLookup(pctxt->dict,
10882 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
12108 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
12425 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
18127 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
21671 nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur);
21698 location = xmlDictLookup(vctxt->schema->dict, cur, end - cur);
21746 ret = xmlDictLookup(vctxt->dict, nsName, -1);
21847 lname = xmlDictLookup(vctxt->dict, lname, -1);
21851 nsname = xmlDictLookup(vctxt->dict, nsname, -1);
24738 *localName = xmlDictLookup(vctxt->dict, value, -1);
24740 *localName = xmlDictLookup(vctxt->dict, local, -1);