Lines Matching defs:kBufSize
969 const int kBufSize = 8092;970 char buffer[kBufSize];975 while ( (n=fread(buffer, 1, kBufSize, fp)) > 0 ) {