HomeSort by relevance Sort by last modified time
    Searched refs:__xmlGenericErrorContext (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
globals.h 358 XMLPUBFUN void * * XMLCALL __xmlGenericErrorContext(void);
361 (*(__xmlGenericErrorContext()))
  /external/libxml2/
globals.c 894 __xmlGenericErrorContext(void) {
elfgcchack.h 78 #undef __xmlGenericErrorContext
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
81 #ifndef __xmlGenericErrorContext
82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
83 #define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias
    [all...]

Completed in 728 milliseconds