• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/

Lines Matching refs:catPosition

763 	SearchPositionRecPtr	catPosition;
811 catPosition = (SearchPositionRecPtr)&pb->ioCatPosition;
825 if ( catPosition->initialize == 0 )
829 /* Get the real vRefNum and fill in catPosition->initialize. */
830 result = CheckVol(pb->ioNamePtr, pb->ioVRefNum, &realVRefNum, &catPosition->initialize);
834 catPosition->stackDepth = 0;
844 /* Get the real vRefNum and make sure catPosition->initialize is valid. */
849 if ( catPosition->initialize == tempLong )
851 /* For resume, catPosition->stackDepth > 0 */
852 if ( catPosition->stackDepth > 0 )
854 /* Position catPosition->stackDepth to access last saved level */
855 --(catPosition->stackDepth);
858 dirID = (*searchStack)[catPosition->stackDepth].dirID;
859 index = (*searchStack)[catPosition->stackDepth].index;
863 if ( modDate != (*searchStack)[catPosition->stackDepth].dirModDate )
870 /* Invalid catPosition record was passed */
923 result = CheckStack(catPosition->stackDepth, searchStack, &searchStackSize);
928 (*searchStack)[catPosition->stackDepth].dirID = dirID;
929 (*searchStack)[catPosition->stackDepth].index = index;
930 (*searchStack)[catPosition->stackDepth].dirModDate = GetDirModDate(realVRefNum, dirID);
932 /* position catPosition->stackDepth for next saved level */
933 ++(catPosition->stackDepth);
948 if ( catPosition->stackDepth > 0 )
950 /* position catPosition->stackDepth to access last saved level */
951 --(catPosition->stackDepth);
953 dirID = (*searchStack)[catPosition->stackDepth].dirID;
954 index = (*searchStack)[catPosition->stackDepth].index;
958 if ( modDate != (*searchStack)[catPosition->stackDepth].dirModDate )
1001 result = CheckStack(catPosition->stackDepth, searchStack, &searchStackSize);
1007 (*searchStack)[catPosition->stackDepth].dirID = dirID;
1008 (*searchStack)[catPosition->stackDepth].index = index;
1009 (*searchStack)[catPosition->stackDepth].dirModDate = GetDirModDate(realVRefNum, dirID);
1011 /* position catPosition->stackDepth for next saved level */
1013 ++(catPosition->stackDepth);
1116 static CatPositionRec catPosition;
1142 catPosition.initialize = 0; /* then search from beginning of catalog */
1144 pb.csParam.ioCatPosition = catPosition;
1170 catPosition = pb.csParam.ioCatPosition;
1176 catPosition.initialize = 0;
1202 static CatPositionRec catPosition;
1221 catPosition.initialize = 0; /* then search from beginning of catalog */
1223 pb.csParam.ioCatPosition = catPosition;
1282 catPosition = pb.csParam.ioCatPosition;
1288 catPosition.initialize = 0;