Home | History | Annotate | Download | only in src

Lines Matching refs:startFrame

284       PortFile->startFrame = (FileBufferFrame *)start;
288 PortFile->startFrame = CreateFileBufferFrame(size, (unsigned char *)start);
291 start = (const unsigned char *)PortFile->startFrame;
295 if (PortFile->startFrame == NULL)
301 PortFile->endFrame = PortFile->curFrame = PortFile->startFrame;
376 DeleteFileBuffers(PortFile->startFrame);
530 PortFile->curFrame = PortFile->startFrame;
531 PortFile->curPos = PortFile->startFrame->buffer;
568 if (PortFile->startFrame->buffer == PortFile->curPos) /* start of file */
732 /* assgin it as startFrame, so others could get information when reopen it */
733 pCurRec->start = (unsigned char *)PortFile->startFrame;
814 PortFile->curFrame = PortFile->startFrame;
815 PortFile->curPos = PortFile->startFrame->buffer;