Home
last modified time | relevance | path

Searched defs:remove_bucket (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DHasht.sml87 fun remove_bucket Empty = Empty function
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DHasht.sml87 fun remove_bucket Empty = Empty function
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/helpsigs/
H A DHasht.sml87 fun remove_bucket Empty = Empty function
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dhashtbl.ml169 let rec remove_bucket h i key prec = function function
437 let rec remove_bucket h i key prec = function function
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Drate_limiter.cpp130 void bucket_base::remove_bucket() in remove_bucket() function in fz::bucket_base
498 void bucket::remove_bucket() in remove_bucket() function in fz::bucket
/dports/devel/libds/libds-2.2/
H A Dhashtbl.c213 remove_bucket(HASHTABLE table,HashBucket *bucket) in remove_bucket() function
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/cpp_api/
H A Dvfs.h394 void remove_bucket(const std::string& uri) const { in remove_bucket() function
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dvfs.cc316 Status VFS::remove_bucket(const URI& uri) const { in remove_bucket() function in tiledb::sm::VFS
H A Dgcs.cc294 Status GCS::remove_bucket(const URI& uri) const { in remove_bucket() function in tiledb::sm::GCS
H A Ds3.cc366 Status S3::remove_bucket(const URI& bucket) const { in remove_bucket() function in tiledb::sm::S3
/dports/devel/py-minio/minio-4.0.21/minio/
H A Dapi.py410 def remove_bucket(self, bucket_name): member in Minio
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/ijson-0.1.3/src/
H A Dobject.rs159 unsafe fn remove_bucket(&mut self, bucket: usize) { in remove_bucket() method
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dlibtiledb.pyx5809 def remove_bucket(self, uri): member in VFS