Home | History | Annotate | Download | only in tests

Lines Matching refs:lSize

186     long lSize = 0;
190 lSize = GetFileSize(infile, NULL );
194 lSize = ftell (infile);
198 PRINT ("Size is %d \n", (int)lSize);
289 return lSize;
492 lSize = GetFileSize(fIn, NULL );
496 //lSize = ftell (fIn);
506 PRINT ("printing lsize %d \n", (int) lBuffUsed);