/external/chromium_org/third_party/libxml/src/ |
valid.c | 343 * 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, [all...] |
xmlschemas.c | 528 int occurs; /* required, optional */ member in struct:_xmlSchemaAttributeUse 7092 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; local [all...] |
/external/libxml2/ |
valid.c | 343 * 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, [all...] |
xmlschemas.c | 528 int occurs; /* required, optional */ member in struct:_xmlSchemaAttributeUse 7092 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; local [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
schemasInternals.h | 260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
|