Searched refs:rcount (Results 1 – 2 of 2) sorted by relevance
/curl/tests/server/ |
H A D | tftpd.c | 105 size_t rcount; /* amount of data left to read of the file */ member 381 size_t copy_n = MIN(SEGSIZE, test->rcount); in read_ahead() 385 test->rcount -= copy_n; in read_ahead() 401 if(test->rcount) { in read_ahead() 404 test->rcount--; in read_ahead() 1089 test->rcount = count; /* set data left to read */ in validate_access() 1147 test->rcount = count; /* set data left to read */ in validate_access()
|
H A D | sockfilt.c | 159 DWORD mode, rcount = 0; in read_wincon() local 170 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon() 173 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon() 176 return rcount; in read_wincon()
|
Completed in 10 milliseconds