Home
last modified time | relevance | path

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

/third_party/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()
Dxmlstring.c345 xmlStrstr(const xmlChar *str, const xmlChar *val) { in xmlStrstr() function
Dnanohttp.c758 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
783 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
DxmlIO.c3846 if ((xmlStrstr(BAD_CAST mime, BAD_CAST "/xml")) || in xmlCheckHTTPInput()
3847 (xmlStrstr(BAD_CAST mime, BAD_CAST "+xml"))) { in xmlCheckHTTPInput()
3864 } else if (xmlStrstr(BAD_CAST mime, BAD_CAST "html")) { in xmlCheckHTTPInput()
Dentities.c617 ((end = xmlStrstr(cur, BAD_CAST "-->")) != NULL)) { in xmlEncodeEntitiesInternal()
DdebugXML.c2216 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
2222 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
Dlibxml2.syms793 xmlStrstr;
Duri.c2420 absuri = xmlStrstr(path, BAD_CAST "://"); in xmlCanonicPath()
Delfgcchack.h11089 #undef xmlStrstr
11090 extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
11092 #ifndef xmlStrstr
11093 extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
11094 #define xmlStrstr xmlStrstr__internal_alias macro
Dxpath.c9019 if (xmlStrstr(hay->stringval, needle->stringval)) in xmlXPathContainsFunction()
9190 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringBeforeFunction()
9233 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringAfterFunction()
10590 if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) { in xmlXPathCompPathExpr()
Dtestapi.c37093 ret_val = xmlStrstr((const xmlChar *)str, (const xmlChar *)val); in test_xmlStrstr()
/third_party/libxml2/include/libxml/
Dxmlstring.h58 xmlStrstr (const xmlChar *str,
/third_party/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle50 d xmlStrstr pr * extproc('xmlStrstr') const xmlChar *
/third_party/libxml2/win32/
Dlibxml2.def.src1911 xmlStrstr
/third_party/chromium/patch/
D0001-cve.patch90672 - * include/libxml/parser.h parser.c: xmlStrstr args are both const
112062 -#undef xmlStrstr
112063 -extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
112065 -#ifndef xmlStrstr
112066 -extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
112067 -#define xmlStrstr xmlStrstr__internal_alias