• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/libxml2-26/libxml2/

Lines Matching +defs:def +defs:pos

758     xmlSchemaIDCPtr def; /* the IDC definition */
1717 *buf = xmlStrdup(BAD_CAST "model group def.");
6014 int min, int max, int def, const char *expected)
6022 return (def);
6032 return (def);
6046 return (def);
6063 return (def);
6079 int min, int max, int def, const char *expected)
6087 return (def);
6098 return (def);
6115 return (def);
6171 * @def: the default value
6181 const char *name, int def)
6187 return (def);
6194 def = 1;
6196 def = 0;
6198 def = 1;
6200 def = 0;
6209 return (def);
20555 * referenced model group def.
21994 aidc->def = idcDef;
22190 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def);
22199 if (bind->definition == matcher->aidc->def)
22202 bind->next = xmlSchemaIDCNewBinding(matcher->aidc->def);
22488 sto->matcher->aidc->def->name, sto->sel->xpath);
22491 sto->matcher->aidc->def->name, sto->sel->xpath);
22552 sel = sto->matcher->aidc->def->fields;
22745 WXS_BASIC_CAST sto->matcher->aidc->def,
22749 xmlSchemaGetIDCDesignation(&str, sto->matcher->aidc->def));
22761 WXS_BASIC_CAST sto->matcher->aidc->def,
22769 int pos, idx;
22789 pos = sto->depth - matcher->depth;
22796 if (pos > 9)
22797 matcher->sizeKeySeqs = pos * 2;
22812 } else if (pos >= matcher->sizeKeySeqs) {
22837 keySeq = matcher->keySeqs[pos];
22854 WXS_BASIC_CAST matcher->aidc->def,
22858 xmlSchemaGetIDCDesignation(&str, matcher->aidc->def));
22870 matcher->aidc->def->nbFields *
22877 memset(keySeq, 0, matcher->aidc->def->nbFields *
22879 matcher->keySeqs[pos] = keySeq;
22891 matcher->keySeqs[pos] = NULL;
22918 int pos, i, j, nbKeys;
22931 idc = matcher->aidc->def;
22933 pos = depth - matcher->depth;
22939 (matcher->sizeKeySeqs <= pos)) {
22946 keySeq = &(matcher->keySeqs[pos]);
23215 if (aidc->def == refIdc)
23235 if (aidc->def == idc)
23273 matcher->idcType = aidc->def->type;
23304 if ((matcher->aidc->def->type == XML_SCHEMA_TYPE_IDC_KEYREF) ||
23357 nbFields = matcher->aidc->def->nbFields;
23515 if (aidc->def == bind->definition) {
23641 * Move last old item to pos of duplicate.
23799 nbFields = matcher->aidc->def->nbFields;
23806 if ((xmlSchemaIDCPtr) matcher->aidc->def->ref->item ==
23861 (xmlSchemaTypePtr) matcher->aidc->def,
23867 matcher->aidc->def));
23880 (xmlSchemaTypePtr) matcher->aidc->def,
23884 xmlSchemaGetComponentQName(&strB, matcher->aidc->def));
24940 * {prohibited substitutions}: the "block" on the type def.
28318 const xmlChar * name, int type, int def,
28325 def, defaultValue, tree);