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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/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
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml_wrap.h98 xmlRegexpPtr obj;
232 PyObject * libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml_wrap.h98 xmlRegexpPtr obj;
232 PyObject * libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp);

Completed in 314 milliseconds

12