Searched refs:xmlExpSubsume (Results 1 – 8 of 8) sorted by relevance
209 xmlExpSubsume (xmlExpCtxtPtr ctxt,
251 d xmlExpSubsume pr extproc('xmlExpSubsume')
147 ret = xmlExpSubsume(ctxt, expr, sub); in runFileTest()
2093 # xmlExpSubsume; removed in 2.9.10
3466 #undef xmlExpSubsume3467 extern __typeof (xmlExpSubsume) xmlExpSubsume __attribute((alias("xmlExpSubsume__internal_alias")));3469 #ifndef xmlExpSubsume3470 extern __typeof (xmlExpSubsume) xmlExpSubsume__internal_alias __attribute((visibility("hidden")));3471 #define xmlExpSubsume xmlExpSubsume__internal_alias macro
7898 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpSubsume() function
33643 ret_val = xmlExpSubsume(ctxt, exp, sub); in test_xmlExpSubsume()
861 xmlExpSubsume