Searched refs:xmlStrcasestr (Results 1 – 9 of 9) sorted by relevance
61 xmlStrcasestr (const xmlChar *str,
54 d xmlStrcasestr pr * extproc('xmlStrcasestr') const xmlChar *
369 xmlStrcasestr(const xmlChar *str, const xmlChar *val) { in xmlStrcasestr() function
783 xmlStrcasestr;
10847 #undef xmlStrcasestr10848 extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias")));10850 #ifndef xmlStrcasestr10851 extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden")));10852 #define xmlStrcasestr xmlStrcasestr__internal_alias macro
12170 if ((xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name, in xmlParseChunk()12172 (xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name, in xmlParseChunk()12175 else if ((xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name, in xmlParseChunk()12177 (xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name, in xmlParseChunk()
787 Both args of xmlStrcasestr are const (Daniel Veillard),
36730 ret_val = xmlStrcasestr((const xmlChar *)str, (const xmlChar *)val); in test_xmlStrcasestr()
1888 xmlStrcasestr