Searched defs:__dirstream (Results 1 – 4 of 4) sorted by relevance
1 struct __dirstream struct3 off_t tell;4 int fd;5 int buf_pos;6 int buf_end;7 volatile int lock[1];8 void *dirk;9 void *resv;12 char buf[2048];
1 struct __dirstream struct3 off_t tell;4 int fd;5 int buf_pos;6 int buf_end;7 volatile int lock[1];11 char buf[4096];
1 struct __dirstream struct3 off_t tell;4 int fd;5 int buf_pos;6 int buf_end;7 volatile int lock[1];10 char buf[2048];
315 struct __dirstream { struct316 FFOBJID obj; /* Object identifier */317 DWORD dptr; /* Current read/write offset */318 DWORD clust; /* Current cluster */319 LBA_t sect; /* Current sector (0:Read operation has terminated) */320 BYTE* dir; /* Pointer to the directory item in the win[] */321 BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */323 DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */326 const TCHAR* pat; /* Pointer to the name matching pattern */329 BYTE atrootdir;