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

Lines Matching +defs:last +defs:depth

826     int depth; /* depth of creation */
827 int *history; /* list of (depth, state-id) tuples */
845 int depth; /* the tree depth at creation time */
895 int depth;
996 int depth;
2058 (vctxt->depth >= 0) &&
2222 vctxt->elemInfos[vctxt->depth];
4279 * @depth: the depth used for intentation
4284 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth)
4293 for (i = 0;((i < depth) && (i < 25));i++)
4342 output, depth +1);
4346 output, depth);
4875 * Return the last redefinition. *
8966 xmlSchemaTypePtr subtype, last = NULL;
8976 if (last == NULL) {
8978 last = subtype;
8980 last->next = subtype;
8981 last = subtype;
8983 last->next = NULL;
11298 xmlSchemaParticlePtr part, last = NULL;
11329 if (last == NULL)
11332 last->next = (xmlSchemaTreeItemPtr) part;
11333 last = part;
11345 xmlSchemaTreeItemPtr part = NULL, last = NULL;
11436 if (last == NULL)
11439 last->next = part;
11440 last = part;
13482 xmlSchemaWildcardNsPtr cur, tmp, last;
13488 last = NULL;
13494 if (last == NULL)
13497 last->next = tmp;
13498 last = tmp;
14954 * memberTypes [attribute] at any depth which resolve to the component
17222 xmlSchemaFacetLinkPtr link, cur, last = NULL;
17261 last = type->facetSet;
17262 if (last != NULL)
17263 while (last->next != NULL)
17264 last = last->next;
17740 if (last == NULL)
17743 last->next = link;
17744 last = link;
18944 * of a group there must not be at any depth a particle whose {term}
19102 * it must not be the case that a ���QName��� is encountered at any depth
19812 * the full depth over and over.
21817 for (i = vctxt->depth; i >= 0; i--) {
22187 ielem = vctxt->elemInfos[matcher->depth];
22435 sto->depth = vctxt->depth;
22462 int res, resolved = 0, depth = vctxt->depth;
22468 depth++;
22473 "IDC: EVAL on %s, depth %d, type %d\n",
22475 vctxt->inode->localName), depth, nodeType);
22535 sto->history[sto->nbHistory++] = depth;
22539 vctxt->depth);
22666 int depth)
22681 "IDC: BACK on %s, depth %d\n",
22683 vctxt->inode->localName), vctxt->depth);
22707 * Only matches at the current depth are of interest.
22709 if (matchDepth != depth) {
22774 * by the target node's depth relative to the matcher's
22775 * depth of creation (i.e. the depth of the scope element).
22784 * The size of the list is only dependant on the depth of
22789 pos = sto->depth - matcher->depth;
22933 pos = depth - matcher->depth;
23129 * Deregister state objects if they reach the depth of creation.
23131 if ((sto->nbHistory == 0) && (sto->depth == depth)) {
23172 xmlSchemaIDCMatcherPtr matcher, last = NULL;
23184 "IDC: REGISTER on %s, depth %d\n",
23186 vctxt->inode->localName), vctxt->depth);
23199 * depth at which the bubbles should stop; this will be
23200 * the depth of the top-most keyref IDC. If no keyref
23226 (vctxt->depth < aidc->keyrefDepth))
23227 aidc->keyrefDepth = vctxt->depth;
23264 if (last == NULL)
23267 last->next = matcher;
23268 last = matcher;
23271 matcher->depth = vctxt->depth;
23316 (matcher->aidc->keyrefDepth > vctxt->depth)))
23476 * @depth: the current tree depth
23478 * Merges IDC bindings of an element at @depth into the corresponding IDC
23500 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
23517 (aidc->keyrefDepth >= vctxt->depth)) {
23641 * Move last old item to pos of duplicate.
23647 * If new items exist, move last new item to
23648 * last of old items.
24077 * the currect tree depth.
24086 if (vctxt->depth > vctxt->sizeElemInfos) {
24088 "inconsistent depth encountered");
24101 } else if (vctxt->sizeElemInfos <= vctxt->depth) {
24120 info = vctxt->elemInfos[vctxt->depth];
24130 vctxt->elemInfos[vctxt->depth] = info;
24140 info->depth = vctxt->depth;
24146 #define ACTIVATE_ELEM vctxt->inode = vctxt->elemInfos[vctxt->depth];
24147 #define ACTIVATE_PARENT_ELEM vctxt->inode = vctxt->elemInfos[vctxt->depth -1];
24361 * Save the last non-validating facet.
25451 xmlSchemaNodeInfoPtr ielem = vctxt->elemInfos[vctxt->depth];
25603 * Free last computed value; just for safety reasons.
25721 vctxt->depth +1) == -1) {
26020 vctxt->skipDepth = vctxt->depth -1;
26369 if (vctxt->depth < 0) {
26373 if (vctxt->depth == vctxt->skipDepth)
26379 (xmlSchemaXPathProcessHistory(vctxt, vctxt->depth) == -1))
26419 if ((vctxt->depth > 0) &&
26438 if (vctxt->depth == 0) {
26439 vctxt->depth--;
26449 if (aidc->keyrefDepth == vctxt->depth) {
26452 * depth, this means that we are leaving the scope of the
26460 vctxt->depth--;
26461 vctxt->inode = vctxt->elemInfos[vctxt->depth];
26484 if (vctxt->depth <= 0) {
26489 pielem = vctxt->elemInfos[vctxt->depth -1];
26693 vctxt->skipDepth = vctxt->depth;
26837 (vctxt->depth >= vctxt->skipDepth)) {
26866 if (vctxt->depth > 0) {
26880 if (vctxt->depth == vctxt->skipDepth)
26923 vctxt->skipDepth = vctxt->depth;
27013 vctxt->skipDepth = vctxt->depth;
27024 int depth, nodeType, ret = 0, consumed;
27027 vctxt->depth = -1;
27043 depth = xmlTextReaderDepth(vctxt->reader);
27048 vctxt->depth++;
27124 if (vctxt->depth == vctxt->skipDepth) {
27132 while ((ret == 1) && (curDepth != depth)) {
27166 if (vctxt->depth >= 0)
27228 if (vctxt->depth < 0)
27230 if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
27253 if (vctxt->depth < 0)
27255 if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
27274 if (vctxt->depth < 0)
27276 if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
27304 vctxt->depth++;
27305 if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
27434 if (vctxt->depth > vctxt->skipDepth) {
27435 vctxt->depth--;
27875 vctxt->depth = -1;
27879 if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
27886 vctxt->depth++;
27943 (vctxt->depth >= vctxt->skipDepth))
28030 vctxt->depth = -1;