Lines Matching refs:uCurData

184             uEndAddr = (uintptr_t)&pThis->uCurData.pBothId->FileName[0];
186 uEndAddr = (uintptr_t)&pThis->uCurData.pBoth->FileName[0];
189 AssertReturn(pThis->uCurData.pBoth->FileNameLength < _64K, VERR_FILENAME_TOO_LONG);
190 AssertReturn((pThis->uCurData.pBoth->FileNameLength & 1) == 0, VERR_IO_GEN_FAILURE);
192 uEndAddr += pThis->uCurData.pBoth->FileNameLength;
195 AssertReturn((unsigned)pThis->uCurData.pBoth->ShortNameLength <= sizeof(pThis->uCurData.pBoth->ShortName),
216 pThis->uCurData.pObjDir++;
217 pThis->fDataUnread = pThis->uCurData.pObjDir->Name.Length != 0;
224 uint32_t const offNext = pThis->uCurData.pBoth->NextEntryOffset;
235 cbRec += pThis->uCurData.pBoth->FileNameLength;
238 pThis->uCurData.u += offNext;
352 Assert(Ios.Information > sizeof(*pThis->uCurData.pBoth));
357 pThis->uCurData.u = (uintptr_t)pThis->pabBuffer;
412 return rtDirNtConvertName(pThis, pThis->uCurData.pBothId->FileNameLength, pThis->uCurData.pBothId->FileName);
414 return rtDirNtConvertName(pThis, pThis->uCurData.pBoth->FileNameLength, pThis->uCurData.pBoth->FileName);
417 return rtDirNtConvertName(pThis, pThis->uCurData.pObjDir->Name.Length, pThis->uCurData.pObjDir->Name.Buffer);
480 ? pDir->uCurData.pBothId->FileId.QuadPart : 0;
486 switch ( pDir->uCurData.pBoth->FileAttributes
509 if (rtNtCompWideStrAndAscii(pDir->uCurData.pObjDir->TypeName.Buffer, pDir->uCurData.pObjDir->TypeName.Length,
512 else if (rtNtCompWideStrAndAscii(pDir->uCurData.pObjDir->TypeName.Buffer, pDir->uCurData.pObjDir->TypeName.Length,
578 PFILE_BOTH_DIR_INFORMATION pBoth = pDir->uCurData.pBoth;
620 if (rtNtCompWideStrAndAscii(pDir->uCurData.pObjDir->TypeName.Buffer, pDir->uCurData.pObjDir->TypeName.Length,
623 else if (rtNtCompWideStrAndAscii(pDir->uCurData.pObjDir->TypeName.Buffer, pDir->uCurData.pObjDir->TypeName.Length,
626 else if (rtNtCompWideStrAndAscii(pDir->uCurData.pObjDir->TypeName.Buffer, pDir->uCurData.pObjDir->TypeName.Length,