Searched defs:xmlIsPubidChar (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dchvalid.c322 * xmlIsPubidChar:
331 xmlIsPubidChar(unsigned int ch) { function
H A Delfgcchack.h4723 #undef xmlIsPubidChar macro
4724 extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias")));
4726 #ifndef xmlIsPubidChar
4727 extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
4728 #define xmlIsPubidChar xmlIsPubidChar__internal_alias macro

Completed in 84 milliseconds