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

/external/libxml2/
H A Dxmlregexp.c6824 * xmlExpNewAtom:
6834 xmlExpNewAtom(xmlExpCtxtPtr ctxt, const xmlChar *name, int len) { function
H A Delfgcchack.h3278 #undef xmlExpNewAtom macro
3279 extern __typeof (xmlExpNewAtom) xmlExpNewAtom __attribute((alias("xmlExpNewAtom__internal_alias")));
3281 #ifndef xmlExpNewAtom
3282 extern __typeof (xmlExpNewAtom) xmlExpNewAtom__internal_alias __attribute((visibility("hidden")));
3283 #define xmlExpNewAtom xmlExpNewAtom__internal_alias macro

Completed in 892 milliseconds