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

1 2

  /external/chromium_org/third_party/libxml/src/include/libxml/
uri.h 55 xmlBuildURI (const xmlChar *URI,
  /external/libxml2/include/libxml/
uri.h 55 xmlBuildURI (const xmlChar *URI,
  /external/chromium_org/third_party/libxml/src/
testURI.c 60 res = xmlBuildURI((xmlChar *)str, (xmlChar *) base);
xinclude.c 541 URI = xmlBuildURI(href, ctxt->doc->URL);
543 URI = xmlBuildURI(href, base);
553 URI = xmlBuildURI(eschref, escbase);
    [all...]
runsuite.c 808 path = xmlBuildURI(href, BAD_CAST base);
906 path = xmlBuildURI(href, BAD_CAST base);
SAX2.c 505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
680 URI = xmlBuildURI(systemId, (const xmlChar *) base);
897 URI = xmlBuildURI(systemId, (const xmlChar *) base);
917 URI = xmlBuildURI(systemId, (const xmlChar *) base);
    [all...]
catalog.c 1174 URL = xmlBuildURI(uriValue, base);
    [all...]
c14n.c 1050 tmp_str2 = xmlBuildURI(res, tmp_str);
    [all...]
schematron.c 1029 URI = xmlBuildURI(href, base);
    [all...]
uri.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
xmlschemas.c     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
imports.c 107 URI = xmlBuildURI(uriRef, base);
206 URI = xmlBuildURI(uriRef, base);
functions.c 328 URI = xmlBuildURI(obj->stringval, base);
transform.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 301 xmlChar* childURI = xmlBuildURI((const xmlChar*)importHref.data(), base);
  /external/libxml2/
xinclude.c 542 URI = xmlBuildURI(href, ctxt->doc->URL);
544 URI = xmlBuildURI(href, base);
554 URI = xmlBuildURI(eschref, escbase);
    [all...]
SAX2.c 531 URI = xmlBuildURI(systemId, (const xmlChar *) base);
691 URI = xmlBuildURI(systemId, (const xmlChar *) base);
710 URI = xmlBuildURI(systemId, (const xmlChar *) base);
927 URI = xmlBuildURI(systemId, (const xmlChar *) base);
947 URI = xmlBuildURI(systemId, (const xmlChar *) base);
    [all...]
catalog.c 1172 URL = xmlBuildURI(uriValue, base);
    [all...]
c14n.c 1052 tmp_str2 = xmlBuildURI(res, tmp_str);
    [all...]
schematron.c 1029 URI = xmlBuildURI(href, base);
    [all...]
uri.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]

Completed in 2490 milliseconds

1 2