HomeSort by relevance Sort by last modified time
    Searched refs:BAD_CAST (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/libxml2/
xmlreader.c 928 qname = xmlStrcat(qname, BAD_CAST ":");
1019 qname = xmlStrcat(qname, BAD_CAST ":");
    [all...]
parserInternals.c 594 BAD_CAST buffer, NULL);
760 BAD_CAST buffer, NULL);
873 BAD_CAST buffer, NULL);
1062 BAD_CAST "USC4 little endian", NULL);
1067 BAD_CAST "USC4 big endian", NULL);
1072 BAD_CAST "EBCDIC", NULL);
1077 BAD_CAST "UCS4 2143", NULL);
1082 BAD_CAST "UCS4 3412", NULL);
1087 BAD_CAST "UCS2", NULL);
    [all...]
valid.c 849 elem->name, BAD_CAST expr, NULL);
    [all...]
parser.c 195 #define SAX_COMPAT_MODE BAD_CAST "SAX compatibility mode document"
1002 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
1003 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
    [all...]
tree.c 724 if ((prefix != NULL) && (xmlStrEqual(prefix, BAD_CAST "xml"))) {
    [all...]
xmllint.c 545 result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer);
1078 const xmlChar *nullstr = BAD_CAST "(null)";
1173 const xmlChar *nullstr = BAD_CAST "(null)";
    [all...]
xpath.c 200 BAD_CAST "xml",
275 BAD_CAST "Memory allocation failed : %s\n",
280 xmlStrdup(BAD_CAST "Memory allocation failed\n");
    [all...]
xmlwriter.c 209 ret->ichar = xmlStrdup(BAD_CAST " ");
382 ctxt->myDoc = xmlNewDoc(BAD_CAST XML_DEFAULT_VERSION);
1065 buf = xmlStrcat(buf, BAD_CAST ":");
1085 buf = xmlStrdup(BAD_CAST "xmlns");
1087 buf = xmlStrcat(buf, BAD_CAST ":");
    [all...]
  /external/chromium_org/third_party/libxml/src/
parserInternals.c 594 BAD_CAST buffer, NULL);
760 BAD_CAST buffer, NULL);
873 BAD_CAST buffer, NULL);
1062 BAD_CAST "USC4 little endian", NULL);
1067 BAD_CAST "USC4 big endian", NULL);
1072 BAD_CAST "EBCDIC", NULL);
1077 BAD_CAST "UCS4 2143", NULL);
1082 BAD_CAST "UCS4 3412", NULL);
1087 BAD_CAST "UCS2", NULL);
    [all...]
valid.c 849 elem->name, BAD_CAST expr, NULL);
    [all...]
parser.c 192 #define SAX_COMPAT_MODE BAD_CAST "SAX compatibility mode document"
992 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
993 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
    [all...]
tree.c 724 if ((prefix != NULL) && (xmlStrEqual(prefix, BAD_CAST "xml")))
    [all...]
xmllint.c 541 result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer);
1074 const xmlChar *nullstr = BAD_CAST "(null)";
1169 const xmlChar *nullstr = BAD_CAST "(null)";
    [all...]
xpath.c 200 BAD_CAST "xml",
274 BAD_CAST "Memory allocation failed : %s\n",
279 xmlStrdup(BAD_CAST "Memory allocation failed\n");
    [all...]
testSAX.c 443 const xmlChar *nullstr = BAD_CAST "(null)";
538 const xmlChar *nullstr = BAD_CAST "(null)";
xmlwriter.c 209 ret->ichar = xmlStrdup(BAD_CAST " ");
382 ctxt->myDoc = xmlNewDoc(BAD_CAST XML_DEFAULT_VERSION);
1065 buf = xmlStrcat(buf, BAD_CAST ":");
1085 buf = xmlStrdup(BAD_CAST "xmlns");
1087 buf = xmlStrcat(buf, BAD_CAST ":");
    [all...]
testRegexp.c 242 deriv = xmlExpStringDerive(ctxt, expr, BAD_CAST list[i], -1);
  /external/chromium_org/third_party/libxslt/libxslt/
namespaces.c 424 xmlNewNs(target, BAD_CAST "", NULL);
593 ns = xmlSearchNs(target->doc, target, BAD_CAST pref);
602 ns = xmlNewNs(target, nsName, BAD_CAST pref);
attributes.c 822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
900 xmlChar *pref = xmlStrdup(BAD_CAST "ns_1");
902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref,
extensions.c 353 protocol = xmlStrstr(URI, BAD_CAST "://");
377 ext_directory = BAD_CAST LIBXSLT_DEFAULT_PLUGINS_PATH();
389 BAD_CAST "%s/%s%s",
424 regfunc_name = xmlStrcat(regfunc_name, BAD_CAST "_init");
1187 URI = BAD_CAST "#default";
    [all...]
imports.c 353 xmlHashLookup2(style->stripSpaces, BAD_CAST "*",
  /external/libxslt/libxslt/
namespaces.c 424 xmlNewNs(target, BAD_CAST "", NULL);
593 ns = xmlSearchNs(target->doc, target, BAD_CAST pref);
602 ns = xmlNewNs(target, nsName, BAD_CAST pref);
attributes.c 822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
900 xmlChar *pref = xmlStrdup(BAD_CAST "ns_1");
902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref,
extensions.c 353 protocol = xmlStrstr(URI, BAD_CAST "://");
377 ext_directory = BAD_CAST LIBXSLT_DEFAULT_PLUGINS_PATH();
389 BAD_CAST "%s/%s%s",
424 regfunc_name = xmlStrcat(regfunc_name, BAD_CAST "_init");
1187 URI = BAD_CAST "#default";
    [all...]
imports.c 353 xmlHashLookup2(style->stripSpaces, BAD_CAST "*",

Completed in 3131 milliseconds

1 23 4