Home | History | Annotate | Download | only in utilities

Lines Matching refs:Package

360  * PARAMETERS:  SourceObject        - The package to walk
361 * TargetObject - Target object (if package is being copied)
362 * WalkCallback - Called once for each package element
367 * DESCRIPTION: Walk through a package, including subpackages
396 /* Get one element of the package */
400 State->Pkg.SourceObject->Package.Elements[ThisIndex];
402 &State->Pkg.SourceObject->Package.Elements[ThisIndex];
406 * 1) An uninitialized package element. It is completely
407 * legal to declare a package and leave it uninitialized
409 * 3) Any type other than a package. Packages are handled in else
426 State->Pkg.SourceObject->Package.Count)
430 * that we have just completed a package. That package may
433 * Delete this state and pop the previous state (package).
444 * package just add the length of the package
452 * completed package object.
459 /* This is a subobject of type package */
470 * The callback above returned a new target package object.