Home
last modified time | relevance | path

Searched refs:read_error (Results 1 – 25 of 32) sorted by relevance

12

/third_party/libunwind/src/coredump/
D_UCD_access_mem.c80 goto read_error; in _UCD_access_mem()
82 goto read_error; in _UCD_access_mem()
91 read_error: in _UCD_access_mem()
/third_party/boost/libs/exception/example/
Dexample_io.cpp51 struct read_error: virtual error { }; struct
54 struct fread_error: virtual read_error { };
184 read_error & x ) in main()
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_concurrent_connectivity_test.cc394 int bytes_received_size, int read_error, int s) { in CloseSocketUponReceivingBytesFromPeer() argument
395 if (bytes_received_size < 0 && read_error != EAGAIN && in CloseSocketUponReceivingBytesFromPeer()
396 read_error != EWOULDBLOCK) { in CloseSocketUponReceivingBytesFromPeer()
413 int read_error, int s) { in CloseSocketUponCloseFromPeer() argument
414 if (bytes_received_size < 0 && read_error != EAGAIN && in CloseSocketUponCloseFromPeer()
415 read_error != EWOULDBLOCK) { in CloseSocketUponCloseFromPeer()
/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc140 int read_error = errno;
145 } else if (bytes_read == -1 && read_error == EINTR) {
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dseed_material.cc177 int read_error = errno;
182 } else if (bytes_read == -1 && read_error == EINTR) {
/third_party/cef/libcef/browser/prefs/
Dpref_store.cc194 PersistentPrefStore::PrefReadError read_error) { in set_read_error() argument
196 read_error_ = read_error; in set_read_error()
Dpref_store.h82 void set_read_error(PersistentPrefStore::PrefReadError read_error);
/third_party/uboot/u-boot-2020.01/arch/mips/mach-mscc/include/mach/
Dddr.h529 goto read_error; in look_for()
533 read_error: in look_for()
567 goto read_error; in look_past()
571 read_error: in look_past()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.c451 goto read_error; in gst_avdtp_src_create()
469 goto read_error; in gst_avdtp_src_create()
491 read_error: in gst_avdtp_src_create()
/third_party/e2fsprogs/e2fsck/
Dehandler.c131 channel->read_error = e2fsck_handle_read_error; in ehandler_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsrc.c483 goto read_error; in gst_fd_src_create_offset()
525 read_error: in gst_fd_src_create_offset()
627 goto read_error; in gst_fd_src_create()
672 read_error: in gst_fd_src_create()
Dgstdownloadbuffer.c811 goto read_error; in gst_download_buffer_read_buffer()
862 read_error: in gst_download_buffer_read_buffer()
/third_party/e2fsprogs/lib/ext2fs/
Dext2_io.h44 errcode_t (*read_error)(io_channel channel, member
Dnt_io.c1126 io->read_error = 0; in nt_open()
1355 if (channel->read_error) in nt_read_blk()
1357 return (channel->read_error)(channel, block, count, buf, in nt_read_blk()
Dunix_io.c255 if (channel->read_error) in raw_read_blk()
256 retval = (channel->read_error)(channel, block, count, buf, in raw_read_blk()
597 io->read_error = 0; in unix_open_channel()
Dinode_io.c149 io->read_error = 0; in inode_open()
Ddosio.c168 ioch->read_error = 0; in alloc_io_channel()
Dundo_io.c494 channel->read_error = undo_io_read_error; in undo_err_handler_init()
720 io->read_error = 0; in undo_open()
Dtest_io.c197 io->read_error = 0; in test_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstexiftag.c1727 goto read_error; in parse_exif_ifd()
1730 goto read_error; in parse_exif_ifd()
1742 goto read_error; in parse_exif_ifd()
1847 read_error: in parse_exif_ifd()
1962 goto read_error; in gst_tag_list_from_exif_buffer()
1966 read_error: in gst_tag_list_from_exif_buffer()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.c972 goto read_error; in gst_alsasrc_read()
988 read_error: in gst_alsasrc_read()
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c449 goto read_error; in gst_neonhttp_src_fill()
463 read_error: in gst_neonhttp_src_fill()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1483 goto read_error; in ntfs_device_win32_read()
1502 goto read_error; in ntfs_device_win32_read()
1517 read_error: in ntfs_device_win32_read()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c2678 goto read_error; in gst_rtsp_connection_receive()
2719 read_error: in gst_rtsp_connection_receive()
3606 goto read_error; in gst_rtsp_source_dispatch_read_get_channel()
3625 read_error: in gst_rtsp_source_dispatch_read_get_channel()
3728 goto read_error; in gst_rtsp_source_dispatch_read()
3748 goto read_error; in gst_rtsp_source_dispatch_read()
3772 read_error: in gst_rtsp_source_dispatch_read()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c1748 goto read_error; in gst_v4l2_do_read()
1767 read_error: in gst_v4l2_do_read()

12