Home | History | Annotate | Download | only in src

Lines Matching refs:currentPos

149     INT32 currentPos = 0;
164 currentPos = this->fileHandle->position();
172 if(writer->writeData((const UINT8*)&currentPos, sizeof(currentPos)) != SYNCML_DM_SUCCESS)
179 this->prevRecord = currentPos;
401 INT32 currentPos = 0;
653 INT32 *currentPos )
660 *currentPos = 0;
666 if(this->fileHandle->read((UINT8 *)currentPos, sizeof(INT32)) != SYNCML_DM_SUCCESS)
670 if(*currentPos == 0)
674 ret_code = this->fileHandle->seek(XPL_FS_SEEK_SET, (int)*currentPos);
701 *currentPos = nextRecordPos;
703 this->fileHandle->seek(XPL_FS_SEEK_SET, (int)*currentPos);
712 if(this->fileHandle->read((UINT8 *)currentPos, sizeof(INT32)) != SYNCML_DM_SUCCESS)
716 if(*currentPos == 0)
719 this->fileHandle->seek(XPL_FS_SEEK_SET, (int)*currentPos);