Home
last modified time | relevance | path

Searched defs:levelHandler (Results 1 – 3 of 3) sorted by relevance

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/dgraph-io/badger/
H A Dlevel_handler.go29 type levelHandler struct { struct
31 sync.RWMutex
36 tables []*table.Table
37 totalSize int64
40 level int
41 strLevel string
42 maxTotalSize int64
43 db *DB
46 func (s *levelHandler) getTotalSize() int64 {
183 func (s *levelHandler) numTables() int {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/dgraph-io/badger/
H A Dlevel_handler.go29 type levelHandler struct { struct
31 sync.RWMutex
36 tables []*table.Table
37 totalSize int64
40 level int
41 strLevel string
42 maxTotalSize int64
43 db *DB
46 func (s *levelHandler) getTotalSize() int64 {
183 func (s *levelHandler) numTables() int {
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Engine/
H A DCallbacks.cpp376 Callbacks::levelHandler(GstBus* bus, GstMessage* message, gpointer data) in levelHandler() function in Callbacks