Searched refs:xmlStrstr (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | HTMLtree.c | 128 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()
|
D | xmlstring.c | 341 xmlStrstr(const xmlChar *str, const xmlChar *val) { in xmlStrstr() function
|
D | nanohttp.c | 704 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer() 729 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
|
D | xmlIO.c | 3575 if ((xmlStrstr(BAD_CAST mime, BAD_CAST "/xml")) || in xmlCheckHTTPInput() 3576 (xmlStrstr(BAD_CAST mime, BAD_CAST "+xml"))) { in xmlCheckHTTPInput() 3593 } else if (xmlStrstr(BAD_CAST mime, BAD_CAST "html")) { in xmlCheckHTTPInput()
|
D | debugXML.c | 2208 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep() 2214 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
|
D | xmlsave.c | 1404 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) { in xhtmlNodeDumpOutput()
|
D | uri.c | 2427 absuri = xmlStrstr(path, BAD_CAST "://"); in xmlCanonicPath()
|
D | elfgcchack.h | 10813 #undef xmlStrstr 10814 extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias"))); 10816 #ifndef xmlStrstr 10817 extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden"))); 10818 #define xmlStrstr xmlStrstr__internal_alias macro
|
D | xpath.c | 8880 if (xmlStrstr(hay->stringval, needle->stringval)) in xmlXPathContainsFunction() 9077 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringBeforeFunction() 9120 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringAfterFunction() 10470 if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) { in xmlXPathCompPathExpr()
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 58 xmlStrstr (const xmlChar *str,
|