Home | History | Annotate | Download | only in server

Lines Matching refs:wcount

312   DWORD mode, wcount = 0;
326 success = WriteConsole(handle, buf, curlx_uztoul(count), &wcount, NULL);
329 success = WriteFile(handle, buf, curlx_uztoul(count), &wcount, NULL);
332 return wcount;