Home | History | Annotate | Download | only in server

Lines Matching refs:rcount

280   DWORD mode, rcount = 0;
291 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL);
294 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL);
297 return rcount;