Home
last modified time | relevance | path

Searched refs:xmlRegexpPtr (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/include/libxml/
Dxmlregexp.h29 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,
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 */
Dxmlautomata.h134 XMLPUBFUN xmlRegexpPtr XMLCALL
Dtree.h361 xmlRegexpPtr contModel; /* the validating regexp */
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle16 * xmlRegexpPtr:
21 d xmlRegexpPtr s * based(######typedef######)
37 d like(xmlRegexpPtr)
42 d regexp value like(xmlRegexpPtr)
45 d comp value like(xmlRegexpPtr)
50 d regexp value like(xmlRegexpPtr)
54 d comp value like(xmlRegexpPtr)
73 d comp value like(xmlRegexpPtr)
Dxmlautomata.rpgle170 d like(xmlRegexpPtr)
DschemasInternals.rpgle776 d contModel like(xmlRegexpPtr) Content model autom.
953 d contModel like(xmlRegexpPtr)
1001 d regexp like(xmlRegexpPtr) Regexp for patterns
Dtree.rpgle383 d contModel like(xmlRegexpPtr) Validating regexp
/external/libxml2/
DtestRegexp.c19 static void testRegexp(xmlRegexpPtr comp, const char *value) { in testRegexp()
38 xmlRegexpPtr comp = NULL; in testRegexpFile()
271 xmlRegexpPtr comp = NULL; in main()
Dxmlregexp.c313 xmlRegexpPtr comp; /* the compiled regexp */
429 static xmlRegexpPtr
431 xmlRegexpPtr ret; in xmlRegEpxFromParse()
433 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()
3184 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlFARegExec()
3501 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) { in xmlRegNewExecCtxt()
3691 xmlRegexpPtr comp, in xmlRegCompactPushString()
4222 xmlRegexpPtr comp; in xmlRegExecGetValues()
5413 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) { in xmlRegexpPrint()
5452 xmlRegexpPtr
[all …]
Drelaxng.c170 xmlRegexpPtr contModel; /* a compiled content model if available */
7975 xmlRegexpPtr regexp, xmlNodePtr content) in xmlRelaxNGValidateCompiledContent()
Dtestapi.c33752 static xmlRegexpPtr gen_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlRegexpPtr()
33755 static void des_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, xmlRegexpPtr val ATTRIBUTE_UNUSED, int nr ATT… in des_xmlRegexpPtr()
33787 xmlRegexpPtr comp; /* the compiled regular expression */ in test_xmlRegexpExec()
33828 xmlRegexpPtr comp; /* the compiled regular expression */ in test_xmlRegexpIsDeterminist()
33863 xmlRegexpPtr regexp; /* the compiled regexp */ in test_xmlRegexpPrint()
/external/libxml2/python/
Dlibxml_wrap.h117 xmlRegexpPtr obj;
259 PyObject * libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp);
Dtypes.c775 libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp) in libxml_xmlRegexpPtrWrap()
/external/libxml2/doc/html/
Dindex.sgml73 <ANCHOR id="xmlRegexpPtr" href="libxml/libxml-xmlregexp.html#xmlRegexpPtr">