Searched refs:readSize (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/src/
H A Dconfread.c56 unsigned int readSize; // Number of bytes in buffer after last read... variable
86 readSize = 0;
126 if(bufPtr == readSize) {
128 readSize = fread (iBuffer, sizeof(char), READ_BUFFER_SIZE, confFilePtr);
132 if(readSize == 0) {
138 while ( bufPtr < readSize && !finished ) {
190 if(readSize < READ_BUFFER_SIZE && bufPtr == readSize) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/igmpproxy/src/
H A Dconfread.c56 unsigned int readSize; // Number of bytes in buffer after last read... variable
86 readSize = 0;
126 if(bufPtr == readSize) {
128 readSize = fread (iBuffer, sizeof(char), READ_BUFFER_SIZE, confFilePtr);
132 if(readSize == 0) {
138 while ( bufPtr < readSize && !finished ) {
190 if(readSize < READ_BUFFER_SIZE && bufPtr == readSize) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/igmpproxy/src/
H A Dconfread.c56 unsigned int readSize; // Number of bytes in buffer after last read... variable
86 readSize = 0;
126 if(bufPtr == readSize) {
128 readSize = fread (iBuffer, sizeof(char), READ_BUFFER_SIZE, confFilePtr);
132 if(readSize == 0) {
138 while ( bufPtr < readSize && !finished ) {
190 if(readSize < READ_BUFFER_SIZE && bufPtr == readSize) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dtar.c455 size_t readSize; local
463 ////off_t readSize;
464 ////readSize = bb_copyfd_size(inputFileFd, tbInfo->tarFd, statbuf->st_size);
465 ////if (readSize != statbuf->st_size && readSize >= 0) {
476 readSize = (-(int)statbuf->st_size) & (TAR_BLOCK_SIZE-1);
477 memset(block_buf, 0, readSize);
478 xwrite(tbInfo->tarFd, block_buf, readSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dtar.c455 size_t readSize; local
463 ////off_t readSize;
464 ////readSize = bb_copyfd_size(inputFileFd, tbInfo->tarFd, statbuf->st_size);
465 ////if (readSize != statbuf->st_size && readSize >= 0) {
476 readSize = (-(int)statbuf->st_size) & (TAR_BLOCK_SIZE-1);
477 memset(block_buf, 0, readSize);
478 xwrite(tbInfo->tarFd, block_buf, readSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dtar.c455 size_t readSize; local
463 ////off_t readSize;
464 ////readSize = bb_copyfd_size(inputFileFd, tbInfo->tarFd, statbuf->st_size);
465 ////if (readSize != statbuf->st_size && readSize >= 0) {
476 readSize = (-(int)statbuf->st_size) & (TAR_BLOCK_SIZE-1);
477 memset(block_buf, 0, readSize);
478 xwrite(tbInfo->tarFd, block_buf, readSize);

Completed in 125 milliseconds