Home
last modified time | relevance | path

Searched refs:fd_create (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/nativeio/
H A Dfile_descriptor.h28 jobject fd_create(JNIEnv *env, int fd);
33 jobject fd_create(JNIEnv *env, long fd);
H A Dfile_descriptor.c82 jobject fd_create(JNIEnv *env, int fd) { in fd_create() function
108 jobject fd_create(JNIEnv *env, long fd) { in fd_create() function
H A DSharedFileDescriptorFactory.c173 jret = fd_create(env, fd); // throws exception on error. in Java_org_apache_hadoop_io_nativeio_SharedFileDescriptorFactory_createDescriptor0()
H A DNativeIO.c502 ret = fd_create(env, fd); in Java_org_apache_hadoop_io_nativeio_NativeIO_00024POSIX_open()
582 fd = fd_create(env, (long) hFile); in Java_org_apache_hadoop_io_nativeio_NativeIO_00024Windows_createFileWithMode0()
655 ret = fd_create(env, (long) hFile); in Java_org_apache_hadoop_io_nativeio_NativeIO_00024Windows_createFile()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/tests/
H A Dhandles.rs15 fn fd_create(&self) -> Result<types::Fd, types::Errno> { in fd_create() method
38 let e = handle_examples::fd_create(&ctx, &host_memory, self.return_loc.ptr as i32); in test()
H A Dhandles.witx6 (@interface func (export "fd_create")
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/file68/src/
H A Dvfs68_fd.c67 static vfs68_t * fd_create(const char *, int, int, va_list);
69 0, "vfs-fd", fd_ismine, fd_create
293 static vfs68_t * fd_create(const char * uri, int mode, in fd_create() function
/dports/devel/hadoop/hadoop-1.2.1/src/native/src/org/apache/hadoop/io/nativeio/
H A Dfile_descriptor.h26 jobject fd_create(JNIEnv *env, int fd);
H A Dfile_descriptor.c68 jobject fd_create(JNIEnv *env, int fd) { in fd_create() function
H A DNativeIO.c273 ret = fd_create(env, fd); in Java_org_apache_hadoop_io_nativeio_NativeIO_open()
/dports/ftp/pftpd/pftpd-1.0.3/plib/
H A Dfdbuf.h53 fd_create(int fd,
H A Dident.c123 fdp = fd_create(fd, FDF_CRLF); in ident_thread()
H A Dfdbuf.c50 fd_create(int fd, in fd_create() function
/dports/ftp/pftpd/pftpd-1.0.3/src/
H A Dftpcmd.c218 fb = fd_create(fd, FDF_CRLF); in send_message()
602 fp = fd_create(fd, FDF_CRLF); in ascii_size()
1012 cfd = fd_create(client_fd, FDF_CRLF); in send_ascii_file()
1013 ffd = fd_create(file_fd, FDF_CRLF); in send_ascii_file()
1751 fp->fd = fd_create(cp->fd, FDF_CRLF|FDF_LINEBUF|FDF_TELNET); in ftpcmd_create()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
H A Dev_posix.cc256 return g_event_engine->fd_create( in grpc_fd_create()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
H A Dev_posix.cc256 return g_event_engine->fd_create( in grpc_fd_create()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
H A Dev_posix.cc255 return g_event_engine->fd_create( in grpc_fd_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
H A Dev_posix.cc257 return g_event_engine->fd_create( in grpc_fd_create()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err);
H A Dev_posix.cc255 return g_event_engine->fd_create( in testNoPrimaryFragmentModeThrows()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member

12