Home
last modified time | relevance | path

Searched refs:xmlStrstr (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
DHTMLtree.c128 encoding = xmlStrstr(content, BAD_CAST"charset="); in htmlGetMetaEncoding()
130 encoding = xmlStrstr(content, BAD_CAST"Charset="); in htmlGetMetaEncoding()
132 encoding = xmlStrstr(content, BAD_CAST"CHARSET="); in htmlGetMetaEncoding()
136 encoding = xmlStrstr(content, BAD_CAST"charset ="); in htmlGetMetaEncoding()
138 encoding = xmlStrstr(content, BAD_CAST"Charset ="); in htmlGetMetaEncoding()
140 encoding = xmlStrstr(content, BAD_CAST"CHARSET ="); in htmlGetMetaEncoding()
Dxmlstring.c341 xmlStrstr(const xmlChar *str, const xmlChar *val) { in xmlStrstr() function
Dnanohttp.c744 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
769 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
DxmlIO.c3829 if ((xmlStrstr(BAD_CAST mime, BAD_CAST "/xml")) || in xmlCheckHTTPInput()
3830 (xmlStrstr(BAD_CAST mime, BAD_CAST "+xml"))) { in xmlCheckHTTPInput()
3847 } else if (xmlStrstr(BAD_CAST mime, BAD_CAST "html")) { in xmlCheckHTTPInput()
DdebugXML.c2211 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
2217 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
Duri.c2492 absuri = xmlStrstr(path, BAD_CAST "://"); in xmlCanonicPath()
Dxmlsave.c1609 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) { in xhtmlNodeDumpOutput()
Delfgcchack.h10917 #undef xmlStrstr
10918 extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
10920 #ifndef xmlStrstr
10921 extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
10922 #define xmlStrstr xmlStrstr__internal_alias macro
Dxpath.c8964 if (xmlStrstr(hay->stringval, needle->stringval)) in xmlXPathContainsFunction()
9161 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringBeforeFunction()
9204 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringAfterFunction()
10568 if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) { in xmlXPathCompPathExpr()
/external/libxml2/include/libxml/
Dxmlstring.h58 xmlStrstr (const xmlChar *str,
/external/libxslt/libxslt/
Dfunctions.c761 (xmlStrstr(sheet->doc->URL, in xsltSystemPropertyFunction()
Dextensions.c353 protocol = xmlStrstr(URI, BAD_CAST "://"); in xsltExtModuleRegisterDynamic()
Dtransform.c4074 (xmlStrstr(value, BAD_CAST "--"))) { in xsltComment()
4138 if (xmlStrstr(value, BAD_CAST "?>") != NULL) { in xsltProcessingInstruction()