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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6797 * xmlExpNewAtom:
6807 xmlExpNewAtom(xmlExpCtxtPtr ctxt, const xmlChar *name, int len) { function
H A Delfgcchack.h3266 #undef xmlExpNewAtom macro
3267 extern __typeof (xmlExpNewAtom) xmlExpNewAtom __attribute((alias("xmlExpNewAtom__internal_alias")));
3269 #ifndef xmlExpNewAtom
3270 extern __typeof (xmlExpNewAtom) xmlExpNewAtom__internal_alias __attribute((visibility("hidden")));
3271 #define xmlExpNewAtom xmlExpNewAtom__internal_alias macro

Completed in 319 milliseconds