Home
last modified time | relevance | path

Searched defs:filePool (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/djherbis/buffer/
H A Dpool.go78 type filePool struct { struct
79 N int64
80 Directory string
91 func (p *filePool) Get() (Buffer, error) {
99 func (p *filePool) Put(buf Buffer) (err error) {
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_io_file.h113 inline void GetFilePool ( pstr & filePool, word & fileSize ) { in GetFilePool()
H A Dmmdb_io_file.cpp258 void File::assign ( word poolSize, word sizeInc, pstr filePool ) { in assign()
284 void File::takeFilePool ( pstr & filePool, word & fileSize ) { in takeFilePool()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dcustomstorage.cpp231 CustomStorage::CustomStorage(const lt::storage_params &params, lt::file_pool &filePool) in CustomStorage()