Searched refs:particle (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c656 * A particle component.
664 xmlSchemaTreeItemPtr next; /* next particle */
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1145 return(BAD_CAST "particle");
4277 * @particle: the schema particle
4284 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) argument
4291 if (particle == NULL)
4297 if (particle->children == NULL) {
4298 fprintf(output, "MISSING particle ter
6893 xmlSchemaParticlePtr particle; local
8458 xmlSchemaParticlePtr particle = NULL; local
11216 xmlSchemaParticlePtr particle = NULL; local
12553 xmlSchemaBuildContentModelForSubstGroup(xmlSchemaParserCtxtPtr pctxt, xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) argument
12670 xmlSchemaBuildContentModelForElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaParticlePtr particle) argument
12735 xmlSchemaBuildAContentModel(xmlSchemaParserCtxtPtr pctxt, xmlSchemaParticlePtr particle) argument
14648 xmlSchemaGetParticleTotalRangeMin(xmlSchemaParticlePtr particle) argument
14765 xmlSchemaIsParticleEmptiable(xmlSchemaParticlePtr particle) argument
18326 xmlSchemaParticlePtr particle = local
18884 xmlSchemaGetCircModelGrDefRef(xmlSchemaModelGroupDefPtr groupDef, xmlSchemaTreeItemPtr particle) argument
18999 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
20020 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
[all...]
H A Dxmlschemastypes.c371 xmlSchemaTypeErrMemory(NULL, "allocating particle component");
407 xmlSchemaParticlePtr particle; local
410 /* First particle. */
411 particle = xmlSchemaAddParticle();
412 if (particle == NULL)
414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
424 particle->children = (xmlSchemaTreeItemPtr) sequence;
425 /* Second particle. */
426 particle = xmlSchemaAddParticle();
427 if (particle
626 xmlSchemaParticlePtr particle; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c656 * A particle component.
664 xmlSchemaTreeItemPtr next; /* next particle */
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1140 return(BAD_CAST "particle");
4258 * @particle: the schema particle
4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) argument
4272 if (particle == NULL)
4278 if (particle->children == NULL) {
4279 fprintf(output, "MISSING particle ter
6874 xmlSchemaParticlePtr particle; local
8439 xmlSchemaParticlePtr particle = NULL; local
11197 xmlSchemaParticlePtr particle = NULL; local
12534 xmlSchemaBuildContentModelForSubstGroup(xmlSchemaParserCtxtPtr pctxt, xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) argument
12651 xmlSchemaBuildContentModelForElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaParticlePtr particle) argument
12716 xmlSchemaBuildAContentModel(xmlSchemaParserCtxtPtr pctxt, xmlSchemaParticlePtr particle) argument
14620 xmlSchemaGetParticleTotalRangeMin(xmlSchemaParticlePtr particle) argument
14737 xmlSchemaIsParticleEmptiable(xmlSchemaParticlePtr particle) argument
18297 xmlSchemaParticlePtr particle = local
18855 xmlSchemaGetCircModelGrDefRef(xmlSchemaModelGroupDefPtr groupDef, xmlSchemaTreeItemPtr particle) argument
18970 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
19991 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
[all...]
H A Dxmlschemastypes.c371 xmlSchemaTypeErrMemory(NULL, "allocating particle component");
407 xmlSchemaParticlePtr particle; local
410 /* First particle. */
411 particle = xmlSchemaAddParticle();
412 if (particle == NULL)
414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
424 particle->children = (xmlSchemaTreeItemPtr) sequence;
425 /* Second particle. */
426 particle = xmlSchemaAddParticle();
427 if (particle
626 xmlSchemaParticlePtr particle; local
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm1138 string representation of the model (or content particle).
1171 ('?', '*', '+') associated with the model or particle.
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el4468 particle)
4475 (null (setq particle (gnus-id-to-article
4477 (null (gnus-summary-thread-level particle)))))))

Completed in 246 milliseconds