Searched defs:occurs (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/external/libxml2/
H A Dvalid.c343 * size of the occurs bitfield
354 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState
360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
364 #define OCCURS ctxt->vstate->occurs
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
375 xmlNodePtr node, unsigned char depth, long occurs,
410 (ctxt->vstateTab[i].occurs
374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
H A Dxmlschemas.c528 int occurs; /* required, optional */ member in struct:_xmlSchemaAttributeUse
5766 * if not valid and -1 if an internal error occurs.
5847 * if not valid and -1 if an internal error occurs.
5878 * if not valid and -1 if an internal error occurs.
5913 * if not valid and -1 if an internal error occurs.
6701 * if something is not valid and -1 if an internal error occurs.
6834 * 2.2 {max occurs} must be greater than or equal to 1.
6844 * 2.1 {min occurs} must not be greater than {max occurs}.
7092 int isRef = 0, occurs local
[all...]

Completed in 128 milliseconds