Searched defs:contModel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h323 xmlRegexpPtr contModel; /* the validating regexp */ member in struct:_xmlElement
325 void *contModel; member in struct:_xmlElement
H A DschemasInternals.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member in struct:_xmlSchemaType
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member in struct:_xmlSchemaElement
/external/libxml2/include/libxml/
H A Dtree.h361 xmlRegexpPtr contModel; /* the validating regexp */ member in struct:_xmlElement
363 void *contModel; member in struct:_xmlElement
H A DschemasInternals.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member in struct:_xmlSchemaType
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member in struct:_xmlSchemaElement
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c169 xmlRegexpPtr contModel; /* a compiled content model if available */ member in struct:_xmlRelaxNGDefine
991 if (define->contModel != NULL)
992 xmlRegFreeRegexp(define->contModel);
3062 def->contModel = xmlAutomataCompile(ctxt->am);
3063 xmlRegexpIsDeterminist(def->contModel);
3094 def->contModel = xmlAutomataCompile(ctxt->am);
3095 if (!xmlRegexpIsDeterminist(def->contModel)) {
3104 xmlRegFreeRegexp(def->contModel);
3105 def->contModel = NULL;
8181 if (define->contModel
[all...]
/external/libxml2/
H A Drelaxng.c170 xmlRegexpPtr contModel; /* a compiled content model if available */ member in struct:_xmlRelaxNGDefine
992 if (define->contModel != NULL)
993 xmlRegFreeRegexp(define->contModel);
3064 def->contModel = xmlAutomataCompile(ctxt->am);
3095 def->contModel = xmlAutomataCompile(ctxt->am);
3096 if (!xmlRegexpIsDeterminist(def->contModel)) {
3105 xmlRegFreeRegexp(def->contModel);
3106 def->contModel = NULL;
8182 if (define->contModel == NULL) {
8195 exec = xmlRegNewExecCtxt(define->contModel,
[all...]

Completed in 459 milliseconds