Home
last modified time | relevance | path

Searched defs:_xmlSchemaIDCStateObj (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c823 struct _xmlSchemaIDCStateObj { struct
824 int type;
825 xmlSchemaIDCStateObjPtr next; /* next if in a list */
826 int depth; /* depth of creation */
827 int *history; /* list of (depth, state-id) tuples */
828 int nbHistory;
829 int sizeHistory;
830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
832 xmlSchemaIDCSelectPtr sel;
833 void *xpathCtxt;
/external/libxml2/
Dxmlschemas.c823 struct _xmlSchemaIDCStateObj { struct
824 int type;
825 xmlSchemaIDCStateObjPtr next; /* next if in a list */
826 int depth; /* depth of creation */
827 int *history; /* list of (depth, state-id) tuples */
828 int nbHistory;
829 int sizeHistory;
830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
832 xmlSchemaIDCSelectPtr sel;
833 void *xpathCtxt;