/third_party/libxml2/include/libxml/ |
D | xmlregexp.h | 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,
|
D | schemasInternals.h | 632 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 */
|
D | xmlautomata.h | 134 XMLPUBFUN xmlRegexpPtr XMLCALL
|
D | tree.h | 362 xmlRegexpPtr contModel; /* the validating regexp */
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlregexp.in.h | 58 typedef xmlRegexp *xmlRegexpPtr; typedef 80 XMLPUBFUN xmlRegexpPtr XMLCALL 82 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp); 84 xmlRegexpExec (xmlRegexpPtr comp, 88 xmlRegexpPtr regexp); 90 xmlRegexpIsDeterminist(xmlRegexpPtr comp); 110 xmlRegNewExecCtxt (xmlRegexpPtr comp,
|
D | schemasInternals.in.h | 660 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ 817 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ 861 xmlRegexpPtr regexp; /* The regex for patterns */
|
D | xmlautomata.in.h | 163 XMLPUBFUN xmlRegexpPtr XMLCALL
|
D | xmlregexp.c | 342 xmlRegexpPtr comp; /* the compiled regexp */ 458 static xmlRegexpPtr 460 xmlRegexpPtr ret; in xmlRegEpxFromParse() 462 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse() 3223 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlFARegExec() 3540 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) { in xmlRegNewExecCtxt() 3730 xmlRegexpPtr comp, in xmlRegCompactPushString() 4262 xmlRegexpPtr comp; in xmlRegExecGetValues() 5455 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) { in xmlRegexpPrint() 5494 xmlRegexpPtr [all …]
|
D | tree.in.h | 391 xmlRegexpPtr contModel; /* the validating regexp */
|
D | relaxng.c | 200 xmlRegexpPtr contModel; /* a compiled content model if available */ 8033 xmlRegexpPtr regexp, xmlNodePtr content) in xmlRelaxNGValidateCompiledContent()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 18 * xmlRegexpPtr: 23 d xmlRegexpPtr s * based(######typedef######) 39 d like(xmlRegexpPtr) 44 d regexp value like(xmlRegexpPtr) 48 d comp value like(xmlRegexpPtr) 53 d regexp value like(xmlRegexpPtr) 58 d comp value like(xmlRegexpPtr) 77 d comp value like(xmlRegexpPtr)
|
D | xmlautomata.rpgle | 173 d like(xmlRegexpPtr)
|
D | schemasInternals.rpgle | 781 d contModel like(xmlRegexpPtr) Content model autom. 958 d contModel like(xmlRegexpPtr) 1006 d regexp like(xmlRegexpPtr) Regexp for patterns
|
D | tree.rpgle | 393 d contModel like(xmlRegexpPtr) Validating regexp
|
/third_party/libxml2/ |
D | testRegexp.c | 19 static void testRegexp(xmlRegexpPtr comp, const char *value) { in testRegexp() 38 xmlRegexpPtr comp = NULL; in testRegexpFile() 271 xmlRegexpPtr comp = NULL; in main()
|
D | testAutomata.c | 38 xmlRegexpPtr regexp = NULL; in testRegexpFile() 225 xmlRegexpPtr regexp; in main()
|
D | xmlregexp.c | 321 xmlRegexpPtr comp; /* the compiled regexp */ 463 static xmlRegexpPtr 465 xmlRegexpPtr ret; in xmlRegEpxFromParse() 467 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse() 3266 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlFARegExec() 3583 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) { in xmlRegNewExecCtxt() 3773 xmlRegexpPtr comp, in xmlRegCompactPushString() 4305 xmlRegexpPtr comp; in xmlRegExecGetValues() 5515 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) { in xmlRegexpPrint() 5554 xmlRegexpPtr [all …]
|
D | relaxng.c | 171 xmlRegexpPtr contModel; /* a compiled content model if available */ 8013 xmlRegexpPtr regexp, xmlNodePtr content) in xmlRelaxNGValidateCompiledContent()
|
D | testapi.c | 33937 static xmlRegexpPtr gen_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlRegexpPtr() 33940 static void des_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, xmlRegexpPtr val ATTRIBUTE_UNUSED, int nr ATT… in des_xmlRegexpPtr() 33952 xmlRegexpPtr comp; /* the compiled regular expression */ in test_xmlRegexpExec() 33993 xmlRegexpPtr comp; /* the compiled regular expression */ in test_xmlRegexpIsDeterminist() 34028 xmlRegexpPtr regexp; /* the compiled regexp */ in test_xmlRegexpPrint()
|
/third_party/libxml2/fuzz/ |
D | regexp.c | 20 xmlRegexpPtr regexp; in LLVMFuzzerTestOneInput()
|
/third_party/libxml2/python/ |
D | libxml_wrap.h | 117 xmlRegexpPtr obj; 259 PyObject * libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp);
|
D | types.c | 897 libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp) in libxml_xmlRegexpPtrWrap()
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 73 <ANCHOR id="xmlRegexpPtr" href="libxml/libxml-xmlregexp.html#xmlRegexpPtr">
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 125496 +static void testRegexp(FILE *output, xmlRegexpPtr comp, const char *value) { 125511 + xmlRegexpPtr comp = NULL; 127225 -static void testRegexp(xmlRegexpPtr comp, const char *value) { 127244 - xmlRegexpPtr comp = NULL; 127477 - xmlRegexpPtr comp = NULL; 131471 -static xmlRegexpPtr gen_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 131474 -static void des_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, xmlRegexpPtr val ATTRIBUTE_UNUSED, int nr AT…
|