Home
last modified time | relevance | path

Searched refs:hdfsDisconnect (Results 1 – 25 of 51) sorted by relevance

123

/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/src/io/
H A Dhdfs_filesys.cc24 if (hdfsDisconnect(fs_) != 0) { in ~HDFSStream()
106 if (hdfsDisconnect(fs_) != 0) { in ~HDFSFileSystem()
114 if (hdfsDisconnect(fs_) != 0) { in ResetNamenode()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/src/io/
H A Dhdfs_filesys.cc24 if (hdfsDisconnect(fs_) != 0) { in ~HDFSStream()
106 if (hdfsDisconnect(fs_) != 0) { in ~HDFSFileSystem()
114 if (hdfsDisconnect(fs_) != 0) { in ResetNamenode()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/
H A Dtest_libhdfs_threaded.c257 EXPECT_ZERO(hdfsDisconnect(fs)); in testHdfsOperationsImpl()
261 EXPECT_ZERO(hdfsDisconnect(fs)); in testHdfsOperationsImpl()
265 EXPECT_ZERO(hdfsDisconnect(fs)); in testHdfsOperationsImpl()
H A Dhdfs.h377 int hdfsDisconnect(hdfsFS fs);
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A Dhdfs_read.c59 hdfsDisconnect(fs); in main()
H A Dhdfs_write.c63 hdfsDisconnect(fs); in main()
H A Dhdfs.h129 int hdfsDisconnect(hdfsFS fs);
H A Dhdfs_test.c389 totalResult += (hdfsDisconnect(fs) != 0); in main()
431 totalResult += (hdfsDisconnect(fs) != 0); in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test/
H A Dtest_libhdfs_read.c64 hdfsDisconnect(fs); in main()
H A Dtest_libhdfs_write.c91 hdfsDisconnect(fs); in main()
H A Dtest_libhdfs_ops.c481 totalResult += (hdfsDisconnect(fs) != 0); in main()
520 totalResult += (hdfsDisconnect(fs) != 0); in main()
H A Dtest_libhdfs_zerocopy.c275 EXPECT_ZERO(hdfsDisconnect(fs)); in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/
H A Dtest_libwebhdfs_read.c74 hdfsDisconnect(fs); in main()
H A Dtest_libwebhdfs_write.c108 hdfsDisconnect(fs); in main()
H A Dtest_libwebhdfs_ops.c479 totalResult += (hdfsDisconnect(fs) != 0); in main()
536 totalResult += (hdfsDisconnect(fs) != 0); in main()
H A Dtest_libwebhdfs_threaded.c165 if (hdfsDisconnect(fs)) { in testHdfsOperations()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.h59 int (*hdfsDisconnect)(hdfsFS fs); member
104 this->hdfsDisconnect = nullptr; in Initialize()
H A Dhdfs_internal.cc292 GET_SYMBOL_REQUIRED(this, hdfsDisconnect); in GetRequiredSymbols()
373 int LibHdfsShim::Disconnect(hdfsFS fs) { return this->hdfsDisconnect(fs); } in Disconnect()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dhdfs_internal.h59 int (*hdfsDisconnect)(hdfsFS fs); member
104 this->hdfsDisconnect = nullptr; in Initialize()
H A Dhdfs_internal.cc303 GET_SYMBOL_REQUIRED(this, hdfsDisconnect); in GetRequiredSymbols()
384 int LibHdfsShim::Disconnect(hdfsFS fs) { return this->hdfsDisconnect(fs); } in Disconnect()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.h59 int (*hdfsDisconnect)(hdfsFS fs); member
104 this->hdfsDisconnect = nullptr; in Initialize()
H A Dhdfs_internal.cc292 GET_SYMBOL_REQUIRED(this, hdfsDisconnect); in GetRequiredSymbols()
373 int LibHdfsShim::Disconnect(hdfsFS fs) { return this->hdfsDisconnect(fs); } in Disconnect()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dhdfs_filesystem.cc145 std::function<int(hdfsFS)> hdfsDisconnect; member in tiledb::sm::hdfs::LibHDFS
175 BIND_HDFS_FUNC(hdfsDisconnect) in load_and_bind()
256 if (libhdfs_->hdfsDisconnect(hdfs_) != 0) { in disconnect()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/vfs/
H A Dhdfs3_file.cpp53 hdfsDisconnect(hdfs.second); in Hdfs3Deinitialize()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h378 int hdfsDisconnect(hdfsFS fs);

123