xmlStrstr         128 third_party/libxml/src/HTMLtree.c     encoding = xmlStrstr(content, BAD_CAST"charset=");
xmlStrstr         130 third_party/libxml/src/HTMLtree.c 	encoding = xmlStrstr(content, BAD_CAST"Charset=");
xmlStrstr         132 third_party/libxml/src/HTMLtree.c 	encoding = xmlStrstr(content, BAD_CAST"CHARSET=");
xmlStrstr         136 third_party/libxml/src/HTMLtree.c 	encoding = xmlStrstr(content, BAD_CAST"charset =");
xmlStrstr         138 third_party/libxml/src/HTMLtree.c 	    encoding = xmlStrstr(content, BAD_CAST"Charset =");
xmlStrstr         140 third_party/libxml/src/HTMLtree.c 	    encoding = xmlStrstr(content, BAD_CAST"CHARSET =");
xmlStrstr        2210 third_party/libxml/src/debugXML.c 	    if (xmlStrstr(node->content, (xmlChar *) arg)) {
xmlStrstr        2216 third_party/libxml/src/debugXML.c 	    if (xmlStrstr(node->content, (xmlChar *) arg)) {
xmlStrstr        10917 third_party/libxml/src/elfgcchack.h #undef xmlStrstr
xmlStrstr        10918 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
xmlStrstr        10920 third_party/libxml/src/elfgcchack.h #ifndef xmlStrstr
xmlStrstr        10921 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
xmlStrstr        10922 third_party/libxml/src/elfgcchack.h #define xmlStrstr xmlStrstr__internal_alias
xmlStrstr          58 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrstr                (const xmlChar *str,
xmlStrstr         746 third_party/libxml/src/nanohttp.c 	charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
xmlStrstr         771 third_party/libxml/src/nanohttp.c 	charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
xmlStrstr        36578 third_party/libxml/src/testapi.c         ret_val = xmlStrstr((const xmlChar *)str, (const xmlChar *)val);
xmlStrstr        2492 third_party/libxml/src/uri.c     absuri = xmlStrstr(path, BAD_CAST "://");
xmlStrstr        3703 third_party/libxml/src/xmlIO.c             if ((xmlStrstr(BAD_CAST mime, BAD_CAST "/xml")) ||
xmlStrstr        3704 third_party/libxml/src/xmlIO.c                 (xmlStrstr(BAD_CAST mime, BAD_CAST "+xml"))) {
xmlStrstr        3721 third_party/libxml/src/xmlIO.c             } else if (xmlStrstr(BAD_CAST mime, BAD_CAST "html")) {
xmlStrstr        1535 third_party/libxml/src/xmlsave.c 		    (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) {
xmlStrstr        8919 third_party/libxml/src/xpath.c     if (xmlStrstr(hay->stringval, needle->stringval))
xmlStrstr        9116 third_party/libxml/src/xpath.c     point = xmlStrstr(str->stringval, find->stringval);
xmlStrstr        9159 third_party/libxml/src/xpath.c     point = xmlStrstr(str->stringval, find->stringval);
xmlStrstr        10514 third_party/libxml/src/xpath.c 	if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) {
xmlStrstr         527 third_party/libxslt/libexslt/strings.c       next = xmlStrstr(curr, searchStr);
xmlStrstr         353 third_party/libxslt/libxslt/extensions.c     protocol = xmlStrstr(URI, BAD_CAST "://");
xmlStrstr         779 third_party/libxslt/libxslt/functions.c 		    (xmlStrstr(sheet->doc->URL,
xmlStrstr        4074 third_party/libxslt/libxslt/transform.c 	    (xmlStrstr(value, BAD_CAST "--"))) {
xmlStrstr        4138 third_party/libxslt/libxslt/transform.c     if (xmlStrstr(value, BAD_CAST "?>") != NULL) {