Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_WOULD_BLOCK (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/net-im/purple-facebook/purple-facebook-0.9.6/patches/
H A D05-revert-http-callbacks.patch22 - G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) ||
26 + G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) {
35 - G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) ||
39 + G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) {
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgioerror.c216 return G_IO_ERROR_WOULD_BLOCK; in g_io_error_from_errno()
223 return G_IO_ERROR_WOULD_BLOCK; in g_io_error_from_errno()
327 return G_IO_ERROR_WOULD_BLOCK; in g_io_error_from_win32_error()
H A Dgpollableoutputstream.c157 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in g_pollable_output_stream_default_write_nonblocking()
203 else if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in g_pollable_output_stream_default_writev_nonblocking()
368 …rror == NULL || (*error != NULL && !g_error_matches (*error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK))); in g_pollable_output_stream_writev_nonblocking()
H A Dgdatagrambased.c196 G_IO_ERROR_WOULD_BLOCK), -1); in g_datagram_based_receive_messages()
297 G_IO_ERROR_WOULD_BLOCK), -1); in g_datagram_based_send_messages()
H A Dgioenums.h558 G_IO_ERROR_WOULD_BLOCK, enumerator
2072 G_POLLABLE_RETURN_WOULD_BLOCK = -G_IO_ERROR_WOULD_BLOCK
H A Dgpollableinputstream.c150 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in g_pollable_input_stream_default_read_nonblocking()
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/
H A Dutil_unit.c101 G_IO_ERROR_WOULD_BLOCK, in write_error()
249 G_IO_ERROR_WOULD_BLOCK, in read_data_error_test()
257 assert_int_equal (ret, G_IO_ERROR_WOULD_BLOCK); in read_data_error_test()
308 G_IO_ERROR_WOULD_BLOCK, in read_data_short_err_test()
316 assert_int_equal (ret, G_IO_ERROR_WOULD_BLOCK); in read_data_short_err_test()
430 G_IO_ERROR_WOULD_BLOCK, in read_tpm_buf_short_header_test()
441 assert_int_equal (ret, G_IO_ERROR_WOULD_BLOCK); in read_tpm_buf_short_header_test()
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dbio-gio.c115 if (g_error_matches(error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in bio_gio_write()
136 if (g_error_matches(error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in bio_gio_read()
H A Dgiopipe.c112 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in G_DEFINE_TYPE_WITH_CODE()
310 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in G_DEFINE_TYPE_WITH_CODE()
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Dchunk-io-test.c96 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in slow_input_stream_read_nonblocking()
189 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in slow_output_stream_write_nonblocking()
422 if (nread == -1 && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in do_io_tests()
523 if (nwrote == -1 && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in do_io_tests()
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dchunk-io-test.c96 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in slow_input_stream_read_nonblocking()
189 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK, in slow_output_stream_write_nonblocking()
419 if (nread == -1 && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in do_io_tests()
520 if (nwrote == -1 && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in do_io_tests()
/dports/net/glib-networking/glib-networking-2.66.0/tls/tests/
H A Ddtls-connection.c250 while (g_error_matches (test->server_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)); in on_rehandshake_finish()
297 while (g_error_matches (test->server_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)); in on_rehandshake_finish_threaded()
422 while (g_error_matches (test->server_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)); in on_incoming_connection()
523 while (g_error_matches (test->server_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)); in on_incoming_connection_threaded()
630 while (g_error_matches (test->read_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)); in read_test_data_async()
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/http1/
H A Dsoup-client-message-io-http1.c311 G_IO_ERROR_WOULD_BLOCK, in io_write()
688 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) && in request_is_restartable()
755 G_IO_ERROR_WOULD_BLOCK, in io_run_until()
845 } else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in soup_client_message_io_http1_run()
922 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in io_run_until_read_async()
1107 if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in soup_client_message_io_http1_is_open()
/dports/net/glib-networking/glib-networking-2.66.0/tls/openssl/
H A Dgtlsbio.c176 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in gtls_bio_write()
218 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in gtls_bio_read()
/dports/net-im/libnice/libnice-0.1.18/socket/
H A Dudp-bsd.c212 if (g_error_matches (gerr, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) || in socket_recv_messages()
315 if (g_error_matches (child_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in socket_send_messages()
H A Dtcp-bsd.c280 if (g_error_matches (gerr, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in socket_recv_messages()
324 if (g_error_matches (gerr, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) || in socket_send_message()
/dports/net-im/libnice-gst1/libnice-0.1.18/socket/
H A Dudp-bsd.c212 if (g_error_matches (gerr, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) || in socket_recv_messages()
315 if (g_error_matches (child_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in socket_send_messages()
H A Dtcp-bsd.c280 if (g_error_matches (gerr, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) in socket_recv_messages()
324 if (g_error_matches (gerr, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) || in socket_send_message()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/net/
H A Dgstnettimepacket.c171 if (err->code == G_IO_ERROR_WOULD_BLOCK) { in gst_net_time_packet_receive()
/dports/net-im/libnice-gst1/libnice-0.1.18/tests/
H A Dtest-build-io-stream.c154 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_pollable_properties()
173 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_pollable_properties()
H A Dtest-io-stream-pollable.c74 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in read_stream_cb()
/dports/net-im/libnice/libnice-0.1.18/tests/
H A Dtest-build-io-stream.c154 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_pollable_properties()
173 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_pollable_properties()
H A Dtest-io-stream-pollable.c74 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in read_stream_cb()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/osc/
H A Dags_osc_connection.c763 if(!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)){ in ags_osc_connection_real_read_bytes()
767 if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)){ in ags_osc_connection_real_read_bytes()
1063 if(!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)){ in ags_osc_connection_real_write_response()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dunix-streams.c515 g_assert_error (err, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_write_wouldblock()
533 g_assert_error (err, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_write_wouldblock()
628 g_assert_error (err, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK); in test_writev_wouldblock()

1234567