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

  /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
7126 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; local
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 

Completed in 274 milliseconds