Lines Matching refs:errsv
146 int errsv = GetLastError (); in g_win32_output_stream_write() local
148 if (errsv == ERROR_IO_PENDING && in g_win32_output_stream_write()
159 errsv = GetLastError (); in g_win32_output_stream_write()
160 if (errsv == ERROR_HANDLE_EOF || in g_win32_output_stream_write()
161 errsv == ERROR_BROKEN_PIPE) in g_win32_output_stream_write()
169 emsg = g_win32_error_message (errsv); in g_win32_output_stream_write()
171 g_io_error_from_win32_error (errsv), in g_win32_output_stream_write()
200 int errsv = errno; in g_win32_output_stream_close() local
203 g_io_error_from_errno (errsv), in g_win32_output_stream_close()
205 g_strerror (errsv)); in g_win32_output_stream_close()
214 int errsv = GetLastError (); in g_win32_output_stream_close() local
215 gchar *emsg = g_win32_error_message (errsv); in g_win32_output_stream_close()
218 g_io_error_from_win32_error (errsv), in g_win32_output_stream_close()