HomeSort by relevance Sort by last modified time
    Searched refs:xmlDictLookup (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/libxml/src/include/libxml/
dict.h 43 xmlDictLookup (xmlDictPtr dict,
  /external/libxml2/include/libxml/
dict.h 43 xmlDictLookup (xmlDictPtr dict,
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 255 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);
templates.c 443 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);
variables.c 658 name = xmlDictLookup(ctxt->dict, name, -1);
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
    [all...]
xsltutils.c 111 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);
    [all...]
preproc.c 749 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);
    [all...]
xslt.c     [all...]
  /external/libxslt/libxslt/
attributes.c 255 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);
templates.c 442 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);
variables.c 658 name = xmlDictLookup(ctxt->dict, name, -1);
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
    [all...]
xsltutils.c 111 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);
    [all...]
preproc.c 749 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);
    [all...]
xslt.c     [all...]
  /external/chromium_org/third_party/libxml/src/
hash.c 500 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);
entities.c 172 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);
schematron.c 606 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);
    [all...]
parser.c 992 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);
    [all...]
pattern.c 81 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);
    [all...]
  /external/libxml2/
hash.c 536 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);
entities.c 172 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);
schematron.c 606 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);
    [all...]
parser.c 1002 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);
    [all...]
pattern.c 81 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);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 739 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);
    [all...]

Completed in 415 milliseconds

1 2