/third_party/libunwind/src/coredump/ |
D | _UCD_access_mem.c | 80 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/ |
D | example_io.cpp | 51 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/ |
D | alts_concurrent_connectivity_test.cc | 394 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/ |
D | seed_material.cc | 140 int read_error = errno; 145 } else if (bytes_read == -1 && read_error == EINTR) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | seed_material.cc | 177 int read_error = errno; 182 } else if (bytes_read == -1 && read_error == EINTR) {
|
/third_party/cef/libcef/browser/prefs/ |
D | pref_store.cc | 194 PersistentPrefStore::PrefReadError read_error) { in set_read_error() argument 196 read_error_ = read_error; in set_read_error()
|
D | pref_store.h | 82 void set_read_error(PersistentPrefStore::PrefReadError read_error);
|
/third_party/uboot/u-boot-2020.01/arch/mips/mach-mscc/include/mach/ |
D | ddr.h | 529 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/ |
D | gstavdtpsrc.c | 451 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/ |
D | ehandler.c | 131 channel->read_error = e2fsck_handle_read_error; in ehandler_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 483 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()
|
D | gstdownloadbuffer.c | 811 goto read_error; in gst_download_buffer_read_buffer() 862 read_error: in gst_download_buffer_read_buffer()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext2_io.h | 44 errcode_t (*read_error)(io_channel channel, member
|
D | nt_io.c | 1126 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()
|
D | unix_io.c | 255 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()
|
D | inode_io.c | 149 io->read_error = 0; in inode_open()
|
D | dosio.c | 168 ioch->read_error = 0; in alloc_io_channel()
|
D | undo_io.c | 494 channel->read_error = undo_io_read_error; in undo_err_handler_init() 720 io->read_error = 0; in undo_open()
|
D | test_io.c | 197 io->read_error = 0; in test_open()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstexiftag.c | 1727 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/ |
D | gstalsasrc.c | 972 goto read_error; in gst_alsasrc_read() 988 read_error: in gst_alsasrc_read()
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 449 goto read_error; in gst_neonhttp_src_fill() 463 read_error: in gst_neonhttp_src_fill()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | win32_io.c | 1483 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/ |
D | gstrtspconnection.c | 2678 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/ |
D | gstv4l2bufferpool.c | 1748 goto read_error; in gst_v4l2_do_read() 1767 read_error: in gst_v4l2_do_read()
|