Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 8731) sorted by relevance

12345678910>>...350

/dports/devel/etcd31/etcd-3.1.20/mvcc/
H A Dkvstore.go63 type store struct { struct
66 ig ConsistentIndexGetter
68 b backend.Backend
69 kvindex index
71 le lease.Lessor
73 currentRev revision
75 compactMainRev int64
77 tx backend.BatchTx
79 txnModify bool
83 bytesBuf8 []byte
[all …]
/dports/devel/etcd/etcd-2.3.8/storage/
H A Dkvstore.go52 type store struct { struct
55 b backend.Backend
56 kvindex index
58 le lease.Lessor
60 currentRev revision
62 compactMainRev int64
64 tx backend.BatchTx
67 changes []storagepb.KeyValue
68 fifoSched schedule.Scheduler
70 stopc chan struct{}
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/mvcc/
H A Dkvstore.go77 type store struct { struct
78 ReadView
79 WriteView
85 cfg StoreConfig
88 mu sync.RWMutex
93 kvindex index
95 le lease.Lessor
100 revMu sync.RWMutex
102 currentRev int64
108 bytesBuf8 []byte
[all …]
/dports/devel/etcd34/etcd-3.4.18/mvcc/
H A Dkvstore.go77 type store struct { struct
78 ReadView
79 WriteView
85 cfg StoreConfig
88 mu sync.RWMutex
93 kvindex index
95 le lease.Lessor
100 revMu sync.RWMutex
102 currentRev int64
108 bytesBuf8 []byte
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/mvcc/
H A Dkvstore.go77 type store struct { struct
78 ReadView
79 WriteView
85 cfg StoreConfig
88 mu sync.RWMutex
93 kvindex index
95 le lease.Lessor
100 revMu sync.RWMutex
102 currentRev int64
108 bytesBuf8 []byte
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/mvcc/
H A Dkvstore.go65 type store struct { struct
66 ReadView
67 WriteView
69 cfg StoreConfig
72 mu sync.RWMutex
77 kvindex index
79 le lease.Lessor
84 revMu sync.RWMutex
86 currentRev int64
92 stopc chan struct{}
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/mvcc/
H A Dkvstore.go65 type store struct { struct
66 ReadView
67 WriteView
69 cfg StoreConfig
72 mu sync.RWMutex
77 kvindex index
79 le lease.Lessor
84 revMu sync.RWMutex
86 currentRev int64
92 stopc chan struct{}
[all …]
/dports/games/gltron/gltron-0.70/scripts/
H A Dmenu.lua96 store = function (value) settings.ai_level = value; end function
119 store = function(value) settings.fast_finish = value; end function
133 store = function(value) settings.display_type = value; end function
140 store = function(value) function
286 store = function(value) function
303 store = function(value) settings.show_glow = value; end function
310 store = function(value) settings.show_model = value; end function
324 store = function(value) settings.lod = value; end function
339 store = function(value) settings.show_fps = value; end function
353 store = function(value) settings.show_scores = value; end function
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/mvcc/
H A Dkvstore.go60 type store struct { struct
61 ReadView
62 WriteView
64 cfg StoreConfig
67 mu sync.RWMutex
70 kvindex index
72 le lease.Lessor
77 revMu sync.RWMutex
79 currentRev int64
85 stopc chan struct{}
[all …]
/dports/www/minio-client/etcd-3.5.0/server/mvcc/
H A Dkvstore.go60 type store struct { struct
61 ReadView
62 WriteView
64 cfg StoreConfig
67 mu sync.RWMutex
70 kvindex index
72 le lease.Lessor
77 revMu sync.RWMutex
79 currentRev int64
85 stopc chan struct{}
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/mvcc/
H A Dkvstore.go68 type store struct { struct
69 ReadView
70 WriteView
77 mu sync.RWMutex
82 kvindex index
84 le lease.Lessor
89 revMu sync.RWMutex
91 currentRev int64
93 compactMainRev int64
97 bytesBuf8 []byte
[all …]
/dports/devel/etcd33/etcd-3.3.23/mvcc/
H A Dkvstore.go68 type store struct { struct
69 ReadView
70 WriteView
77 mu sync.RWMutex
82 kvindex index
84 le lease.Lessor
89 revMu sync.RWMutex
91 currentRev int64
93 compactMainRev int64
97 bytesBuf8 []byte
[all …]
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/memory/
H A Dconfig.go55 type store struct { struct
56 schemas collection.Schemas
57 data map[resource.GroupVersionKind]map[string]*sync.Map
58 ledger ledger.Ledger
65 func (cr *store) GetLedger() ledger.Ledger {
69 func (cr *store) SetLedger(l ledger.Ledger) error {
74 func (cr *store) Schemas() collection.Schemas {
78 func (cr *store) Version() string {
128 func (cr *store) Delete(kind resource.GroupVersionKind, name, namespace string) error {
151 func (cr *store) Create(config model.Config) (string, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go69 type store struct { struct
70 root string
71 ls LabelStore
153 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
278 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
363 func (s *store) status(ingestPath string) (content.Status, error) {
421 func (s *store) total(ingestPath string) int64 {
598 func (s *store) Abort(ctx context.Context, ref string) error {
611 func (s *store) blobPath(dgst digest.Digest) string {
615 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/storage/inmem/
H A Dinmem.go68 type store struct { struct
69 rmu sync.RWMutex // reader-writer lock
70 wmu sync.Mutex // writer lock
71 xid uint64 // last generated transaction id
72 data map[string]interface{} // raw data
73 policies map[string][]byte // raw policies
74 triggers map[*handle]storage.TriggerConfig // registered triggers
75 indices *indices // data ref indices
98 func (db *store) Commit(ctx context.Context, txn storage.Transaction) error {
119 func (db *store) Abort(ctx context.Context, txn storage.Transaction) {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
152 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
277 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
362 func (s *store) status(ingestPath string) (content.Status, error) {
420 func (s *store) total(ingestPath string) int64 {
588 func (s *store) Abort(ctx context.Context, ref string) error {
601 func (s *store) blobPath(dgst digest.Digest) string {
605 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go66 type store struct { struct
67 root string
68 ls LabelStore
150 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
275 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
360 func (s *store) status(ingestPath string) (content.Status, error) {
418 func (s *store) total(ingestPath string) int64 {
587 func (s *store) Abort(ctx context.Context, ref string) error {
600 func (s *store) blobPath(dgst digest.Digest) string {
604 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
152 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
277 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
362 func (s *store) status(ingestPath string) (content.Status, error) {
420 func (s *store) total(ingestPath string) int64 {
588 func (s *store) Abort(ctx context.Context, ref string) error {
601 func (s *store) blobPath(dgst digest.Digest) string {
605 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/games/angband/Angband-4.2.2/src/
H A Dstore.h57 struct store { struct
58 struct store *next; argument
59 struct owner *owners;
60 struct owner *owner;
61 unsigned int sidx;
62 const char *name;
87 extern struct store *stores; argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go49 type store struct { struct
50 root string
51 ls LabelStore
133 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
258 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
309 func (s *store) status(ingestPath string) (content.Status, error) {
367 func (s *store) total(ingestPath string) int64 {
525 func (s *store) Abort(ctx context.Context, ref string) error {
538 func (s *store) blobPath(dgst digest.Digest) string {
542 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go49 type store struct { struct
50 root string
51 ls LabelStore
133 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
258 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
309 func (s *store) status(ingestPath string) (content.Status, error) {
367 func (s *store) total(ingestPath string) int64 {
525 func (s *store) Abort(ctx context.Context, ref string) error {
538 func (s *store) blobPath(dgst digest.Digest) string {
542 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/mvcc/
H A Dkvstore.go68 type store struct { struct
69 ReadView
70 WriteView
77 mu sync.RWMutex
82 kvindex index
84 le lease.Lessor
89 revMu sync.RWMutex
91 currentRev int64
93 compactMainRev int64
97 bytesBuf8 []byte
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/mvcc/
H A Dkvstore.go68 type store struct { struct
69 ReadView
70 WriteView
77 mu sync.RWMutex
82 kvindex index
84 le lease.Lessor
89 revMu sync.RWMutex
91 currentRev int64
93 compactMainRev int64
97 bytesBuf8 []byte
[all …]
/dports/devel/etcd32/etcd-3.2.32/mvcc/
H A Dkvstore.go66 type store struct { struct
67 ReadView
68 WriteView
71 mu sync.RWMutex
76 kvindex index
78 le lease.Lessor
83 revMu sync.RWMutex
85 currentRev int64
87 compactMainRev int64
91 bytesBuf8 []byte
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/mvcc/
H A Dkvstore.go68 type store struct { struct
69 ReadView
70 WriteView
77 mu sync.RWMutex
82 kvindex index
84 le lease.Lessor
89 revMu sync.RWMutex
91 currentRev int64
93 compactMainRev int64
97 bytesBuf8 []byte
[all …]

12345678910>>...350