OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCCURS
(Results
1 - 2
of
2
) sorted by null
/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
...]
/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
...]
Completed in 31 milliseconds