Home
last modified time | relevance | path

Searched refs:c_channel (Results 1 – 25 of 45) sorted by relevance

12

/dports/audio/funktrackergold/funkgold/
H A Dfunktracker.c108 int c_channel; variable
165 funk_chan[c_channel].rvolume = funk_chan[c_channel].volume; in vol_to_realvol()
314 CARD_freq_convert(c_channel,funk_chan[c_channel].rfreq); in do_full_note()
466 CARD_freq_convert(c_channel,funk_chan[c_channel].rfreq); in com_port_up_log()
477 CARD_freq_convert(c_channel,funk_chan[c_channel].rfreq); in com_port_up_lin()
496 CARD_freq_convert(c_channel,funk_chan[c_channel].rfreq); in com_port_dn_log()
507 CARD_freq_convert(c_channel,funk_chan[c_channel].rfreq); in com_port_dn_lin()
519 CARD_freq_convert(c_channel,funk_chan[c_channel].rfreq); in com_porta_log_subm1()
1190 for(c_channel = 0;c_channel < funk_info.no_active_channels;c_channel++) in com_master_set()
1592 for(c_channel = 0;c_channel < funk_info.no_active_channels;c_channel++) in com_rapid_ctrl()
[all …]
H A Dfunktracker.h8 extern int c_channel;
/dports/devel/grpc/grpc-1.42.0/src/cpp/client/
H A Dcreate_channel_internal.cc33 const std::string& host, grpc_channel* c_channel, in CreateChannelInternal() argument
38 new Channel(host, c_channel, std::move(interceptor_creators))); in CreateChannelInternal()
H A Dcreate_channel_internal.h35 const std::string& host, grpc_channel* c_channel,
/dports/devel/grpc130/grpc-1.30.2/src/cpp/client/
H A Dcreate_channel_internal.cc28 const grpc::string& host, grpc_channel* c_channel, in CreateChannelInternal() argument
33 new Channel(host, c_channel, std::move(interceptor_creators))); in CreateChannelInternal()
H A Dcreate_channel_internal.h33 const grpc::string& host, grpc_channel* c_channel,
/dports/devel/grpc134/grpc-1.34.1/src/cpp/client/
H A Dcreate_channel_internal.cc28 const std::string& host, grpc_channel* c_channel, in CreateChannelInternal() argument
33 new Channel(host, c_channel, std::move(interceptor_creators))); in CreateChannelInternal()
H A Dcreate_channel_internal.h33 const std::string& host, grpc_channel* c_channel,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/client/
H A Dcreate_channel_internal.cc28 const grpc::string& host, grpc_channel* c_channel, in CreateChannelInternal() argument
33 new Channel(host, c_channel, std::move(interceptor_creators))); in CreateChannelInternal()
H A Dcreate_channel_internal.h33 const grpc::string& host, grpc_channel* c_channel,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/
H A Dchannel_impl.h39 const grpc::string& host, grpc_channel* c_channel,
77 const grpc::string& host, grpc_channel* c_channel,
82 Channel(const grpc::string& host, grpc_channel* c_channel,
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/
H A Dchannel_impl.h41 const grpc::string& host, grpc_channel* c_channel,
80 const grpc::string& host, grpc_channel* c_channel,
85 Channel(const grpc::string& host, grpc_channel* c_channel,
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/
H A Dchannel.h41 const std::string& host, grpc_channel* c_channel,
78 const std::string& host, grpc_channel* c_channel,
83 Channel(const std::string& host, grpc_channel* c_channel,
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/
H A Dchannel.h41 const std::string& host, grpc_channel* c_channel,
78 const std::string& host, grpc_channel* c_channel,
83 Channel(const std::string& host, grpc_channel* c_channel,
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/
H A Dchannel.h41 const std::string& host, grpc_channel* c_channel,
78 const std::string& host, grpc_channel* c_channel,
83 Channel(const std::string& host, grpc_channel* c_channel,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi207 channel_state.c_channel, NULL, flags,
353 state.c_channel, last_observed_state, _timespec_from_time(deadline),
400 grpc_channel_destroy(state.c_channel)
401 state.c_channel = NULL
407 while state.c_channel != NULL:
432 self._state.c_channel = grpc_insecure_channel_create(
436 self._state.c_channel = grpc_secure_channel_create(
443 c_target = grpc_channel_get_target(self._state.c_channel)
479 self._state.c_channel, try_to_connect)
H A Dchannel.pxd.pxi34 cdef grpc_channel *c_channel
40 # field and just use the NULLness of c_channel as an indication that the
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi227 channel_state.c_channel, NULL, flags,
381 state.c_channel, last_observed_state, _timespec_from_time(deadline),
426 grpc_channel_destroy(state.c_channel)
427 state.c_channel = NULL
433 while state.c_channel != NULL:
456 self._state.c_channel = grpc_insecure_channel_create(
460 self._state.c_channel = grpc_secure_channel_create(
467 c_target = grpc_channel_get_target(self._state.c_channel)
506 self._state.c_channel, try_to_connect)
H A Dchannel.pxd.pxi34 cdef grpc_channel *c_channel
40 # field and just use the NULLness of c_channel as an indication that the
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi227 channel_state.c_channel, NULL, flags,
381 state.c_channel, last_observed_state, _timespec_from_time(deadline),
426 grpc_channel_destroy(state.c_channel)
427 state.c_channel = NULL
433 while state.c_channel != NULL:
456 self._state.c_channel = grpc_insecure_channel_create(
460 self._state.c_channel = grpc_secure_channel_create(
467 c_target = grpc_channel_get_target(self._state.c_channel)
506 self._state.c_channel, try_to_connect)
H A Dchannel.pxd.pxi34 cdef grpc_channel *c_channel
40 # field and just use the NULLness of c_channel as an indication that the
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi227 channel_state.c_channel, NULL, flags,
381 state.c_channel, last_observed_state, _timespec_from_time(deadline),
426 grpc_channel_destroy(state.c_channel)
427 state.c_channel = NULL
433 while state.c_channel != NULL:
456 self._state.c_channel = grpc_insecure_channel_create(
460 self._state.c_channel = grpc_secure_channel_create(
467 c_target = grpc_channel_get_target(self._state.c_channel)
506 self._state.c_channel, try_to_connect)
H A Dchannel.pxd.pxi34 cdef grpc_channel *c_channel
40 # field and just use the NULLness of c_channel as an indication that the
/dports/devel/py-grpcio/grpcio-1.43.0/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi227 channel_state.c_channel, NULL, flags,
381 state.c_channel, last_observed_state, _timespec_from_time(deadline),
426 grpc_channel_destroy(state.c_channel)
427 state.c_channel = NULL
433 while state.c_channel != NULL:
456 self._state.c_channel = grpc_insecure_channel_create(
460 self._state.c_channel = grpc_secure_channel_create(
467 c_target = grpc_channel_get_target(self._state.c_channel)
506 self._state.c_channel, try_to_connect)
H A Dchannel.pxd.pxi34 cdef grpc_channel *c_channel
40 # field and just use the NULLness of c_channel as an indication that the

12