Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDictLookup

4692     ret = xmlDictLookup(ctxt->dict, val, -1);
4723 ret = xmlDictLookup(ctxt->dict, val, -1);
5832 *uri = xmlDictLookup(ctxt->dict, ns->href, -1);
5842 *local = xmlDictLookup(ctxt->dict, value, -1);
5849 *local = xmlDictLookup(ctxt->dict, *local, -1);
5850 pref = xmlDictLookup(ctxt->dict, value, len);
5861 *uri = xmlDictLookup(ctxt->dict, ns->href, -1);
6813 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
9213 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
9996 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
10273 ret = xmlDictLookup(dict, URI, -1);
10538 schemaLocation = xmlDictLookup(pctxt->dict,
10928 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
12155 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
12472 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
18240 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
21784 nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur);
21811 location = xmlDictLookup(vctxt->schema->dict, cur, end - cur);
21859 ret = xmlDictLookup(vctxt->dict, nsName, -1);
21960 lname = xmlDictLookup(vctxt->dict, lname, -1);
21964 nsname = xmlDictLookup(vctxt->dict, nsname, -1);
24853 *localName = xmlDictLookup(vctxt->dict, value, -1);
24855 *localName = xmlDictLookup(vctxt->dict, local, -1);