Searched refs:G_IO_ERROR_NO_SPACE (Results 1 – 13 of 13) sorted by relevance
/third_party/glib/gio/ |
D | gioerror.c | 130 return G_IO_ERROR_NO_SPACE; in g_io_error_from_errno() 136 return G_IO_ERROR_NO_SPACE; in g_io_error_from_errno()
|
D | gcharsetconverter.c | 314 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in g_charset_converter_convert() 323 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in g_charset_converter_convert()
|
D | gmemoryoutputstream.c | 566 G_IO_ERROR_NO_SPACE, in array_resize() 582 G_IO_ERROR_NO_SPACE, in array_resize() 672 G_IO_ERROR_NO_SPACE, in g_memory_output_stream_write()
|
D | ginetsocketaddress.c | 202 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in g_inet_socket_address_to_native() 219 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in g_inet_socket_address_to_native()
|
D | gnativesocketaddress.c | 108 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in g_native_socket_address_to_native()
|
D | gconverteroutputstream.c | 475 G_IO_ERROR_NO_SPACE)) in write_internal() 608 G_IO_ERROR_NO_SPACE)) in g_converter_output_stream_flush()
|
D | gconverterinputstream.c | 456 G_IO_ERROR_NO_SPACE)) in read_internal() 554 G_IO_ERROR_NO_SPACE)) in read_internal()
|
D | gioenums.h | 543 G_IO_ERROR_NO_SPACE, enumerator
|
D | gunixsocketaddress.c | 219 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in g_unix_socket_address_to_native()
|
D | gioenumtypes.c | 453 { G_IO_ERROR_NO_SPACE, "G_IO_ERROR_NO_SPACE", "no-space" }, in g_io_error_enum_get_type()
|
/third_party/libsoup/libsoup/ |
D | soup-brotli-decompressor.c | 151 …g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, "SoupBrotliDecompressorError: Larger … in soup_brotli_decompressor_convert()
|
D | soup-converter-wrapper.c | 188 g_set_error (error, G_IO_ERROR, G_IO_ERROR_NO_SPACE, in soup_converter_wrapper_fallback_convert()
|
/third_party/glib/gio/tests/ |
D | converter-stream.c | 119 G_IO_ERROR_NO_SPACE, in g_expander_converter_convert()
|