Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLtree.c130 encoding = xmlStrstr(content, BAD_CAST"charset="); in htmlGetMetaEncoding()
132 encoding = xmlStrstr(content, BAD_CAST"Charset="); in htmlGetMetaEncoding()
134 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()
142 encoding = xmlStrstr(content, BAD_CAST"CHARSET ="); in htmlGetMetaEncoding()
730 xmlChar *start = (xmlChar *)xmlStrstr(tmp, BAD_CAST "<!--"); in htmlAttrDumpOutput()
732 end = (xmlChar *)xmlStrstr(tmp, BAD_CAST "-->"); in htmlAttrDumpOutput()
Dxmlstring.c341 xmlStrstr(const xmlChar *str, const xmlChar *val) { in xmlStrstr() function
Dnanohttp.c751 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
776 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
DxmlIO.c3895 if ((xmlStrstr(BAD_CAST mime, BAD_CAST "/xml")) || in xmlCheckHTTPInput()
3896 (xmlStrstr(BAD_CAST mime, BAD_CAST "+xml"))) { in xmlCheckHTTPInput()
3913 } else if (xmlStrstr(BAD_CAST mime, BAD_CAST "html")) { in xmlCheckHTTPInput()
Dentities.c597 ((end = xmlStrstr(cur, BAD_CAST "-->")) != NULL)) { in xmlEncodeEntitiesInternal()
DdebugXML.c2215 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
2221 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
Dlibxml2.syms793 xmlStrstr;
Duri.c2425 absuri = xmlStrstr(path, BAD_CAST "://"); in xmlCanonicPath()
Dxmlsave.c1708 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) { in xhtmlNodeDumpOutput()
Delfgcchack.h11067 #undef xmlStrstr
11068 extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
11070 #ifndef xmlStrstr
11071 extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
11072 #define xmlStrstr xmlStrstr__internal_alias macro
Dxpath.c9049 if (xmlStrstr(hay->stringval, needle->stringval)) in xmlXPathContainsFunction()
9246 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringBeforeFunction()
9289 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringAfterFunction()
10663 if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) { in xmlXPathCompPathExpr()
Dtestapi.c36920 ret_val = xmlStrstr((const xmlChar *)str, (const xmlChar *)val); in test_xmlStrstr()
DChangeLog16077 * include/libxml/parser.h parser.c: xmlStrstr args are both const
/external/libxml2/include/libxml/
Dxmlstring.h58 xmlStrstr (const xmlChar *str,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle48 d xmlStrstr pr * extproc('xmlStrstr') const xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src1909 xmlStrstr