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

  /external/libxml2/include/libxml/
uri.h 55 xmlBuildURI (const xmlChar *URI,
  /external/libxml2/
testURI.c 60 res = xmlBuildURI((xmlChar *)str, (xmlChar *) base);
xinclude.c 543 URI = xmlBuildURI(href, ctxt->doc->URL);
545 URI = xmlBuildURI(href, base);
555 URI = xmlBuildURI(eschref, escbase);
    [all...]
runsuite.c 796 path = xmlBuildURI(href, BAD_CAST base);
894 path = xmlBuildURI(href, BAD_CAST base);
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 1177 URL = xmlBuildURI(uriValue, base);
    [all...]
libxml2.syms 1207 xmlBuildURI;
    [all...]
c14n.c 1053 tmp_str2 = xmlBuildURI(res, tmp_str);
    [all...]
schematron.c 1031 URI = xmlBuildURI(href, base);
    [all...]
uri.c     [all...]
runtest.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
xmlschemas.c     [all...]
relaxng.c     [all...]
valid.c     [all...]
parser.c     [all...]
testapi.c     [all...]
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 225 xml_unique_ptr xmlUri(xmlBuildURI(relativeUri.get(), baseUri.get()), xmlFree);

Completed in 424 milliseconds