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

  /external/libxml2/
uri.c     [all...]
xmlschemas.c     [all...]
schematron.c     [all...]
xmlwriter.c 1073 buf = xmlStrcat(buf, BAD_CAST ":");
1075 buf = xmlStrcat(buf, name);
1095 buf = xmlStrcat(buf, BAD_CAST ":");
1096 buf = xmlStrcat(buf, prefix);
    [all...]
tree.c     [all...]
xmlstring.c 507 * xmlStrcat:
518 xmlStrcat(xmlChar *cur, const xmlChar *add) {
nanohttp.c 795 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
797 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur);
    [all...]
xmlreader.c 957 qname = xmlStrcat(qname, BAD_CAST ":");
958 qname = xmlStrcat(qname, node->name);
1048 qname = xmlStrcat(qname, BAD_CAST ":");
1049 qname = xmlStrcat(qname, node->name);
    [all...]
libxml2.syms 784 xmlStrcat;
    [all...]
SAX2.c     [all...]
catalog.c     [all...]
xmllint.c 307 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
308 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
    [all...]
c14n.c 1040 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
    [all...]
xmlschemastypes.c     [all...]
elfgcchack.h     [all...]
relaxng.c     [all...]
xpath.c     [all...]
  /external/libxml2/include/libxml/
xmlstring.h 87 xmlStrcat (xmlChar *cur,

Completed in 2453 milliseconds