Home | History | Annotate | Download | only in namespace

Lines Matching defs:Level

313     UINT32                  Level;
336 Level = 1;
340 * started. When Level is zero, the loop is done because we have
343 while (Level > 0 && ChildNode)
393 Status = DescendingCallback (ChildNode, Level,
401 Status = AscendingCallback (ChildNode, Level,
438 * Depth first search: Attempt to go down another level in the
444 (Level < MaxDepth) &&
451 Level++;
482 Level--;