Searched refs:cltbl (Results 1 – 5 of 5) sorted by relevance
128 DWORD* cltbl; /* Pointer to the cluster link map table (null on file open) */ member
207 …DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by applicati… member
1593 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()3558 fp->cltbl = 0; /* Disable fast seek mode */3640 if (fp->cltbl) {3745 if (fp->cltbl) {4132 if (fp->cltbl) { /* Fast seek */4134 tbl = fp->cltbl;4152 *fp->cltbl = ulen; /* Number of items used */
168 DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ member
1459 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()3505 fp->cltbl = 0; /* Disable fast seek mode */3587 if (fp->cltbl) {3692 if (fp->cltbl) {4068 if (fp->cltbl) { /* Fast seek */4070 tbl = fp->cltbl;4088 *fp->cltbl = ulen; /* Number of items used */
Completed in 26 milliseconds