Searched refs:xmlRegexpPtr (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h23 * xmlRegexpPtr:
29 typedef xmlRegexp *xmlRegexpPtr; typedef
51 XMLPUBFUN xmlRegexpPtr XMLCALL
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
55 xmlRegexpExec (xmlRegexpPtr comp,
59 xmlRegexpPtr regexp);
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
75 xmlRegNewExecCtxt (xmlRegexpPtr comp,
H A DschemasInternals.in.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
833 xmlRegexpPtr regexp; /* The regex for patterns */
H A Dxmlautomata.in.h134 XMLPUBFUN xmlRegexpPtr XMLCALL
H A Dxmlregexp.c298 xmlRegexpPtr comp; /* the compiled regexp */
412 static xmlRegexpPtr
414 xmlRegexpPtr ret;
416 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
2983 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) {
3279 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) {
3469 xmlRegexpPtr comp,
4000 xmlRegexpPtr comp;
5226 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) {
5265 xmlRegexpPtr
[all...]
H A Dtree.in.h321 xmlRegexpPtr contModel; /* the validating regexp */
H A Drelaxng.c168 xmlRegexpPtr contModel; /* a compiled content model if available */
7845 xmlRegexpPtr regexp, xmlNodePtr content)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h23 * xmlRegexpPtr:
29 typedef xmlRegexp *xmlRegexpPtr; typedef
51 XMLPUBFUN xmlRegexpPtr XMLCALL
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
55 xmlRegexpExec (xmlRegexpPtr comp,
59 xmlRegexpPtr regexp);
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,
H A DschemasInternals.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
833 xmlRegexpPtr regexp; /* The regex for patterns */
H A Dxmlautomata.h134 XMLPUBFUN xmlRegexpPtr XMLCALL
H A Dtree.h323 xmlRegexpPtr contModel; /* the validating regexp */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h23 * xmlRegexpPtr:
29 typedef xmlRegexp *xmlRegexpPtr; typedef
51 XMLPUBFUN xmlRegexpPtr XMLCALL
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
55 xmlRegexpExec (xmlRegexpPtr comp,
59 xmlRegexpPtr regexp);
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
75 xmlRegNewExecCtxt (xmlRegexpPtr comp,
H A DschemasInternals.in.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
833 xmlRegexpPtr regexp; /* The regex for patterns */
H A Dxmlautomata.in.h134 XMLPUBFUN xmlRegexpPtr XMLCALL
H A Dxmlregexp.c298 xmlRegexpPtr comp; /* the compiled regexp */
412 static xmlRegexpPtr
414 xmlRegexpPtr ret;
416 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
2983 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) {
3279 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) {
3469 xmlRegexpPtr comp,
4000 xmlRegexpPtr comp;
5226 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) {
5265 xmlRegexpPtr
[all...]
H A Dtree.in.h321 xmlRegexpPtr contModel; /* the validating regexp */
H A Drelaxng.c168 xmlRegexpPtr contModel; /* a compiled content model if available */
7845 xmlRegexpPtr regexp, xmlNodePtr content)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestRegexp.c19 static void testRegexp(xmlRegexpPtr comp, const char *value) {
38 xmlRegexpPtr comp = NULL;
271 xmlRegexpPtr comp = NULL;
H A DtestAutomata.c38 xmlRegexpPtr regexp = NULL;
225 xmlRegexpPtr regexp;
H A Dxmlregexp.c305 xmlRegexpPtr comp; /* the compiled regexp */
419 static xmlRegexpPtr
421 xmlRegexpPtr ret;
423 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
3135 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) {
3450 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) {
3640 xmlRegexpPtr comp,
4171 xmlRegexpPtr comp;
5347 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) {
5386 xmlRegexpPtr
[all...]
H A Drelaxng.c168 xmlRegexpPtr contModel; /* a compiled content model if available */
7847 xmlRegexpPtr regexp, xmlNodePtr content)
H A Dtestapi.c33240 static xmlRegexpPtr gen_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
33243 static void des_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, xmlRegexpPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
33275 xmlRegexpPtr comp; /* the compiled regular expression */
33316 xmlRegexpPtr comp; /* the compiled regular expression */
33351 xmlRegexpPtr regexp; /* the compiled regexp */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml_wrap.h98 xmlRegexpPtr obj;
232 PyObject * libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp);
H A Dtypes.c705 libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp)
718 (char *) "xmlRegexpPtr", NULL);

Completed in 522 milliseconds