Home
last modified time | relevance | path

Searched refs:write_error (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpeaudiosink.c117 goto write_error; in render()
127 goto write_error; in render()
131 goto write_error; in render()
134 goto write_error; in render()
137 goto write_error; in render()
152 write_error: in render()
/third_party/boost/libs/exception/example/
Dexample_io.cpp52 struct write_error: virtual error { }; struct
55 struct fwrite_error: virtual write_error { };
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstelements_private.c282 goto write_error; in gst_writev_iovecs()
296 goto write_error; in gst_writev_iovecs()
299 goto write_error; in gst_writev_iovecs()
334 write_error: in gst_writev_iovecs()
Dgstdownloadbuffer.c1194 goto write_error; in gst_download_buffer_chain()
1278 write_error: in gst_download_buffer_chain()
/third_party/e2fsprogs/e2fsck/
Dehandler.c132 channel->write_error = e2fsck_handle_write_error; in ehandler_init()
/third_party/boost/boost/process/detail/posix/
Dexecutor.hpp152 void write_error(const std::error_code & ec, const char * msg) in write_error() function in boost::process::detail::posix::executor
166 write_error(ec, msg); in internal_error_handle()
176 write_error(ec, msg); in internal_error_handle()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpclientsink.c199 goto write_error; in gst_tcp_client_sink_render()
209 write_error: in gst_tcp_client_sink_render()
Dgstmultifdsink.c798 goto write_error; in gst_multi_fd_sink_handle_client_write()
841 write_error: in gst_multi_fd_sink_handle_client_write()
Dgstmultisocketsink.c929 goto write_error; in gst_multi_socket_sink_handle_client_write()
978 write_error: in gst_multi_socket_sink_handle_client_write()
/third_party/glib/glib/
Dgbookmarkfile.c1936 GError *write_error = NULL; in g_bookmark_file_to_data() local
1941 retval = g_bookmark_file_dump (bookmark, length, &write_error); in g_bookmark_file_to_data()
1942 if (write_error) in g_bookmark_file_to_data()
1944 g_propagate_error (error, write_error); in g_bookmark_file_to_data()
1971 GError *data_error, *write_error; in g_bookmark_file_to_file() local
1987 write_error = NULL; in g_bookmark_file_to_file()
1988 g_file_set_contents (filename, data, len, &write_error); in g_bookmark_file_to_file()
1989 if (write_error) in g_bookmark_file_to_file()
1991 g_propagate_error (error, write_error); in g_bookmark_file_to_file()
/third_party/alsa-lib/src/pcm/
Dpcm_file.c359 goto write_error; in write_wav_header()
363 goto write_error; in write_wav_header()
367 goto write_error; in write_wav_header()
371 write_error: in write_wav_header()
/third_party/e2fsprogs/lib/ext2fs/
Dext2_io.h52 errcode_t (*write_error)(io_channel channel, member
Dnt_io.c1127 io->write_error = 0; in nt_open()
1424 if (channel->write_error) in nt_write_blk()
1426 return (channel->write_error)(channel, block, count, buf, in nt_write_blk()
Dwindows_io.c334 if (channel->write_error) in raw_write_blk()
335 retval = (channel->write_error)(channel, block, count, buf, in raw_write_blk()
496 io->write_error = 0; in windows_open_channel()
Dinode_io.c150 io->write_error = 0; in inode_open()
Dunix_io.c485 if (channel->write_error) in raw_write_blk()
486 retval = (channel->write_error)(channel, block, count, buf, in raw_write_blk()
711 io->write_error = 0; in unix_open_channel()
Ddosio.c169 ioch->write_error = 0; in alloc_io_channel()
Dtest_io.c198 io->write_error = 0; in test_open()
Dundo_io.c723 io->write_error = 0; in undo_open()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1688 goto write_error; in ntfs_device_win32_write()
1707 goto write_error; in ntfs_device_win32_write()
1721 goto write_error; in ntfs_device_win32_write()
1740 goto write_error; in ntfs_device_win32_write()
1753 write_error: in ntfs_device_win32_write()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasink.c1082 goto write_error; in gst_alsasink_write()
1105 write_error: in gst_alsasink_write()
1115 goto write_error; in gst_alsasink_write()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c605 goto write_error; in gst_multi_file_sink_write_buffer()
759 write_error: in gst_multi_file_sink_write_buffer()
/third_party/mesa3d/src/mesa/main/
Dteximage.c1371 write_error(GLenum *err_ptr, GLenum error) in write_error() function
1468 return write_error(error, GL_INVALID_OPERATION); in _mesa_target_can_be_compressed()
1476 return write_error(error, GL_INVALID_OPERATION); in _mesa_target_can_be_compressed()
1491 return write_error(error, GL_INVALID_OPERATION); in _mesa_target_can_be_compressed()
1500 return write_error(error, in _mesa_target_can_be_compressed()
/third_party/openssl/apps/
Ds_server.c3316 goto write_error; in www_body()
3325 write_error: in www_body()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c4232 goto write_error; in gst_rtsp_source_dispatch_write()
4246 write_error: in gst_rtsp_source_dispatch_write()

12