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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c4048 * xmlRegExecPushString:
4059 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, function
4091 return(xmlRegExecPushString(exec, value, data));
H A Delfgcchack.h8090 #undef xmlRegExecPushString macro
8091 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
8093 #ifndef xmlRegExecPushString
8094 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
8095 #define xmlRegExecPushString xmlRegExecPushString__internal_alias macro

Completed in 410 milliseconds