xmlDictLookup    2368 third_party/libxml/src/HTMLparser.c     return(xmlDictLookup(ctxt->dict, loc, i));
xmlDictLookup    2399 third_party/libxml/src/HTMLparser.c     return(xmlDictLookup(ctxt->dict, loc, i));
xmlDictLookup    2436 third_party/libxml/src/HTMLparser.c 	    ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count);
xmlDictLookup    2477 third_party/libxml/src/HTMLparser.c     return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len));
xmlDictLookup    1844 third_party/libxml/src/SAX2.c 	    intern = xmlDictLookup(ctxt->dict, str, len);
xmlDictLookup    1852 third_party/libxml/src/SAX2.c 	    intern = xmlDictLookup(ctxt->dict, str, len);
xmlDictLookup     373 third_party/libxml/src/debugXML.c 	        (node->name == xmlDictLookup(ctxt->dict, BAD_CAST "nbktext",
xmlDictLookup     969 third_party/libxml/src/dict.c         return(xmlDictLookup(dict, name, -1));
xmlDictLookup    2843 third_party/libxml/src/elfgcchack.h #undef xmlDictLookup
xmlDictLookup    2844 third_party/libxml/src/elfgcchack.h extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
xmlDictLookup    2846 third_party/libxml/src/elfgcchack.h #ifndef xmlDictLookup
xmlDictLookup    2847 third_party/libxml/src/elfgcchack.h extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
xmlDictLookup    2848 third_party/libxml/src/elfgcchack.h #define xmlDictLookup xmlDictLookup__internal_alias
xmlDictLookup     172 third_party/libxml/src/entities.c         ret->name = xmlDictLookup(dict, name, -1);
xmlDictLookup     174 third_party/libxml/src/entities.c 	    ret->ExternalID = xmlDictLookup(dict, ExternalID, -1);
xmlDictLookup     176 third_party/libxml/src/entities.c 	    ret->SystemID = xmlDictLookup(dict, SystemID, -1);
xmlDictLookup     182 third_party/libxml/src/entities.c 	                   xmlDictLookup(dict, content, ret->length);
xmlDictLookup     500 third_party/libxml/src/hash.c 	    name = xmlDictLookup(table->dict, name, -1);
xmlDictLookup     505 third_party/libxml/src/hash.c 	    name2 = xmlDictLookup(table->dict, name2, -1);
xmlDictLookup     510 third_party/libxml/src/hash.c 	    name3 = xmlDictLookup(table->dict, name3, -1);
xmlDictLookup     616 third_party/libxml/src/hash.c 	    name = xmlDictLookup(table->dict, name, -1);
xmlDictLookup     621 third_party/libxml/src/hash.c 	    name2 = xmlDictLookup(table->dict, name2, -1);
xmlDictLookup     626 third_party/libxml/src/hash.c 	    name3 = xmlDictLookup(table->dict, name3, -1);
xmlDictLookup      43 third_party/libxml/src/include/libxml/dict.h 			xmlDictLookup	(xmlDictPtr dict,
xmlDictLookup     992 third_party/libxml/src/parser.c     ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
xmlDictLookup     993 third_party/libxml/src/parser.c     ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
xmlDictLookup     994 third_party/libxml/src/parser.c     ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
xmlDictLookup    1146 third_party/libxml/src/parser.c         name = xmlDictLookup(ctxt->dict, fullname, -1);
xmlDictLookup    1149 third_party/libxml/src/parser.c         name = xmlDictLookup(ctxt->dict, name, -1);
xmlDictLookup    1150 third_party/libxml/src/parser.c 	prefix = xmlDictLookup(ctxt->dict, fullname, len);
xmlDictLookup    1191 third_party/libxml/src/parser.c         name = xmlDictLookup(ctxt->dict, fullattr, -1);
xmlDictLookup    1194 third_party/libxml/src/parser.c         name = xmlDictLookup(ctxt->dict, name, -1);
xmlDictLookup    1195 third_party/libxml/src/parser.c 	prefix = xmlDictLookup(ctxt->dict, fullattr, len);
xmlDictLookup    1202 third_party/libxml/src/parser.c     value = xmlDictLookup(ctxt->dict, value, len);
xmlDictLookup    3147 third_party/libxml/src/parser.c         return(xmlDictLookup(ctxt->dict, ctxt->input->cur - (len + 1), len));
xmlDictLookup    3148 third_party/libxml/src/parser.c     return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len));
xmlDictLookup    3195 third_party/libxml/src/parser.c 	    ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count);
xmlDictLookup    3240 third_party/libxml/src/parser.c     return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len));
xmlDictLookup    3284 third_party/libxml/src/parser.c 	    ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count);
xmlDictLookup    7144 third_party/libxml/src/parser.c 		nbktext = xmlDictLookup(ctxt->dict, BAD_CAST "nbktext",
xmlDictLookup    8428 third_party/libxml/src/parser.c 	    p = xmlDictLookup(ctxt->dict, tmp, -1);
xmlDictLookup    8442 third_party/libxml/src/parser.c 		l = xmlDictLookup(ctxt->dict, tmp, -1);
xmlDictLookup    8448 third_party/libxml/src/parser.c 	    l = xmlDictLookup(ctxt->dict, tmp, -1);
xmlDictLookup    8900 third_party/libxml/src/parser.c 	        const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len);
xmlDictLookup    8950 third_party/libxml/src/parser.c 	        const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len);
xmlDictLookup    12461 third_party/libxml/src/parser.c     ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
xmlDictLookup    12462 third_party/libxml/src/parser.c     ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
xmlDictLookup    12463 third_party/libxml/src/parser.c     ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
xmlDictLookup    12836 third_party/libxml/src/parser.c     ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
xmlDictLookup    12837 third_party/libxml/src/parser.c     ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
xmlDictLookup    12838 third_party/libxml/src/parser.c     ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
xmlDictLookup    13108 third_party/libxml/src/parser.c 		    iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1);
xmlDictLookup    13109 third_party/libxml/src/parser.c 		    ihref = xmlDictLookup(ctxt->dict, ns->href, -1);
xmlDictLookup    13267 third_party/libxml/src/parser.c 	ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
xmlDictLookup    13268 third_party/libxml/src/parser.c 	ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
xmlDictLookup    13269 third_party/libxml/src/parser.c 	ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
xmlDictLookup      81 third_party/libxml/src/pattern.c 	r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
xmlDictLookup     769 third_party/libxml/src/pattern.c 		ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlDictLookup     788 third_party/libxml/src/pattern.c 		ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlDictLookup     839 third_party/libxml/src/pattern.c 	ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlDictLookup     877 third_party/libxml/src/pattern.c 	ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlDictLookup     606 third_party/libxml/src/schematron.c     ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
xmlDictLookup     830 third_party/libxml/src/schematron.c         xmlDictLookup(ctxt->dict, ns, -1);
xmlDictLookup     832 third_party/libxml/src/schematron.c         xmlDictLookup(ctxt->dict, prefix, -1);
xmlDictLookup    1112 third_party/libxml/src/schematron.c         ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
xmlDictLookup    1160 third_party/libxml/src/schematron.c 	    ret->title = xmlDictLookup(ret->dict, title, -1);
xmlDictLookup    8275 third_party/libxml/src/testapi.c         ret_val = xmlDictLookup(dict, (const xmlChar *)name, len);
xmlDictLookup    1046 third_party/libxml/src/tree.c 		cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
xmlDictLookup    1063 third_party/libxml/src/tree.c 		cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
xmlDictLookup    1820 third_party/libxml/src/tree.c             cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1);
xmlDictLookup    1980 third_party/libxml/src/tree.c 	cur->name = xmlDictLookup(doc->dict, name, -1);
xmlDictLookup    2130 third_party/libxml/src/tree.c         cur->name = xmlDictLookup(doc->dict, name, -1);
xmlDictLookup    2265 third_party/libxml/src/tree.c 	                        xmlDictLookup(doc->dict, name, -1));
xmlDictLookup    4138 third_party/libxml/src/tree.c 	    ret->name = xmlDictLookup(doc->dict, node->name, -1);
xmlDictLookup    5041 third_party/libxml/src/tree.c 	cur->name = xmlDictLookup(dict, name, -1);
xmlDictLookup    7927 third_party/libxml/src/tree.c 	    str = xmlDictLookup(destDoc->dict, str, -1); \
xmlDictLookup    7947 third_party/libxml/src/tree.c 		xmlDictLookup(destDoc->dict, cur->content, -1); \
xmlDictLookup     969 third_party/libxml/src/valid.c 	        ret->name = xmlDictLookup(dict, name, -1);
xmlDictLookup     975 third_party/libxml/src/valid.c 	        ret->prefix = xmlDictLookup(dict, name, l);
xmlDictLookup     976 third_party/libxml/src/valid.c 		ret->name = xmlDictLookup(dict, tmp, -1);
xmlDictLookup    1027 third_party/libxml/src/valid.c 	    ret->name = xmlDictLookup(dict, cur->name, -1);
xmlDictLookup    1034 third_party/libxml/src/valid.c 	    ret->prefix = xmlDictLookup(dict, cur->prefix, -1);
xmlDictLookup    1057 third_party/libxml/src/valid.c 		    tmp->name = xmlDictLookup(dict, cur->name, -1);
xmlDictLookup    1064 third_party/libxml/src/valid.c 		    tmp->prefix = xmlDictLookup(dict, cur->prefix, -1);
xmlDictLookup    2043 third_party/libxml/src/valid.c 	ret->name = xmlDictLookup(dict, name, -1);
xmlDictLookup    2044 third_party/libxml/src/valid.c 	ret->prefix = xmlDictLookup(dict, ns, -1);
xmlDictLookup    2045 third_party/libxml/src/valid.c 	ret->elem = xmlDictLookup(dict, elem, -1);
xmlDictLookup    2055 third_party/libxml/src/valid.c 	    ret->defaultValue = xmlDictLookup(dict, defaultValue, -1);
xmlDictLookup    2621 third_party/libxml/src/valid.c 	    ret->name = xmlDictLookup(doc->dict, attr->name, -1);
xmlDictLookup     191 third_party/libxml/src/xmlreader.c #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1)
xmlDictLookup    5081 third_party/libxml/src/xmlreader.c 	reader->xinclude_name = xmlDictLookup(reader->dict, XINCLUDE_NODE, -1);
xmlDictLookup    6837 third_party/libxml/src/xmlregexp.c     name = xmlDictLookup(ctxt->dict, name, len);
xmlDictLookup    7890 third_party/libxml/src/xmlregexp.c     val = xmlDictLookup(ctxt->dict, BAD_CAST base, ctxt->cur - base);
xmlDictLookup    4658 third_party/libxml/src/xmlschemas.c     ret = xmlDictLookup(ctxt->dict, val, -1);
xmlDictLookup    4689 third_party/libxml/src/xmlschemas.c     ret = xmlDictLookup(ctxt->dict, val, -1);
xmlDictLookup    5798 third_party/libxml/src/xmlschemas.c 	    *uri = xmlDictLookup(ctxt->dict, ns->href, -1);
xmlDictLookup    5808 third_party/libxml/src/xmlschemas.c 	*local = xmlDictLookup(ctxt->dict, value, -1);
xmlDictLookup    5815 third_party/libxml/src/xmlschemas.c     *local = xmlDictLookup(ctxt->dict, *local, -1);
xmlDictLookup    5816 third_party/libxml/src/xmlschemas.c     pref = xmlDictLookup(ctxt->dict, value, len);
xmlDictLookup    5827 third_party/libxml/src/xmlschemas.c         *uri = xmlDictLookup(ctxt->dict, ns->href, -1);
xmlDictLookup    6779 third_party/libxml/src/xmlschemas.c 		    dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
xmlDictLookup    9179 third_party/libxml/src/xmlschemas.c 	    xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
xmlDictLookup    9962 third_party/libxml/src/xmlschemas.c 	ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
xmlDictLookup    10239 third_party/libxml/src/xmlschemas.c 		ret = xmlDictLookup(dict, URI, -1);
xmlDictLookup    10504 third_party/libxml/src/xmlschemas.c 	    schemaLocation = xmlDictLookup(pctxt->dict,
xmlDictLookup    10894 third_party/libxml/src/xmlschemas.c 	(*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
xmlDictLookup    12121 third_party/libxml/src/xmlschemas.c 	    xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
xmlDictLookup    12438 third_party/libxml/src/xmlschemas.c     ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
xmlDictLookup    18196 third_party/libxml/src/xmlschemas.c 	    tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
xmlDictLookup    21740 third_party/libxml/src/xmlschemas.c 	    nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur);
xmlDictLookup    21767 third_party/libxml/src/xmlschemas.c 	location = xmlDictLookup(vctxt->schema->dict, cur, end - cur);
xmlDictLookup    21815 third_party/libxml/src/xmlschemas.c 	    ret = xmlDictLookup(vctxt->dict, nsName, -1);
xmlDictLookup    21916 third_party/libxml/src/xmlschemas.c     lname = xmlDictLookup(vctxt->dict, lname, -1);
xmlDictLookup    21920 third_party/libxml/src/xmlschemas.c 	nsname = xmlDictLookup(vctxt->dict, nsname, -1);
xmlDictLookup    24809 third_party/libxml/src/xmlschemas.c 	    *localName = xmlDictLookup(vctxt->dict, value, -1);
xmlDictLookup    24811 third_party/libxml/src/xmlschemas.c 	    *localName = xmlDictLookup(vctxt->dict, local, -1);
xmlDictLookup     748 third_party/libxml/src/xpath.c 	        (void *)xmlDictLookup(comp->dict, value4, -1);
xmlDictLookup     754 third_party/libxml/src/xpath.c 	        (void *)xmlDictLookup(comp->dict, value5, -1);
xmlDictLookup     255 third_party/libxslt/libxslt/attributes.c 		    list->set = xmlDictLookup(style->dict, old->set, -1);
xmlDictLookup     257 third_party/libxslt/libxslt/attributes.c 			list->ns = xmlDictLookup(style->dict, old->ns, -1);
xmlDictLookup     262 third_party/libxslt/libxslt/attributes.c 		    cur->next->set = xmlDictLookup(style->dict, old->set, -1);
xmlDictLookup     264 third_party/libxslt/libxslt/attributes.c 			cur->next->ns = xmlDictLookup(style->dict, old->ns, -1);
xmlDictLookup     420 third_party/libxslt/libxslt/attributes.c 	    curval = xmlDictLookup(style->dict, curval, endval - curval);
xmlDictLookup     822 third_party/libxslt/libxslt/attributes.c 		nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
xmlDictLookup    1081 third_party/libxslt/libxslt/attributes.c         curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr);
xmlDictLookup    2055 third_party/libxslt/libxslt/pattern.c 	    pat->mode = xmlDictLookup(style->dict, mode, -1);
xmlDictLookup    2057 third_party/libxslt/libxslt/pattern.c 	    pat->modeURI = xmlDictLookup(style->dict, modeURI, -1);
xmlDictLookup     749 third_party/libxslt/libxslt/preproc.c 	comp->select = xmlDictLookup(style->dict, BAD_CAST ".", 1);
xmlDictLookup     936 third_party/libxslt/libxslt/preproc.c 		    comp->ns = xmlDictLookup(style->dict, ns->href, -1);
xmlDictLookup    1057 third_party/libxslt/libxslt/preproc.c 			comp->ns = xmlDictLookup(style->dict, ns->href, -1);
xmlDictLookup    1320 third_party/libxslt/libxslt/preproc.c 			*nsName = xmlDictLookup(style->dict, URI, -1);
xmlDictLookup    1434 third_party/libxslt/libxslt/preproc.c 	comp->numdata.format = xmlDictLookup(style->dict, BAD_CAST "" , 0);
xmlDictLookup    1501 third_party/libxslt/libxslt/preproc.c 	    comp->numdata.level = xmlDictLookup(style->dict,
xmlDictLookup     443 third_party/libxslt/libxslt/templates.c     ret = xmlDictLookup(style->dict, expr, -1);
xmlDictLookup     499 third_party/libxslt/libxslt/templates.c 	    value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
xmlDictLookup     501 third_party/libxslt/libxslt/templates.c 	value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
xmlDictLookup     673 third_party/libxslt/libxslt/templates.c 		value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
xmlDictLookup     675 third_party/libxslt/libxslt/templates.c 	    value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
xmlDictLookup    1054 third_party/libxslt/libxslt/transform.c 		(xmlChar *) xmlDictLookup(target->doc->dict,
xmlDictLookup    3978 third_party/libxslt/libxslt/transform.c 		nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
xmlDictLookup    5915 third_party/libxslt/libxslt/transform.c 	    ctxt->mode = xmlDictLookup(ctxt->dict, ctxt->mode, -1);
xmlDictLookup    5917 third_party/libxslt/libxslt/transform.c 	    ctxt->modeURI = xmlDictLookup(ctxt->dict, ctxt->modeURI, -1);
xmlDictLookup     658 third_party/libxslt/libxslt/variables.c     name = xmlDictLookup(ctxt->dict, name, -1);
xmlDictLookup     660 third_party/libxslt/libxslt/variables.c         nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
xmlDictLookup    1339 third_party/libxslt/libxslt/variables.c     elem->name = xmlDictLookup(style->dict, name, -1);
xmlDictLookup    1340 third_party/libxslt/libxslt/variables.c     elem->select = xmlDictLookup(style->dict, sel, -1);
xmlDictLookup    1342 third_party/libxslt/libxslt/variables.c 	elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1);
xmlDictLookup    1575 third_party/libxslt/libxslt/variables.c 	elem->select = xmlDictLookup(ctxt->dict, value, -1);
xmlDictLookup    1577 third_party/libxslt/libxslt/variables.c 	    elem->nameURI = xmlDictLookup(ctxt->dict, href, -1);
xmlDictLookup    2245 third_party/libxslt/libxslt/variables.c 	    name = xmlDictLookup(tctxt->dict, name, -1);
xmlDictLookup    2247 third_party/libxslt/libxslt/variables.c 		ns_uri = xmlDictLookup(tctxt->dict, ns_uri, -1);
xmlDictLookup    1777 third_party/libxslt/libxslt/xslt.c 	    ns->href = xmlDictLookup(doc->dict, XML_XML_NAMESPACE, -1);
xmlDictLookup    2672 third_party/libxslt/libxslt/xslt.c 		(void *) xmlDictLookup(cctxt->style->dict,
xmlDictLookup    3213 third_party/libxslt/libxslt/xslt.c 			    value = (xmlChar *) xmlDictLookup(style->dict,
xmlDictLookup    3371 third_party/libxslt/libxslt/xslt.c 		value = (xmlChar *) xmlDictLookup(style->dict,
xmlDictLookup    3476 third_party/libxslt/libxslt/xslt.c 			tmp = (xmlChar *) xmlDictLookup(style->dict,
xmlDictLookup    3558 third_party/libxslt/libxslt/xslt.c 		tmp = (xmlChar *) xmlDictLookup(style->dict, cur->content, -1);
xmlDictLookup    4916 third_party/libxslt/libxslt/xslt.c 				    tmp = xmlDictLookup(text->doc->dict,
xmlDictLookup    5178 third_party/libxslt/libxslt/xslt.c 	templ->mode = xmlDictLookup(cctxt->style->dict, prop, -1);
xmlDictLookup    5189 third_party/libxslt/libxslt/xslt.c 	    templ->modeURI = xmlDictLookup(cctxt->style->dict, modeURI, -1);
xmlDictLookup    5229 third_party/libxslt/libxslt/xslt.c 	templ->name = xmlDictLookup(cctxt->style->dict, prop, -1);
xmlDictLookup    5240 third_party/libxslt/libxslt/xslt.c 	    templ->nameURI = xmlDictLookup(cctxt->style->dict, nameURI, -1);
xmlDictLookup    5343 third_party/libxslt/libxslt/xslt.c 	ret->mode = xmlDictLookup(style->dict, mode, -1);
xmlDictLookup    5344 third_party/libxslt/libxslt/xslt.c 	ret->modeURI = xmlDictLookup(style->dict, modeURI, -1);
xmlDictLookup    5384 third_party/libxslt/libxslt/xslt.c 	    ret->name = xmlDictLookup(style->dict, BAD_CAST prop, -1);
xmlDictLookup    5388 third_party/libxslt/libxslt/xslt.c 		ret->nameURI = xmlDictLookup(style->dict, BAD_CAST URI, -1);
xmlDictLookup     111 third_party/libxslt/libxslt/xsltutils.c 	        ret = xmlDictLookup(style->dict, BAD_CAST "", 0);
xmlDictLookup     113 third_party/libxslt/libxslt/xsltutils.c 	        ret = xmlDictLookup(style->dict, tmp, -1);
xmlDictLookup     140 third_party/libxslt/libxslt/xsltutils.c 		    return(xmlDictLookup(style->dict,
xmlDictLookup     745 third_party/libxslt/libxslt/xsltutils.c         return(xmlDictLookup(dict, name, -1));
xmlDictLookup     747 third_party/libxslt/libxslt/xsltutils.c     if (name[len] == 0) return(xmlDictLookup(dict, name, -1));
xmlDictLookup     748 third_party/libxslt/libxslt/xsltutils.c     *prefix = xmlDictLookup(dict, name, len);
xmlDictLookup     749 third_party/libxslt/libxslt/xsltutils.c     ret = xmlDictLookup(dict, &name[len + 1], -1);
xmlDictLookup     881 third_party/libxslt/libxslt/xsltutils.c         *name = xmlDictLookup(style->dict, &qname[4], -1);
xmlDictLookup     902 third_party/libxslt/libxslt/xsltutils.c     *name = xmlDictLookup(style->dict, (*name)+len+1, -1);