HomeSort by relevance Sort by last modified time
    Searched refs:BAD_CAST (Results 1 - 25 of 46) sorted by null

1 2

  /external/libxml2/
xlink.c 42 #define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xlink/namespace/")
43 #define XHTML_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xhtml/")
149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
151 if (xmlStrEqual(type, BAD_CAST "simple")) {
153 } if (xmlStrEqual(type, BAD_CAST "extended")) {
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
HTMLtree.c 62 if (xmlStrEqual(cur->name, BAD_CAST"html"))
64 if (xmlStrEqual(cur->name, BAD_CAST"head"))
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
80 if (xmlStrEqual(cur->name, BAD_CAST"head"))
82 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
98 if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
110 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
111 && (!xmlStrcasecmp(value, BAD_CAST"Content-Type")))
114 && (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
128 encoding = xmlStrstr(content, BAD_CAST"charset=")
    [all...]
catalog.c 556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
564 xmlSetProp(node, BAD_CAST "id", cur->name);
569 xmlSetNsProp(node, xns, BAD_CAST "base",
576 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public");
579 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system");
586 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL)
    [all...]
uri.c 1230 (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
    [all...]
xmlschemas.c     [all...]
entities.c 30 NULL, XML_ENTITY_DECL, BAD_CAST "lt",
32 BAD_CAST "<", BAD_CAST "<", 1,
37 NULL, XML_ENTITY_DECL, BAD_CAST "gt",
39 BAD_CAST ">", BAD_CAST ">", 1,
44 NULL, XML_ENTITY_DECL, BAD_CAST "amp",
46 BAD_CAST "&", BAD_CAST "&", 1,
51 NULL, XML_ENTITY_DECL, BAD_CAST "quot"
    [all...]
xmlsave.c 27 #define XHTML_STRICT_PUBLIC_ID BAD_CAST \
29 #define XHTML_STRICT_SYSTEM_ID BAD_CAST \
31 #define XHTML_FRAME_PUBLIC_ID BAD_CAST \
33 #define XHTML_FRAME_SYSTEM_ID BAD_CAST \
35 #define XHTML_TRANS_PUBLIC_ID BAD_CAST \
37 #define XHTML_TRANS_SYSTEM_ID BAD_CAST \
40 #define XHTML_NS_NAME BAD_CAST "http://www.w3.org/1999/xhtml"
443 xmlBufferAdd(buf->buffer, BAD_CAST "&", 1);
446 xmlBufferAdd(buf->buffer, BAD_CAST ";", 1);
541 if (xmlStrEqual(cur->prefix, BAD_CAST "xml")
    [all...]
HTMLparser.c 166 if ((ctxt->html < 3) && (xmlStrEqual(value, BAD_CAST "head")))
168 if ((ctxt->html < 10) && (xmlStrEqual(value, BAD_CAST "body")))
376 cur = xmlStrcasestr(start, BAD_CAST "HTTP-EQUIV");
379 cur = xmlStrcasestr(cur, BAD_CAST "CONTENT");
382 cur = xmlStrcasestr(cur, BAD_CAST "CHARSET=");
553 BAD_CAST buffer, NULL);
    [all...]
xmlIO.c 890 if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) {
896 } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
902 } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:/", 6)) {
972 if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
978 else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8))
    [all...]
nanohttp.c 729 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Content-Type:", 13)) {
744 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
755 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"ContentType:", 12)) {
769 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
780 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Location:", 9))
    [all...]
relaxng.c     [all...]
xmlschemastypes.c 899 return (BAD_CAST val->value.str);
    [all...]
c14n.c 427 prefix = ((ns == NULL) || (ns->prefix == NULL)) ? BAD_CAST "" : ns->prefix;
428 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
460 prefix = ((ns == NULL) || (ns->prefix == NULL)) ? BAD_CAST "" : ns->prefix;
461 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
499 (xmlStrEqual(ns->prefix, BAD_CAST "xml")) &&
748 if (xmlStrEqual(prefix, BAD_CAST "#default")
749 || xmlStrEqual(prefix, BAD_CAST "")) {
1022 attr = xmlHasNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
1037 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1070 if((res == NULL) || xmlStrEqual(res, BAD_CAST "")) {
    [all...]
schematron.c 39 #define SCT_OLD_NS BAD_CAST "http://www.ascc.net/xml/schematron"
41 #define XML_SCHEMATRON_NS BAD_CAST "http://purl.oclc.org/dsdl/schematron"
861 context = xmlGetNoNsProp(rule, BAD_CAST "context");
889 test = xmlGetNoNsProp(cur, BAD_CAST "test");
912 test = xmlGetNoNsProp(cur, BAD_CAST "test");
966 id = xmlGetNoNsProp(pat, BAD_CAST "id");
968 id = xmlGetNoNsProp(pat, BAD_CAST "name");
1019 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1111 doc->URL = xmlStrdup(BAD_CAST "in_memory_buffer");
1112 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1)
    [all...]
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...]
  /external/chromium/chrome/common/
libxml_utils.h 142 BAD_CAST element_name.c_str()) >= 0;
154 BAD_CAST attribute_name.c_str(),
155 BAD_CAST attribute_value.c_str()) >= 0;
164 BAD_CAST element_name.c_str(),
165 BAD_CAST content.c_str()) >= 0;
libxml_utils.cc 71 xmlChar* value = xmlTextReaderGetAttribute(reader_, BAD_CAST name);
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 44 static const xmlChar* const archiveTag = BAD_CAST "Archive";
45 static const xmlChar* const archiveResourceTag = BAD_CAST "ArchiveResource";
46 static const xmlChar* const mainResourceTag = BAD_CAST "mainResource";
47 static const xmlChar* const subresourcesTag = BAD_CAST "subresources";
48 static const xmlChar* const subframesTag = BAD_CAST "subframes";
49 static const xmlChar* const urlFieldTag = BAD_CAST "url";
50 static const xmlChar* const mimeFieldTag = BAD_CAST "mimeType";
51 static const xmlChar* const encodingFieldTag = BAD_CAST "textEncoding";
52 static const xmlChar* const frameFieldTag = BAD_CAST "frameName";
53 static const xmlChar* const dataFieldTag = BAD_CAST "data"
    [all...]
  /external/libxslt/libxslt/
security.c 385 (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
447 (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
preproc.c 88 ((!xmlStrEqual(parent->name, BAD_CAST "stylesheet")) &&
89 (!xmlStrEqual(parent->name, BAD_CAST "transform")))) {
130 ((xmlStrEqual(parent->name, BAD_CAST "template")) ||
131 (xmlStrEqual(parent->name, BAD_CAST "param")) ||
132 (xmlStrEqual(parent->name, BAD_CAST "attribute")) ||
133 (xmlStrEqual(parent->name, BAD_CAST "variable")))) {
749 comp->select = xmlDictLookup(style->dict, BAD_CAST ".", 1);
    [all...]
xslt.c 286 self->digit = xmlStrdup(BAD_CAST("#"));
287 self->patternSeparator = xmlStrdup(BAD_CAST(";"));
288 self->decimalPoint = xmlStrdup(BAD_CAST("."));
289 self->grouping = xmlStrdup(BAD_CAST(","));
290 self->percent = xmlStrdup(BAD_CAST("%"));
291 self->permille = xmlStrdup(BAD_CAST(permille));
292 self->zeroDigit = xmlStrdup(BAD_CAST("0"));
293 self->minusSign = xmlStrdup(BAD_CAST("-"));
294 self->infinity = xmlStrdup(BAD_CAST("Infinity"));
295 self->noNumber = xmlStrdup(BAD_CAST("NaN"))
    [all...]
xsltutils.c 111 ret = xmlDictLookup(style->dict, BAD_CAST "", 0);
    [all...]
templates.c 498 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
500 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
569 text->content = xmlStrdup(BAD_CAST "");
671 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
673 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
753 text->content = xmlStrdup(BAD_CAST "");
  /external/libxml2/include/libxml/
xmlstring.h 31 * BAD_CAST:
35 #define BAD_CAST (xmlChar *)

Completed in 441 milliseconds

1 2