/external/libxml2/ |
uri.c | [all...] |
xmlschemas.c | [all...] |
schematron.c | [all...] |
xmlwriter.c | 1063 buf = xmlStrcat(buf, BAD_CAST ":"); 1065 buf = xmlStrcat(buf, name); 1085 buf = xmlStrcat(buf, BAD_CAST ":"); 1086 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 | 748 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); 750 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur); [all...] |
SAX2.c | [all...] |
catalog.c | [all...] |
xmllint.c | 297 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); 298 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); [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...] |