Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_BROKEN_PIPE (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgioenums.h575 G_IO_ERROR_BROKEN_PIPE, enumerator
576 G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
Dgioerror.c259 return G_IO_ERROR_BROKEN_PIPE; in g_io_error_from_errno()
Dgioenumtypes.c485 { G_IO_ERROR_BROKEN_PIPE, "G_IO_ERROR_BROKEN_PIPE", "broken-pipe" }, in g_io_error_enum_get_type()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.c213 g_set_error_literal (&err, G_IO_ERROR, G_IO_ERROR_BROKEN_PIPE, in rfb_decoder_read()