/third_party/iowow/src/platform/unix/ |
D | unix.c | 119 iwrc iwp_fstath(HANDLE fh, IWP_FILE_STAT *fs) { in iwp_fstath() 123 iwrc iwp_flock(HANDLE fh, iwp_lockmode lmode) { in iwp_flock() 139 iwrc iwp_unlock(HANDLE fh) { in iwp_unlock() 152 iwrc iwp_closefh(HANDLE fh) { in iwp_closefh() 162 iwrc iwp_pread(HANDLE fh, off_t off, void *buf, size_t siz, size_t *sp) { in iwp_pread() 184 iwrc iwp_read(HANDLE fh, void *buf, size_t count, size_t *sp) { in iwp_read() 206 iwrc iwp_pwrite(HANDLE fh, off_t off, const void *buf, size_t siz, size_t *sp) { in iwp_pwrite() 228 iwrc iwp_write(HANDLE fh, const void *buf, size_t size) { in iwp_write() 252 iwrc iwp_lseek(HANDLE fh, off_t offset, iwp_seek_origin origin, off_t *pos) { in iwp_lseek() 288 iwrc iwp_ftruncate(HANDLE fh, off_t len) { in iwp_ftruncate() [all …]
|
/third_party/iowow/src/platform/win32/ |
D | win32.c | 61 iwrc iwp_fdatasync(HANDLE fh) { in iwp_fdatasync() 83 iwrc iwp_ftruncate(HANDLE fh, off_t len) { in iwp_ftruncate() 95 iwrc iwp_fallocate(HANDLE fh, off_t len) { in iwp_fallocate() 130 iwrc iwp_fstath(HANDLE fh, IWP_FILE_STAT *fs) { in iwp_fstath() 159 iwrc iwp_closefh(HANDLE fh) { in iwp_closefh() 169 iwrc iwp_flock(HANDLE fh, iwp_lockmode lmode) { in iwp_flock() 186 iwrc iwp_unlock(HANDLE fh) { in iwp_unlock() 198 iwrc iwp_pread(HANDLE fh, off_t off, void *buf, size_t siz, size_t *sp) { in iwp_pread() 224 iwrc iwp_read(HANDLE fh, void *buf, size_t siz, size_t *sp) { in iwp_read() 245 iwrc iwp_pwrite(HANDLE fh, off_t off, const void *buf, size_t siz, size_t *sp) { in iwp_pwrite() [all …]
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_file.c | 46 static char *basename(struct file_handle *fh) in basename() 54 static int set_blk_dev(struct file_handle *fh) in set_blk_dev() 67 static int is_dir(struct file_handle *fh) in is_dir() 148 static int efi_create_file(struct file_handle *fh, u64 attributes) in efi_create_file() 177 struct file_handle *fh; in file_open() local 251 struct file_handle *fh = to_fh(file); in efi_file_open() local 296 static efi_status_t file_close(struct file_handle *fh) in file_close() 305 struct file_handle *fh = to_fh(file); in efi_file_close() local 312 struct file_handle *fh = to_fh(file); in efi_file_delete() local 331 static efi_status_t efi_get_file_size(struct file_handle *fh, in efi_get_file_size() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/ |
D | FileInputStream.h | 29 FileInputStream(int fh) : mFH(fh) {} in FileInputStream()
|
/third_party/node/test/parallel/ |
D | test-worker-message-port-transfer-fake-js-transferable-internal.js | 18 fh[kTransfer] = () => { function
|
D | test-worker-message-port-transfer-fake-js-transferable.js | 22 fh[kTransfer] = () => { function
|
/third_party/curl/lib/ |
D | fopen.c | 50 FILE **fh, char **tempname) in Curl_fopen()
|
/third_party/iowow/src/rdb/ |
D | iwrdb.c | 16 HANDLE fh; member 124 HANDLE fh = open(path, O_CREAT | O_RDWR, IWFS_DEFAULT_FILEMODE); in iwrdb_open() local 129 HANDLE fh = CreateFile(path, GENERIC_READ | GENERIC_WRITE, in iwrdb_open() local
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | frame.cpp | 58 test_fh fh; in testWriteFrame() local
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_kernel.h | 248 __u64 fh; member 277 __u64 fh; member 283 __u64 fh; member 290 __u64 fh; member 297 __u64 fh; member 306 __u64 fh; member 327 __u64 fh; member 348 __u64 fh; member 393 __u64 fh; member
|
D | fuse_common.h | 105 uint64_t fh; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/ |
D | jpegd_image.c | 317 frame_header *fh = &mjpeg->frame; in check_sos_bit() local 333 frame_header *fh = &mjpeg->frame; in decode_sos() local
|
/third_party/ffmpeg/libavutil/ |
D | file.c | 107 HANDLE mh, fh = (HANDLE)_get_osfhandle(fd); in av_file_map() local
|
/third_party/e2fsprogs/misc/ |
D | fuse2fs.c | 2160 struct fuse2fs_file_handle *fh = in op_read() local 2217 struct fuse2fs_file_handle *fh = in op_write() local 2289 struct fuse2fs_file_handle *fh = in op_release() local 2319 struct fuse2fs_file_handle *fh = in op_fsync() local 2767 struct fuse2fs_file_handle *fh = in op_readdir() local 2956 struct fuse2fs_file_handle *fh = in op_ftruncate() local 3010 struct fuse2fs_file_handle *fh = in op_fgetattr() local 3089 static int ioctl_getflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_getflags() 3112 static int ioctl_setflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_setflags() 3151 static int ioctl_getversion(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_getversion() [all …]
|
/third_party/eudev/src/shared/ |
D | conf-files.c | 110 _cleanup_hashmap_free_ Hashmap *fh = NULL; in conf_files_list_strv_internal() local
|
/third_party/iowow/src/platform/ |
D | iwp.c | 76 iwrc iwp_copy_bytes(HANDLE fh, off_t off, size_t siz, off_t noff) { in iwp_copy_bytes()
|
/third_party/iowow/src/kv/ |
D | iwal.c | 36 HANDLE fh; /**< File handle */ member 882 HANDLE fh = open(target_file, O_CREAT | O_WRONLY | O_TRUNC, 00600); in iwal_online_backup() local 888 …HANDLE fh = CreateFile(target_file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRI… in iwal_online_backup() local 1121 HANDLE fh = open(wal->path, O_CREAT | O_RDWR, IWFS_DEFAULT_FILEMODE); in iwal_create() local 1127 HANDLE fh = CreateFile(wal->path, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, in iwal_create() local
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_encode_mjpeg.c | 159 JPEGRawFrameHeader *fh = &priv->frame_header; in vaapi_encode_mjpeg_write_extra_buffer() local 226 JPEGRawFrameHeader *fh = &priv->frame_header; in vaapi_encode_mjpeg_init_picture_params() local
|
/third_party/flutter/skia/gm/ |
D | conicpaths.cpp | 114 for (int fh = 0; fh < 2; ++fh) { in onDraw() local
|
/third_party/iowow/src/platform/win32/mman/ |
D | mman.c | 55 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off) { in mmap()
|
/third_party/boost/boost/beast/websocket/impl/ |
D | stream_impl.hpp | 667 detail::frame_header& fh, in parse_fh() 879 detail::frame_header fh; in write_ping() local 911 detail::frame_header fh; in write_close() local
|
/third_party/node/deps/npm/test/tap/ |
D | shrinkwrap-prod-dependency-also.js | 14 function reportOutput (t, fh, out) { argument
|
/third_party/skia/gm/ |
D | conicpaths.cpp | 120 for (int fh = 0; fh < 2; ++fh) { in onDraw() local
|
/third_party/ltp/testcases/cve/ |
D | stack_clash.c | 83 FILE *fh; in read_stack_addr_from_proc() local
|
/third_party/iowow/src/fs/ |
D | iwfile.h | 127 HANDLE fh; /**< File handle */ member
|