Home
last modified time | relevance | path

Searched refs:xmlSAXUserParseMemory (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_response.cc74 valid_ = !xmlSAXUserParseMemory(&handler, &state, in MetricsResponse()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc567 xmlSAXUserParseMemory(&sax_handler, &context, in Parse()
/external/libxml2/include/libxml/
Dparser.h883 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
/external/libxml2/
Delfgcchack.h9150 #undef xmlSAXUserParseMemory
9151 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMe…
9153 #ifndef xmlSAXUserParseMemory
9154 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibili…
9155 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias macro
Dparser.c13970 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseMemory() function