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

  /external/libxml2/
uri.c     [all...]
xmlschemas.c     [all...]
schematron.c     [all...]
xmlwriter.c 1065 buf = xmlStrcat(buf, BAD_CAST ":");
1067 buf = xmlStrcat(buf, name);
1087 buf = xmlStrcat(buf, BAD_CAST ":");
1088 buf = xmlStrcat(buf, prefix);
    [all...]
xmlreader.c 928 qname = xmlStrcat(qname, BAD_CAST ":");
929 qname = xmlStrcat(qname, node->name);
1019 qname = xmlStrcat(qname, BAD_CAST ":");
1020 qname = xmlStrcat(qname, node->name);
    [all...]
tree.c     [all...]
xmlstring.c 507 * xmlStrcat:
518 xmlStrcat(xmlChar *cur, const xmlChar *add) {
nanohttp.c 788 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
790 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur);
    [all...]
SAX2.c     [all...]
catalog.c     [all...]
xmllint.c 306 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
307 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
    [all...]
c14n.c 1037 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,
  /external/libxslt/libxslt/
templates.c 294 ret = xmlStrcat(ret, expr);
316 ret = xmlStrcat(ret, val);
numbers.c 983 *result = xmlStrcat(*result, BAD_CAST "Infinity");
985 *result = xmlStrcat(*result, self->infinity);
    [all...]
extensions.c 424 regfunc_name = xmlStrcat(regfunc_name, BAD_CAST "_init");
    [all...]
pattern.c 461 query = xmlStrcat(query, comp->pattern);
    [all...]

Completed in 105 milliseconds