Searched refs:xmlStrstr (Results 1 – 13 of 13) 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 | 744 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer() 769 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset="); in xmlNanoHTTPScanAnswer()
|
D | xmlIO.c | 3829 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()
|
D | debugXML.c | 2211 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep() 2217 if (xmlStrstr(node->content, (xmlChar *) arg)) { in xmlShellGrep()
|
D | uri.c | 2492 absuri = xmlStrstr(path, BAD_CAST "://"); in xmlCanonicPath()
|
D | xmlsave.c | 1609 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) { in xhtmlNodeDumpOutput()
|
D | elfgcchack.h | 10917 #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
|
D | xpath.c | 8964 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/ |
D | xmlstring.h | 58 xmlStrstr (const xmlChar *str,
|
/external/libxslt/libxslt/ |
D | functions.c | 761 (xmlStrstr(sheet->doc->URL, in xsltSystemPropertyFunction()
|
D | extensions.c | 353 protocol = xmlStrstr(URI, BAD_CAST "://"); in xsltExtModuleRegisterDynamic()
|
D | transform.c | 4074 (xmlStrstr(value, BAD_CAST "--"))) { in xsltComment() 4138 if (xmlStrstr(value, BAD_CAST "?>") != NULL) { in xsltProcessingInstruction()
|