HomeSort by relevance Sort by last modified time
    Searched defs:contModel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 323 xmlRegexpPtr contModel; /* the validating regexp */
325 void *contModel;
    [all...]
schemasInternals.h 632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
  /external/libxml2/include/libxml/
tree.h 361 xmlRegexpPtr contModel; /* the validating regexp */
363 void *contModel;
    [all...]
schemasInternals.h 632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
  /external/chromium_org/third_party/libxml/src/
relaxng.c 169 xmlRegexpPtr contModel; /* a compiled content model if available */
991 if (define->contModel != NULL)
992 xmlRegFreeRegexp(define->contModel);
    [all...]
  /external/libxml2/
relaxng.c 170 xmlRegexpPtr contModel; /* a compiled content model if available */
992 if (define->contModel != NULL)
993 xmlRegFreeRegexp(define->contModel);
    [all...]

Completed in 256 milliseconds