HomeSort by relevance Sort by last modified time
    Searched defs:htmlDefaultSAXHandlerInit (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
SAX2.c     [all...]
elfgcchack.h 246 #undef htmlDefaultSAXHandlerInit
247 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
249 #ifndef htmlDefaultSAXHandlerInit
250 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
251 #define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
    [all...]
  /external/libxml2/
SAX2.c     [all...]
elfgcchack.h 246 #undef htmlDefaultSAXHandlerInit
247 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
249 #ifndef htmlDefaultSAXHandlerInit
250 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
251 #define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
    [all...]

Completed in 3475 milliseconds