Home
last modified time | relevance | path

Searched refs:stopFunc (Results 1 – 25 of 104) sorted by relevance

12345

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/sctp/
H A Dack_timer.go21 stopFunc stopAckTimerLoop member
47 if t.stopFunc != nil {
65 t.stopFunc = func() {
78 if t.stopFunc != nil {
79 t.stopFunc()
80 t.stopFunc = nil
90 if t.stopFunc != nil {
91 t.stopFunc()
92 t.stopFunc = nil
104 return (t.stopFunc != nil)
H A Drtx_timer.go103 stopFunc stopTimerLoop member
132 if t.stopFunc != nil {
167 t.stopFunc = func() {
179 if t.stopFunc != nil {
180 t.stopFunc()
181 t.stopFunc = nil
191 if t.stopFunc != nil {
192 t.stopFunc()
193 t.stopFunc = nil
205 return (t.stopFunc != nil)
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/sctp/
H A Dack_timer.go21 stopFunc stopAckTimerLoop member
47 if t.stopFunc != nil {
65 t.stopFunc = func() {
78 if t.stopFunc != nil {
79 t.stopFunc()
80 t.stopFunc = nil
90 if t.stopFunc != nil {
91 t.stopFunc()
92 t.stopFunc = nil
104 return (t.stopFunc != nil)
H A Drtx_timer.go103 stopFunc stopTimerLoop member
132 if t.stopFunc != nil {
167 t.stopFunc = func() {
179 if t.stopFunc != nil {
180 t.stopFunc()
181 t.stopFunc = nil
191 if t.stopFunc != nil {
192 t.stopFunc()
193 t.stopFunc = nil
205 return (t.stopFunc != nil)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/turn/v2/internal/client/
H A Dperiodic_timer.go16 stopFunc func() member
35 if t.stopFunc != nil {
57 t.stopFunc = func() {
69 if t.stopFunc != nil {
70 t.stopFunc()
71 t.stopFunc = nil
81 return (t.stopFunc != nil)
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/turn/internal/client/
H A Dperiodic_timer.go16 stopFunc func() member
35 if t.stopFunc != nil {
57 t.stopFunc = func() {
69 if t.stopFunc != nil {
70 t.stopFunc()
71 t.stopFunc = nil
81 return (t.stopFunc != nil)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/stores/shipper/downloads/
H A Dtable_test.go50 type stopFunc func() type
114 table, _, stopFunc := buildTestTable(t, "test", tempDir)
116 stopFunc()
161 table, boltdbClient, stopFunc := buildTestTable(t, "test", tempDir)
163 stopFunc()
205 table, _, stopFunc := buildTestTable(t, "test", tempDir)
207 stopFunc()
251 table, _, stopFunc := buildTestTable(t, fmt.Sprint(tc), tempDir)
253 stopFunc()
298 table, _, stopFunc := buildTestTable(t, "test", tempDir)
[all …]
H A Dtable_manager_test.go20 func buildTestTableManager(t *testing.T, path string) (*TableManager, stopFunc) {
85 tableManager, stopFunc := buildTestTableManager(t, tempDir)
86 defer stopFunc()
99 tableManager, stopFunc := buildTestTableManager(t, tempDir)
100 defer stopFunc()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/common/
H A DModel.ts160 watch(name, depList, startFunc, stopFunc?) {
177 if (stopFunc) {
178 stopFunc.call(this, deps)
192 _watchDeps(depList, startFunc, stopFunc) {
205 stopFunc(values)
302 stopFunc()
307 stopFunc()
/dports/security/acmetool/acmetool-0.2.1/responder/
H A Ddns.go57 if stopFunc := s.rcfg.ChallengeConfig.StopHookFunc; stopFunc != nil {
58 err := stopFunc(&DNSChallengeInfo{
/dports/security/acmetool/acmetool-0.2.1/vendor/github.com/hlandau/acmetool/responder/
H A Ddns.go57 if stopFunc := s.rcfg.ChallengeConfig.StopHookFunc; stopFunc != nil {
58 err := stopFunc(&DNSChallengeInfo{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/stores/shipper/uploads/
H A Dtable_manager_test.go18 …dTestTableManager(t *testing.T, testDir string) (*TableManager, *local.BoltIndexClient, stopFunc) {
119 tm, boltIndexClient, stopFunc := buildTestTableManager(t, testDir)
121 stopFunc()
156 tm, boltIndexClient, stopFunc := buildTestTableManager(t, testDir)
158 stopFunc()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/compose/v2/pkg/compose/
H A Dup.go58 stopFunc := func() error {
77 stopFunc() // nolint:errcheck
83 code, err := printer.Run(options.Start.CascadeStop, options.Start.ExitCodeFrom, stopFunc)
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/
H A Dmock_collector_test.go100 stopFunc func() member
117 if mc.stopFunc != nil {
118 mc.stopFunc()
172 mc.stopFunc = srv.Stop
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/exporters/otlp/otlpgrpc/
H A Dmock_collector_test.go106 stopFunc func() error member
118 if mc.stopFunc != nil {
119 err = mc.stopFunc()
200 mc.stopFunc = deferFunc
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/exporters/otlp/otlpgrpc/
H A Dmock_collector_test.go106 stopFunc func() error member
118 if mc.stopFunc != nil {
119 err = mc.stopFunc()
200 mc.stopFunc = deferFunc
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/
H A Dmock_collector_test.go104 stopFunc func() member
121 if mc.stopFunc != nil {
122 mc.stopFunc()
180 mc.stopFunc = srv.Stop
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/transport/vnet/
H A Drouter.go92 stopFunc func() // requires mutex [x] member
227 if r.stopFunc != nil {
259 r.stopFunc = func() {
277 if r.stopFunc == nil {
291 r.stopFunc()
292 r.stopFunc = nil
397 if r.stopFunc != nil {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/vnet/
H A Drouter.go80 stopFunc func() // requires mutex [x] member
215 if r.stopFunc != nil {
247 r.stopFunc = func() {
265 if r.stopFunc == nil {
279 r.stopFunc()
280 r.stopFunc = nil
385 if r.stopFunc != nil {
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dmock_collector_test.go155 stopFunc func() error member
167 if mc.stopFunc != nil {
168 err = mc.stopFunc()
237 mc.stopFunc = deferFunc
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dmock_collector_test.go155 stopFunc func() error member
167 if mc.stopFunc != nil {
168 err = mc.stopFunc()
237 mc.stopFunc = deferFunc
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dmock_collector_test.go155 stopFunc func() error member
167 if mc.stopFunc != nil {
168 err = mc.stopFunc()
237 mc.stopFunc = deferFunc
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dtcp_sock.h263 CheckStopFunc stopFunc; variable
274 if ( stopFunc && stopFunc( stopParam ) ) { throw int( -2 ); } in SelectRead()
286 if ( stopFunc && stopFunc( stopParam ) ) { throw int( -2 ); } in SelectWrite()
318 TCPSyncBufProto(): stopFunc( 0 ), stopParam( 0 ) {} in TCPSyncBufProto()
439 void SetStopFunc( CheckStopFunc f, void* data ) { stopFunc = f; stopParam = data; } in SetStopFunc()
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/exporters/otlp/otlpgrpc/
H A Dmock_collector_test.go121 stopFunc func() member
134 if mc.stopFunc != nil {
135 mc.stopFunc()
211 mc.stopFunc = srv.Stop
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dsimple_span_processor.go68 stopFunc := func(exp SpanExporter) (<-chan error, func()) {
85 done, shutdown := stopFunc(ssp.exporter)

12345