Lines Matching refs:result
582 DWORD result;
619 result = QueueUserWorkItem(pipe_shutdown_thread_proc,
622 if (!result) {
1221 int result;
1231 result = WriteFile(handle->handle,
1237 if (!result) {
1286 int result;
1312 result = ReadFile(handle->handle,
1318 if (!result && GetLastError() != ERROR_IO_PENDING) {
1492 int result;
1535 result =
1538 if (!result) {
1563 result = WriteFile(handle->handle,
1569 if (!result && GetLastError() != ERROR_IO_PENDING) {
1576 if (result) {
1599 result = WriteFile(handle->handle,
1605 if (!result && GetLastError() != ERROR_IO_PENDING) {
1609 if (result) {