Home
last modified time | relevance | path

Searched refs:ct (Results 426 – 450 of 34639) sorted by relevance

1...<<11121314151617181920>>...1386

/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/objects/
H A Dct-preview.cfg2 id: "ct-preview",
3 prototype: ["ct-3d"],
59 { id: "ct-block-5",
62 { id: "ct-legs-5",
84 { id: "ct-raise-1",
87 { id: "ct-raise-7",
90 { id: "ct-raise-9",
118 { id: "ct-glr-37",
124 { id: "ct-glr-19",
133 { id: "ct-glr-13",
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/kern/
H A Dcallb.c115 mutex_enter(&ct->ct_lock); in callb_fini()
118 ct->ct_ncallb--; in callb_fini()
122 mutex_exit(&ct->ct_lock); in callb_fini()
139 while (ct->ct_busy) in callb_add_common()
140 cv_wait(&ct->ct_busy_cv, &ct->ct_lock); in callb_add_common()
142 ct->ct_ncallb++; in callb_add_common()
166 mutex_exit(&ct->ct_lock); in callb_add_common()
238 ct->ct_freelist = me; in callb_delete()
240 mutex_exit(&ct->ct_lock); in callb_delete()
347 ct->ct_busy = 1; in callb_lock_table()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/database/sql/
H A Dconvert_test.go175 err := convertAssign(ct.d, ct.s)
181 base := fmt.Sprintf("convertAssign #%d: for %v (%T) -> %T, ", n, ct.s, ct.s, ct.d)
187 if ct.wantstr != "" && ct.wantstr != scanstr {
190 if ct.wantint != 0 && ct.wantint != intValue(ct.d) {
193 if ct.wantuint != 0 && ct.wantuint != uintValue(ct.d) {
196 if ct.wantf32 != 0 && ct.wantf32 != float32Value(ct.d) {
199 if ct.wantf64 != 0 && ct.wantf64 != float64Value(ct.d) {
202 if bp, boolTest := ct.d.(*bool); boolTest && *bp != ct.wantbool && ct.wanterr == "" {
205 if !ct.wanttime.IsZero() && !ct.wanttime.Equal(timeValue(ct.d)) {
208 if ct.wantnil && *ct.d.(**int64) != nil {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/database/sql/
H A Dconvert_test.go175 err := convertAssign(ct.d, ct.s)
181 base := fmt.Sprintf("convertAssign #%d: for %v (%T) -> %T, ", n, ct.s, ct.s, ct.d)
187 if ct.wantstr != "" && ct.wantstr != scanstr {
190 if ct.wantint != 0 && ct.wantint != intValue(ct.d) {
193 if ct.wantuint != 0 && ct.wantuint != uintValue(ct.d) {
196 if ct.wantf32 != 0 && ct.wantf32 != float32Value(ct.d) {
199 if ct.wantf64 != 0 && ct.wantf64 != float64Value(ct.d) {
202 if bp, boolTest := ct.d.(*bool); boolTest && *bp != ct.wantbool && ct.wanterr == "" {
205 if !ct.wanttime.IsZero() && !ct.wanttime.Equal(timeValue(ct.d)) {
208 if ct.wantnil && *ct.d.(**int64) != nil {
[all …]
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dsystray.c276 ContainerRedraw(ct); in SystrayObjMapUnmap()
295 SystrayObjAdd(ct, xwin); in SystrayEventClientMessage()
390 ContainerRedraw(ct); in SystrayItemEvent()
413 ContainerRedraw(ct); in SystrayItemEvent()
419 SystrayInit(Container * ct) in SystrayInit() argument
443 win = ct->icon_win; in SystrayInit()
448 ct->wm_name = "Systray"; in SystrayInit()
451 ct->iconsize = 32; in SystrayInit()
460 EventCallbackUnregister(ct->win, SystrayEvent, ct); in SystrayExit()
462 while (ct->num_objs) in SystrayExit()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/google/certificate-transparency-go/client/
H A Dlogclient.go76 var resp ct.AddChainResponse
77 var req ct.AddChainRequest
90 var ds ct.DigitallySigned
110 var logID ct.LogID
127 return c.addChainWithRetry(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
132 return c.addChainWithRetry(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
146 var ds ct.DigitallySigned
156 var logID ct.LogID
171 var resp ct.GetSTHResponse
202 func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimestamp, ctype ct.LogEntryType, ce…
[all …]
/dports/finance/cointop/cointop-1.5.4/cointop/
H A Dsize.go5 ct.debuglog("size()")
6 if ct.g == nil {
10 return ct.g.Size()
15 ct.debuglog("width()")
16 w, _ := ct.size()
22 ct.debuglog("height()")
23 _, h := ct.size()
29 ct.debuglog("viewWidth()")
30 v, err := ct.g.View(view)
41 w := ct.width()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/html/
H A Do_box.c74 while (ct) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
76 if (ct==c) in HtmlObject_Box_Layout()
78 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
131 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
175 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
217 while (ct) { in HtmlObject_Box_Layout()
218 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/html/
H A Do_box.c74 while (ct) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
76 if (ct==c) in HtmlObject_Box_Layout()
78 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
131 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
175 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
217 while (ct) { in HtmlObject_Box_Layout()
218 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/html/
H A Do_box.c74 while (ct) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
76 if (ct==c) in HtmlObject_Box_Layout()
78 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
131 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
175 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
217 while (ct) { in HtmlObject_Box_Layout()
218 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/html/
H A Do_box.c74 while (ct) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
76 if (ct==c) in HtmlObject_Box_Layout()
78 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
131 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
175 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
217 while (ct) { in HtmlObject_Box_Layout()
218 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/html/
H A Do_box.c74 while (ct) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
76 if (ct==c) in HtmlObject_Box_Layout()
78 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
131 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
175 ct=HtmlObject_Tree_GetNext(ct); in HtmlObject_Box_Layout()
217 while (ct) { in HtmlObject_Box_Layout()
218 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_proto_tcp.c773 memset(&ct->proto.tcp, 0, sizeof(ct->proto.tcp)); in tcp_new()
789 memset(&ct->proto.tcp, 0, sizeof(ct->proto.tcp)); in tcp_new()
849 if (!nf_ct_is_confirmed(ct) && !tcp_new(ct, skb, dataoff, th)) in nf_conntrack_tcp_packet()
888 if (nf_ct_kill(ct)) in nf_conntrack_tcp_packet()
919 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_end = in nf_conntrack_tcp_packet()
921 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxend = in nf_conntrack_tcp_packet()
923 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxwin = in nf_conntrack_tcp_packet()
926 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in nf_conntrack_tcp_packet()
929 ct->proto.tcp.seen[ct->proto.tcp.last_dir].flags = in nf_conntrack_tcp_packet()
1082 if (!tcp_in_window(ct, &ct->proto.tcp, dir, index, in nf_conntrack_tcp_packet()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_proto_tcp.c773 memset(&ct->proto.tcp, 0, sizeof(ct->proto.tcp)); in tcp_new()
789 memset(&ct->proto.tcp, 0, sizeof(ct->proto.tcp)); in tcp_new()
849 if (!nf_ct_is_confirmed(ct) && !tcp_new(ct, skb, dataoff, th)) in nf_conntrack_tcp_packet()
888 if (nf_ct_kill(ct)) in nf_conntrack_tcp_packet()
919 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_end = in nf_conntrack_tcp_packet()
921 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxend = in nf_conntrack_tcp_packet()
923 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxwin = in nf_conntrack_tcp_packet()
926 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in nf_conntrack_tcp_packet()
929 ct->proto.tcp.seen[ct->proto.tcp.last_dir].flags = in nf_conntrack_tcp_packet()
1082 if (!tcp_in_window(ct, &ct->proto.tcp, dir, index, in nf_conntrack_tcp_packet()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_proto_tcp.c773 memset(&ct->proto.tcp, 0, sizeof(ct->proto.tcp)); in tcp_new()
789 memset(&ct->proto.tcp, 0, sizeof(ct->proto.tcp)); in tcp_new()
849 if (!nf_ct_is_confirmed(ct) && !tcp_new(ct, skb, dataoff, th)) in nf_conntrack_tcp_packet()
888 if (nf_ct_kill(ct)) in nf_conntrack_tcp_packet()
919 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_end = in nf_conntrack_tcp_packet()
921 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxend = in nf_conntrack_tcp_packet()
923 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxwin = in nf_conntrack_tcp_packet()
926 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in nf_conntrack_tcp_packet()
929 ct->proto.tcp.seen[ct->proto.tcp.last_dir].flags = in nf_conntrack_tcp_packet()
1082 if (!tcp_in_window(ct, &ct->proto.tcp, dir, index, in nf_conntrack_tcp_packet()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DAsyncTest.cs37 Transaction.Current = ct; in AsyncFail1()
42 IAsyncResult ar = ct.BeginCommit(null, null); in AsyncFail1()
57 Transaction.Current = ct; in AsyncFail2()
65 ct.EndCommit(ar); in AsyncFail2()
83 ct.EndCommit(ar); in CommitCallback()
103 Transaction.Current = ct; in AsyncFail3()
126 Transaction.Current = ct; in Async1()
167 Transaction.Current = ct; in Async3()
173 ct.EndCommit(ar); in Async3()
185 Transaction.Current = ct; in Async4()
[all …]

1...<<11121314151617181920>>...1386