Home
last modified time | relevance | path

Searched refs:PrevValue (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/sysutils/cfengine317/cfengine-3.17.0/cf-monitord/
H A Dmon_cumulative.c32 typedef struct PrevValue_ PrevValue; typedef
44 PrevValue *next;
49 static PrevValue *values;
53 static PrevValue *AppendNewValue(const char *name, const char *subname, time_t timestamp) in AppendNewValue()
55 PrevValue *v = xmalloc(sizeof(PrevValue)); in AppendNewValue()
67 PrevValue *v; in GetInstantUint32Value()
108 PrevValue *v; in GetInstantUint64Value()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-monitord/
H A Dmon_cumulative.c32 typedef struct PrevValue_ PrevValue; typedef
44 PrevValue *next;
49 static PrevValue *values;
53 static PrevValue *AppendNewValue(const char *name, const char *subname, time_t timestamp) in AppendNewValue()
55 PrevValue *v = xmalloc(sizeof(PrevValue)); in AppendNewValue()
67 PrevValue *v; in GetInstantUint32Value()
108 PrevValue *v; in GetInstantUint64Value()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-monitord/
H A Dmon_cumulative.c32 typedef struct PrevValue_ PrevValue; typedef
44 PrevValue *next;
49 static PrevValue *values;
53 static PrevValue *AppendNewValue(const char *name, const char *subname, time_t timestamp) in AppendNewValue()
55 PrevValue *v = xmalloc(sizeof(PrevValue)); in AppendNewValue()
67 PrevValue *v; in GetInstantUint32Value()
108 PrevValue *v; in GetInstantUint64Value()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-monitord/
H A Dmon_cumulative.c32 typedef struct PrevValue_ PrevValue; typedef
44 PrevValue *next;
49 static PrevValue *values;
53 static PrevValue *AppendNewValue(const char *name, const char *subname, time_t timestamp) in AppendNewValue()
55 PrevValue *v = xmalloc(sizeof(PrevValue)); in AppendNewValue()
67 PrevValue *v; in GetInstantUint32Value()
108 PrevValue *v; in GetInstantUint64Value()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-monitord/
H A Dmon_cumulative.c32 typedef struct PrevValue_ PrevValue; typedef
44 PrevValue *next;
49 static PrevValue *values;
53 static PrevValue *AppendNewValue(const char *name, const char *subname, time_t timestamp) in AppendNewValue()
55 PrevValue *v = xmalloc(sizeof(PrevValue)); in AppendNewValue()
67 PrevValue *v; in GetInstantUint32Value()
108 PrevValue *v; in GetInstantUint64Value()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-monitord/
H A Dmon_cumulative.c32 typedef struct PrevValue_ PrevValue; typedef
44 PrevValue *next;
49 static PrevValue *values;
53 static PrevValue *AppendNewValue(const char *name, const char *subname, time_t timestamp) in AppendNewValue()
55 PrevValue *v = xmalloc(sizeof(PrevValue)); in AppendNewValue()
67 PrevValue *v; in GetInstantUint32Value()
108 PrevValue *v; in GetInstantUint64Value()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/util/
H A Ddepth_filter.cpp267 size_t PrevValue = SortRangeDepths.front(); in CalcStats() local
269 size_t BestValue=PrevValue, BestCounts=0; in CalcStats()
271 if( (*ValueIter) == PrevValue) { in CalcStats()
275 BestValue = PrevValue; in CalcStats()
278 PrevValue = *ValueIter; in CalcStats()
284 PrevValue = SortBaseDepths.front(); in CalcStats()
286 BestValue=PrevValue, BestCounts=0; in CalcStats()
288 if( (*ValueIter) == PrevValue) { in CalcStats()
292 BestValue = PrevValue; in CalcStats()
295 PrevValue = *ValueIter; in CalcStats()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/
H A Dapply_v2.go53 case r.PrevIndex > 0 || r.PrevValue != "":
54 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
70 if r.PrevIndex == 0 && r.PrevValue == "" {
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
76 case r.PrevIndex > 0 || r.PrevValue != "":
77 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/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/etcdserver/
H A Dapply_v2.go49 case r.PrevIndex > 0 || r.PrevValue != "":
50 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
66 if r.PrevIndex == 0 && r.PrevValue == "" {
69 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
72 case r.PrevIndex > 0 || r.PrevValue != "":
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/devel/etcd31/etcd-3.1.20/etcdserver/
H A Dapply_v2.go50 case r.PrevIndex > 0 || r.PrevValue != "":
51 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
67 if r.PrevIndex == 0 && r.PrevValue == "" {
70 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
73 case r.PrevIndex > 0 || r.PrevValue != "":
74 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/devel/etcd32/etcd-3.2.32/etcdserver/
H A Dapply_v2.go50 case r.PrevIndex > 0 || r.PrevValue != "":
51 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
67 if r.PrevIndex == 0 && r.PrevValue == "" {
70 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
73 case r.PrevIndex > 0 || r.PrevValue != "":
74 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/devel/etcd33/etcd-3.3.23/etcdserver/
H A Dapply_v2.go49 case r.PrevIndex > 0 || r.PrevValue != "":
50 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
66 if r.PrevIndex == 0 && r.PrevValue == "" {
69 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
72 case r.PrevIndex > 0 || r.PrevValue != "":
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_v2.go49 case r.PrevIndex > 0 || r.PrevValue != "":
50 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
66 if r.PrevIndex == 0 && r.PrevValue == "" {
69 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
72 case r.PrevIndex > 0 || r.PrevValue != "":
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_v2.go49 case r.PrevIndex > 0 || r.PrevValue != "":
50 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
66 if r.PrevIndex == 0 && r.PrevValue == "" {
69 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
72 case r.PrevIndex > 0 || r.PrevValue != "":
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_v2.go49 case r.PrevIndex > 0 || r.PrevValue != "":
50 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
66 if r.PrevIndex == 0 && r.PrevValue == "" {
69 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
72 case r.PrevIndex > 0 || r.PrevValue != "":
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/coreos/etcd/client/
H A Dkeys.go167 PrevValue string member
221 PrevValue string member
332 act.PrevValue = opts.PrevValue
386 act.PrevValue = opts.PrevValue
529 PrevValue string member
548 if a.PrevValue != "" {
549 params.Set("prevValue", a.PrevValue)
581 PrevValue string member
591 if a.PrevValue != "" {
592 params.Set("prevValue", a.PrevValue)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/coreos/etcd/client/
H A Dkeys.go167 PrevValue string member
221 PrevValue string member
332 act.PrevValue = opts.PrevValue
382 act.PrevValue = opts.PrevValue
524 PrevValue string member
543 if a.PrevValue != "" {
544 params.Set("prevValue", a.PrevValue)
576 PrevValue string member
586 if a.PrevValue != "" {
587 params.Set("prevValue", a.PrevValue)
/dports/devel/etcd/etcd-2.3.8/client/
H A Dkeys.go167 PrevValue string member
221 PrevValue string member
332 act.PrevValue = opts.PrevValue
382 act.PrevValue = opts.PrevValue
524 PrevValue string member
543 if a.PrevValue != "" {
544 params.Set("prevValue", a.PrevValue)
576 PrevValue string member
586 if a.PrevValue != "" {
587 params.Set("prevValue", a.PrevValue)
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dapply_v2.go57 case r.PrevIndex > 0 || r.PrevValue != "":
58 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
74 if r.PrevIndex == 0 && r.PrevValue == "" {
77 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
80 case r.PrevIndex > 0 || r.PrevValue != "":
81 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/
H A Dapply_v2.go53 case r.PrevIndex > 0 || r.PrevValue != "":
54 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
70 if r.PrevIndex == 0 && r.PrevValue == "" {
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
76 case r.PrevIndex > 0 || r.PrevValue != "":
77 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/devel/etcd34/etcd-3.4.18/etcdserver/
H A Dapply_v2.go53 case r.PrevIndex > 0 || r.PrevValue != "":
54 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
70 if r.PrevIndex == 0 && r.PrevValue == "" {
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
76 case r.PrevIndex > 0 || r.PrevValue != "":
77 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/
H A Dapply_v2.go53 case r.PrevIndex > 0 || r.PrevValue != "":
54 return toResponse(a.store.CompareAndDelete(r.Path, r.PrevValue, r.PrevIndex))
70 if r.PrevIndex == 0 && r.PrevValue == "" {
73 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
76 case r.PrevIndex > 0 || r.PrevValue != "":
77 return toResponse(a.store.CompareAndSwap(r.Path, r.PrevValue, r.PrevIndex, r.Val, ttlOptions))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/coreos/etcd/client/
H A Dkeys.go167 PrevValue string member
225 PrevValue string member
340 act.PrevValue = opts.PrevValue
395 act.PrevValue = opts.PrevValue
538 PrevValue string member
558 if a.PrevValue != "" {
559 params.Set("prevValue", a.PrevValue)
594 PrevValue string member
604 if a.PrevValue != "" {
605 params.Set("prevValue", a.PrevValue)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/client/
H A Dkeys.go163 PrevValue string member
221 PrevValue string member
336 act.PrevValue = opts.PrevValue
391 act.PrevValue = opts.PrevValue
534 PrevValue string member
554 if a.PrevValue != "" {
555 params.Set("prevValue", a.PrevValue)
590 PrevValue string member
600 if a.PrevValue != "" {
601 params.Set("prevValue", a.PrevValue)
/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/client/
H A Dkeys.go167 PrevValue string member
225 PrevValue string member
340 act.PrevValue = opts.PrevValue
395 act.PrevValue = opts.PrevValue
538 PrevValue string member
558 if a.PrevValue != "" {
559 params.Set("prevValue", a.PrevValue)
594 PrevValue string member
604 if a.PrevValue != "" {
605 params.Set("prevValue", a.PrevValue)

12345678910>>...18