Searched refs:xmlSAXUserParseMemory (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dmetrics_response.cc74 valid_ = !xmlSAXUserParseMemory(&handler, &state,
/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcode_config_fetcher.cc90 int error = xmlSAXUserParseMemory(&sax_handler,
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc497 int error = xmlSAXUserParseMemory(&sax_handler, &context, data,
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc567 xmlSAXUserParseMemory(&sax_handler, &context,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h883 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
/external/libxml2/include/libxml/
H A Dparser.h883 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h9150 #undef xmlSAXUserParseMemory macro
9151 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
9153 #ifndef xmlSAXUserParseMemory
9154 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
9155 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias macro
H A Dparser.c13967 * xmlSAXUserParseMemory:
13978 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, function
H A Dtestapi.c15190 ret_val = xmlSAXUserParseMemory(sax, user_data, (const char *)buffer, size);
15199 printf("Leak of %d blocks found in xmlSAXUserParseMemory",
[all...]
/external/libxml2/
H A Delfgcchack.h9150 #undef xmlSAXUserParseMemory macro
9151 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
9153 #ifndef xmlSAXUserParseMemory
9154 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
9155 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias macro
H A Dparser.c13959 * xmlSAXUserParseMemory:
13970 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, function

Completed in 2085 milliseconds