Searched refs:xmlSAXUserParseMemory (Results 1 – 5 of 5) sorted by relevance
74 valid_ = !xmlSAXUserParseMemory(&handler, &state, in MetricsResponse()
567 xmlSAXUserParseMemory(&sax_handler, &context, in Parse()
883 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
9150 #undef xmlSAXUserParseMemory9151 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMe…9153 #ifndef xmlSAXUserParseMemory9154 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibili…9155 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias macro
13970 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseMemory() function