Searched refs:xmlDictLookup (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Ddict.h43 xmlDictLookup (xmlDictPtr dict,
/external/libxml2/include/libxml/
H A Ddict.h43 xmlDictLookup (xmlDictPtr dict,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattributes.c255 list->set = xmlDictLookup(style->dict, old->set, -1);
257 list->ns = xmlDictLookup(style->dict, old->ns, -1);
262 cur->next->set = xmlDictLookup(style->dict, old->set, -1);
264 cur->next->ns = xmlDictLookup(style->dict, old->ns, -1);
420 curval = xmlDictLookup(style->dict, curval, endval - curval);
822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr);
H A Dtemplates.c443 ret = xmlDictLookup(style->dict, expr, -1);
499 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
501 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
673 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
675 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
H A Dvariables.c658 name = xmlDictLookup(ctxt->dict, name, -1);
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
1339 elem->name = xmlDictLookup(style->dict, name, -1);
1340 elem->select = xmlDictLookup(style->dict, sel, -1);
1342 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1);
1575 elem->select = xmlDictLookup(ctxt->dict, value, -1);
1577 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1);
2245 name = xmlDictLookup(tctxt->dict, name, -1);
2247 ns_uri = xmlDictLookup(tctxt->dict, ns_uri, -1);
H A Dxsltutils.c111 ret = xmlDictLookup(style->dict, BAD_CAST "", 0);
113 ret = xmlDictLookup(style->dict, tmp, -1);
140 return(xmlDictLookup(style->dict,
745 return(xmlDictLookup(dict, name, -1));
747 if (name[len] == 0) return(xmlDictLookup(dict, name, -1));
748 *prefix = xmlDictLookup(dict, name, len);
749 ret = xmlDictLookup(dict, &name[len + 1], -1);
881 *name = xmlDictLookup(style->dict, &qname[4], -1);
902 *name = xmlDictLookup(style->dict, (*name)+len+1, -1);
H A Dpreproc.c749 comp->select = xmlDictLookup(style->dict, BAD_CAST ".", 1);
936 comp->ns = xmlDictLookup(style->dict, ns->href, -1);
1057 comp->ns = xmlDictLookup(style->dict, ns->href, -1);
1320 *nsName = xmlDictLookup(style->dict, URI, -1);
1434 comp->numdata.format = xmlDictLookup(style->dict, BAD_CAST "" , 0);
1501 comp->numdata.level = xmlDictLookup(style->dict,
H A Dxslt.c1777 ns->href = xmlDictLookup(doc->dict, XML_XML_NAMESPACE, -1);
2672 (void *) xmlDictLookup(cctxt->style->dict,
3213 value = (xmlChar *) xmlDictLookup(style->dict,
3371 value = (xmlChar *) xmlDictLookup(style->dict,
3476 tmp = (xmlChar *) xmlDictLookup(style->dict,
3558 tmp = (xmlChar *) xmlDictLookup(style->dict, cur->content, -1);
4916 tmp = xmlDictLookup(text->doc->dict,
5178 templ->mode = xmlDictLookup(cctxt->style->dict, prop, -1);
5189 templ->modeURI = xmlDictLookup(cctxt->style->dict, modeURI, -1);
5229 templ->name = xmlDictLookup(cctx
[all...]
/external/libxslt/libxslt/
H A Dattributes.c255 list->set = xmlDictLookup(style->dict, old->set, -1);
257 list->ns = xmlDictLookup(style->dict, old->ns, -1);
262 cur->next->set = xmlDictLookup(style->dict, old->set, -1);
264 cur->next->ns = xmlDictLookup(style->dict, old->ns, -1);
420 curval = xmlDictLookup(style->dict, curval, endval - curval);
822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr);
H A Dtemplates.c442 ret = xmlDictLookup(style->dict, expr, -1);
498 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
500 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
671 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
673 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
H A Dvariables.c658 name = xmlDictLookup(ctxt->dict, name, -1);
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
1339 elem->name = xmlDictLookup(style->dict, name, -1);
1340 elem->select = xmlDictLookup(style->dict, sel, -1);
1342 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1);
1575 elem->select = xmlDictLookup(ctxt->dict, value, -1);
1577 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1);
2245 name = xmlDictLookup(tctxt->dict, name, -1);
2247 ns_uri = xmlDictLookup(tctxt->dict, ns_uri, -1);
H A Dxsltutils.c111 ret = xmlDictLookup(style->dict, BAD_CAST "", 0);
113 ret = xmlDictLookup(style->dict, tmp, -1);
140 return(xmlDictLookup(style->dict,
745 return(xmlDictLookup(dict, name, -1));
747 if (name[len] == 0) return(xmlDictLookup(dict, name, -1));
748 *prefix = xmlDictLookup(dict, name, len);
749 ret = xmlDictLookup(dict, &name[len + 1], -1);
881 *name = xmlDictLookup(style->dict, &qname[4], -1);
902 *name = xmlDictLookup(style->dict, (*name)+len+1, -1);
H A Dpreproc.c749 comp->select = xmlDictLookup(style->dict, BAD_CAST ".", 1);
936 comp->ns = xmlDictLookup(style->dict, ns->href, -1);
1057 comp->ns = xmlDictLookup(style->dict, ns->href, -1);
1320 *nsName = xmlDictLookup(style->dict, URI, -1);
1434 comp->numdata.format = xmlDictLookup(style->dict, BAD_CAST "" , 0);
1501 comp->numdata.level = xmlDictLookup(style->dict,
H A Dxslt.c1777 ns->href = xmlDictLookup(doc->dict, XML_XML_NAMESPACE, -1);
2672 (void *) xmlDictLookup(cctxt->style->dict,
3213 value = (xmlChar *) xmlDictLookup(style->dict,
3371 value = (xmlChar *) xmlDictLookup(style->dict,
3476 tmp = (xmlChar *) xmlDictLookup(style->dict,
3558 tmp = (xmlChar *) xmlDictLookup(style->dict, cur->content, -1);
4916 tmp = xmlDictLookup(text->doc->dict,
5178 templ->mode = xmlDictLookup(cctxt->style->dict, prop, -1);
5189 templ->modeURI = xmlDictLookup(cctxt->style->dict, modeURI, -1);
5229 templ->name = xmlDictLookup(cctx
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dhash.c500 name = xmlDictLookup(table->dict, name, -1);
505 name2 = xmlDictLookup(table->dict, name2, -1);
510 name3 = xmlDictLookup(table->dict, name3, -1);
616 name = xmlDictLookup(table->dict, name, -1);
621 name2 = xmlDictLookup(table->dict, name2, -1);
626 name3 = xmlDictLookup(table->dict, name3, -1);
H A Dentities.c172 ret->name = xmlDictLookup(dict, name, -1);
174 ret->ExternalID = xmlDictLookup(dict, ExternalID, -1);
176 ret->SystemID = xmlDictLookup(dict, SystemID, -1);
182 xmlDictLookup(dict, content, ret->length);
H A Dschematron.c606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
830 xmlDictLookup(ctxt->dict, ns, -1);
832 xmlDictLookup(ctxt->dict, prefix, -1);
1112 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
1160 ret->title = xmlDictLookup(ret->dict, title, -1);
H A Dparser.c992 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
993 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
994 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
1146 name = xmlDictLookup(ctxt->dict, fullname, -1);
1149 name = xmlDictLookup(ctxt->dict, name, -1);
1150 prefix = xmlDictLookup(ctxt->dict, fullname, len);
1191 name = xmlDictLookup(ctxt->dict, fullattr, -1);
1194 name = xmlDictLookup(ctxt->dict, name, -1);
1195 prefix = xmlDictLookup(ctxt->dict, fullattr, len);
1202 value = xmlDictLookup(ctx
[all...]
H A Dpattern.c81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
769 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
788 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
839 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
877 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
/external/libxml2/
H A Dhash.c536 name = xmlDictLookup(table->dict, name, -1);
541 name2 = xmlDictLookup(table->dict, name2, -1);
546 name3 = xmlDictLookup(table->dict, name3, -1);
652 name = xmlDictLookup(table->dict, name, -1);
657 name2 = xmlDictLookup(table->dict, name2, -1);
662 name3 = xmlDictLookup(table->dict, name3, -1);
H A Dentities.c172 ret->name = xmlDictLookup(dict, name, -1);
174 ret->ExternalID = xmlDictLookup(dict, ExternalID, -1);
176 ret->SystemID = xmlDictLookup(dict, SystemID, -1);
182 xmlDictLookup(dict, content, ret->length);
H A Dschematron.c606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
830 xmlDictLookup(ctxt->dict, ns, -1);
832 xmlDictLookup(ctxt->dict, prefix, -1);
1112 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
1160 ret->title = xmlDictLookup(ret->dict, title, -1);
H A Dparser.c1002 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
1003 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
1004 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
1156 name = xmlDictLookup(ctxt->dict, fullname, -1);
1159 name = xmlDictLookup(ctxt->dict, name, -1);
1160 prefix = xmlDictLookup(ctxt->dict, fullname, len);
1201 name = xmlDictLookup(ctxt->dict, fullattr, -1);
1204 name = xmlDictLookup(ctxt->dict, name, -1);
1205 prefix = xmlDictLookup(ctxt->dict, fullattr, len);
1212 value = xmlDictLookup(ctx
[all...]
H A Dpattern.c81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
769 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
788 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
839 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
877 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp739 parser->str_xml = xmlDictLookup(parser->dict, BAD_CAST "xml", 3);
740 parser->str_xmlns = xmlDictLookup(parser->dict, BAD_CAST "xmlns", 5);
741 parser->str_xml_ns = xmlDictLookup(parser->dict, XML_XML_NAMESPACE, 36);

Completed in 2078 milliseconds

12