Lines Matching refs:finfoL
190 DVDFileInfo finfoL; member
721 if (!DVDOpen(left, &strm->finfoL)) in STRMPrepare()
730 DVDClose(&strm->finfoL); in STRMPrepare()
743 if (length != DVDRead(&strm->finfoL, strm->headerBufferL, length, 0) || in STRMPrepare()
746 DVDClose(&strm->finfoL); in STRMPrepare()
778 DVDClose(&strm->finfoL); in STRMPrepare()
891 if (lsLength != DVDRead(&strm->finfoL, strm->lsBufferL, lsLength, lsOffset) || in STRMPrepare()
894 DVDClose(&strm->finfoL); in STRMPrepare()
918 DVDClose(&strm->finfoL); in STRMPrepare()
973 if (!DVDOpen(strm->dataL, &strm->finfoL)) in STRMStart()
980 DVDClose(&strm->finfoL); in STRMStart()
991 if (length != DVDRead(&strm->finfoL, in STRMStart()
1000 DVDClose(&strm->finfoL); in STRMStart()
1038 DVDClose(&strm->finfoL); in STRMStart()
1513 DVDClose(&activeStrm->finfoL); in STRMUpdate()
1547 DVDReadAsync (&activeStrm->finfoL, in getDataL()