Searched refs:UNBOUNDED (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c109 #define UNBOUNDED (1 << 30) macro
4175 if (elem->maxOccurs >= UNBOUNDED)
4312 if (particle->maxOccurs >= UNBOUNDED)
6007 if (max != UNBOUNDED) {
6015 return (UNBOUNDED); /* encoding it with -1 might be another option */
6822 if (maxOccurs != UNBOUNDED) {
6907 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1,
8486 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, "(xs:nonNegativeInteger | unbounded)");
9352 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1,
11218 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED,
[all...]
H A Dxmlschemastypes.c330 #define UNBOUNDED (1 << 30) macro
430 particle->maxOccurs = UNBOUNDED;
/external/libxml2/
H A Dxmlschemas.c109 #define UNBOUNDED (1 << 30) macro
4194 if (elem->maxOccurs >= UNBOUNDED)
4331 if (particle->maxOccurs >= UNBOUNDED)
6026 if (max != UNBOUNDED) {
6034 return (UNBOUNDED); /* encoding it with -1 might be another option */
6841 if (maxOccurs != UNBOUNDED) {
6926 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1,
8505 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, "(xs:nonNegativeInteger | unbounded)");
9371 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1,
11237 max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED,
[all...]
H A Dxmlschemastypes.c330 #define UNBOUNDED (1 << 30) macro
430 particle->maxOccurs = UNBOUNDED;

Completed in 701 milliseconds