Home
last modified time | relevance | path

Searched refs:outChan (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/coreaudio/
H A Dpa_mac_core_blocking.c120 int outChan ) in initializeBlioRingBuffers() argument
144 blio->outChan = outChan; in initializeBlioRingBuffers()
179 if( outChan ) { in initializeBlioRingBuffers()
180 data = calloc( ringBufferSize, blio->outputSampleSizePow2*outChan ); in initializeBlioRingBuffers()
189 1, ringBufferSize*blio->outputSampleSizePow2*outChan, in initializeBlioRingBuffers()
378 if( blio->outChan ) { in BlioCallback()
382 if( avail < frameCount * blio->outputSampleSizeActual * blio->outChan ) in BlioCallback()
387 if( toWrite != frameCount * blio->outputSampleSizeActual * blio->outChan ) in BlioCallback()
523 toWrite -= toWrite % blio->outputSampleSizeActual * blio->outChan ; in WriteStream()
526 frames -= toWrite / ( blio->outputSampleSizeActual * blio->outChan ); in WriteStream()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/
H A Dzones_test.go86 outChan, errChan := cs.AsyncListWithContext(ctx, zone)
90 case _, ok := <-outChan:
94 outChan = nil
103 if outChan == nil && errChan == nil {
145 outChan, errChan := cs.AsyncListWithContext(ctx, zone)
150 case z, ok := <-outChan:
158 outChan = nil
167 if outChan == nil && errChan == nil {
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/coreaudio/
H A Dpa_mac_core_blocking.c42 int outChan ) in initializeBlioRingBuffers() argument
61 blio->outChan = outChan; in initializeBlioRingBuffers()
95 if( outChan ) { in initializeBlioRingBuffers()
293 if( blio->outChan ) { in BlioCallback()
297 if( avail < frameCount * blio->outputSampleSize * blio->outChan ) in BlioCallback()
304 if( toWrite != frameCount * blio->outputSampleSize * blio->outChan ) in BlioCallback()
440 toWrite = MIN( avail, frames * blio->outputSampleSize * blio->outChan ); in WriteStream()
441 toWrite -= toWrite % blio->outputSampleSize * blio->outChan ; in WriteStream()
444 frames -= toWrite / ( blio->outputSampleSize * blio->outChan ); in WriteStream()
500 / ( blio->outputSampleSize * blio->outChan ); in GetStreamReadAvailable()
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfscaller.go37 outChan chan *FsStats member
48 case stat := <-f.outChan:
77 f.outChan <- stats
92 close(fc.outChan)
99 fc.outChan = make(chan *FsStats, fsLen)
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/fs/
H A Dbasicfs_watch.go29 outChan := make(chan Event)
58 go f.watchLoop(ctx, name, roots, backendChan, outChan, errChan, ignore)
60 return outChan, errChan, nil
63 …Context, name string, roots []string, backendChan chan notify.EventInfo, outChan chan<- Event, err…
76 outChan <- Event{Name: name, Type: NonRemove}
100 case outChan <- Event{Name: relPath, Type: evType}:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/net/storj/storj-1.45.3/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/cheekybits/genny/parse/
H A Dtypesets.go51 outChan := make(chan map[string]string)
53 buildTypeSet(keys, 0, cursors, types, outChan)
54 close(outChan)
58 for typeSet := range outChan {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/swarmkit/watch/
H A Dwatch.go137 outChan := make(chan events.Event)
147 close(outChan)
155 close(outChan)
160 outChan <- event
165 return outChan, externalCancelFunc

123456789