Searched refs:contModel (Results 1 – 12 of 12) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schemasInternals.in.h | 660 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member 817 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member
|
D | valid.c | 330 if (elemDecl->contModel == NULL) in vstateVPush() 332 if (elemDecl->contModel != NULL) { in vstateVPush() 334 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in vstateVPush() 851 if (elem->contModel != NULL) { in xmlValidBuildContentModel() 852 if (!xmlRegexpIsDeterminist(elem->contModel)) { in xmlValidBuildContentModel() 870 elem->contModel = xmlAutomataCompile(ctxt->am); in xmlValidBuildContentModel() 871 if (xmlRegexpIsDeterminist(elem->contModel) != 1) { in xmlValidBuildContentModel() 880 xmlRegexpPrint(stderr, elem->contModel); in xmlValidBuildContentModel() 1396 if (elem->contModel != NULL) in xmlFreeElement() 1397 xmlRegFreeRegexp(elem->contModel); in xmlFreeElement() [all …]
|
D | tree.in.h | 391 xmlRegexpPtr contModel; /* the validating regexp */ member 393 void *contModel; member
|
D | relaxng.c | 200 xmlRegexpPtr contModel; /* a compiled content model if available */ member 1022 if (define->contModel != NULL) in xmlRelaxNGFreeDefine() 1023 xmlRegFreeRegexp(define->contModel); in xmlRelaxNGFreeDefine() 3107 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile() 3138 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile() 3139 if (!xmlRegexpIsDeterminist(def->contModel)) { in xmlRelaxNGCompile() 3148 xmlRegFreeRegexp(def->contModel); in xmlRelaxNGCompile() 3149 def->contModel = NULL; in xmlRelaxNGCompile() 8243 if (define->contModel == NULL) { in xmlRelaxNGValidateProgressiveCallback() 8256 exec = xmlRegNewExecCtxt(define->contModel, in xmlRelaxNGValidateProgressiveCallback() [all …]
|
D | xmlschemas.c | 3986 if (elem->contModel != NULL) in xmlSchemaFreeElement() 3987 xmlRegFreeRegexp(elem->contModel); in xmlSchemaFreeElement() 4050 if (type->contModel != NULL) in xmlSchemaFreeType() 4051 xmlRegFreeRegexp(type->contModel); in xmlSchemaFreeType() 13216 (type->contModel != NULL) || in xmlSchemaBuildContentModel() 13238 type->contModel = xmlAutomataCompile(ctxt->am); in xmlSchemaBuildContentModel() 13239 if (type->contModel == NULL) { in xmlSchemaBuildContentModel() 13244 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) { in xmlSchemaBuildContentModel() 13254 xmlRegexpPrint(stderr, type->contModel); in xmlSchemaBuildContentModel() 26127 xmlRegNewExecCtxt(inode->typeDef->contModel, in xmlSchemaValidatorPopElem() [all …]
|
/third_party/libxml2/include/libxml/ |
D | schemasInternals.h | 632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member 789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member
|
D | tree.h | 362 xmlRegexpPtr contModel; /* the validating regexp */ member 364 void *contModel; member
|
/third_party/libxml2/ |
D | valid.c | 301 if (elemDecl->contModel == NULL) in vstateVPush() 303 if (elemDecl->contModel != NULL) { in vstateVPush() 305 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in vstateVPush() 851 if (elem->contModel != NULL) { in xmlValidBuildContentModel() 852 if (!xmlRegexpIsDeterminist(elem->contModel)) { in xmlValidBuildContentModel() 870 elem->contModel = xmlAutomataCompile(ctxt->am); in xmlValidBuildContentModel() 871 if (xmlRegexpIsDeterminist(elem->contModel) != 1) { in xmlValidBuildContentModel() 880 xmlRegexpPrint(stderr, elem->contModel); in xmlValidBuildContentModel() 1439 if (elem->contModel != NULL) in xmlFreeElement() 1440 xmlRegFreeRegexp(elem->contModel); in xmlFreeElement() [all …]
|
D | relaxng.c | 171 xmlRegexpPtr contModel; /* a compiled content model if available */ member 993 if (define->contModel != NULL) in xmlRelaxNGFreeDefine() 994 xmlRegFreeRegexp(define->contModel); in xmlRelaxNGFreeDefine() 3078 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile() 3109 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile() 3110 if (!xmlRegexpIsDeterminist(def->contModel)) { in xmlRelaxNGCompile() 3119 xmlRegFreeRegexp(def->contModel); in xmlRelaxNGCompile() 3120 def->contModel = NULL; in xmlRelaxNGCompile() 8223 if (define->contModel == NULL) { in xmlRelaxNGValidateProgressiveCallback() 8236 exec = xmlRegNewExecCtxt(define->contModel, in xmlRelaxNGValidateProgressiveCallback() [all …]
|
D | xmlschemas.c | 4002 if (elem->contModel != NULL) in xmlSchemaFreeElement() 4003 xmlRegFreeRegexp(elem->contModel); in xmlSchemaFreeElement() 4066 if (type->contModel != NULL) in xmlSchemaFreeType() 4067 xmlRegFreeRegexp(type->contModel); in xmlSchemaFreeType() 13238 (type->contModel != NULL) || in xmlSchemaBuildContentModel() 13260 type->contModel = xmlAutomataCompile(ctxt->am); in xmlSchemaBuildContentModel() 13261 if (type->contModel == NULL) { in xmlSchemaBuildContentModel() 13266 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) { in xmlSchemaBuildContentModel() 13276 xmlRegexpPrint(stderr, type->contModel); in xmlSchemaBuildContentModel() 26297 xmlRegNewExecCtxt(inode->typeDef->contModel, in xmlSchemaValidatorPopElem() [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 781 d contModel like(xmlRegexpPtr) Content model autom. 958 d contModel like(xmlRegexpPtr)
|
D | tree.rpgle | 393 d contModel like(xmlRegexpPtr) Validating regexp 395 d contModel *
|