Searched refs:xmlStrstr (Results 1 – 17 of 17) sorted by relevance
/external/libxml2/ |
D | HTMLtree.c | 130 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() 720 xmlChar *start = (xmlChar *)xmlStrstr(tmp, BAD_CAST "<!--"); in htmlAttrDumpOutput() 722 end = (xmlChar *)xmlStrstr(tmp, BAD_CAST "-->"); in htmlAttrDumpOutput()
|
D | xmlstring.c | 341 xmlStrstr(const xmlChar *str, const xmlChar *val) { in xmlStrstr() function
|
D | nanohttp.c | 758 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer() 783 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
|
D | xmlIO.c | 3794 if ((xmlStrstr(BAD_CAST mime, BAD_CAST "/xml")) || in xmlCheckHTTPInput() 3795 (xmlStrstr(BAD_CAST mime, BAD_CAST "+xml"))) { in xmlCheckHTTPInput() 3812 } else if (xmlStrstr(BAD_CAST mime, BAD_CAST "html")) { in xmlCheckHTTPInput()
|
D | entities.c | 602 ((end = xmlStrstr(cur, BAD_CAST "-->")) != NULL)) { in xmlEncodeEntitiesInternal()
|
D | debugXML.c | 2216 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep() 2222 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
|
D | libxml2.syms | 793 xmlStrstr;
|
D | uri.c | 2410 absuri = xmlStrstr(path, BAD_CAST "://"); in xmlCanonicPath()
|
D | xmlsave.c | 1705 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) { in xhtmlNodeDumpOutput()
|
D | elfgcchack.h | 11067 #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
|
D | xpath.c | 9062 if (xmlStrstr(hay->stringval, needle->stringval)) in xmlXPathContainsFunction() 9259 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringBeforeFunction() 9302 point = xmlStrstr(str->stringval, find->stringval); in xmlXPathSubstringAfterFunction() 10634 if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) { in xmlXPathCompPathExpr()
|
D | testapi.c | 37100 ret_val = xmlStrstr((const xmlChar *)str, (const xmlChar *)val); in test_xmlStrstr()
|
D | ChangeLog | 16077 * include/libxml/parser.h parser.c: xmlStrstr args are both const
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 58 xmlStrstr (const xmlChar *str,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlstring.rpgle | 50 d xmlStrstr pr * extproc('xmlStrstr') const xmlChar *
|
/external/honggfuzz/libhfuzz/ |
D | memorycmp.c | 298 HF_WEAK_WRAP(const char*, xmlStrstr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() argument
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1909 xmlStrstr
|