Home
last modified time | relevance | path

Searched refs:chand (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/max_age/
H A Dmax_age_filter.cc215 decrease_call_count(chand); in start_max_idle_timer_after_init()
244 &chand->max_age_grace_timer, in start_max_age_grace_timer_after_goaway_op()
372 increase_call_count(chand); in channel_connectivity_changed()
401 increase_call_count(chand); in init_call_elem()
410 decrease_call_count(chand); in destroy_call_elem()
421 chand->max_connection_age = in init_channel_elem()
424 chand->max_connection_age_grace = in init_channel_elem()
438 chand->max_connection_age = in init_channel_elem()
452 chand->max_connection_idle = in init_channel_elem()
456 GRPC_CLOSURE_INIT(&chand->max_idle_timer_cb, max_idle_timer_cb, chand, in init_channel_elem()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/max_age/
H A Dmax_age_filter.cc214 decrease_call_count(chand); in start_max_idle_timer_after_init()
223 explicit ConnectivityWatcher(channel_data* chand) : chand_(chand) { in ConnectivityWatcher() argument
284 &chand->max_age_grace_timer, in start_max_age_grace_timer_after_goaway_op()
412 increase_call_count(chand); in max_age_init_call_elem()
421 decrease_call_count(chand); in max_age_destroy_call_elem()
432 chand->max_connection_age = in max_age_init_channel_elem()
435 chand->max_connection_age_grace = in max_age_init_channel_elem()
449 chand->max_connection_age = in max_age_init_channel_elem()
463 chand->max_connection_idle = in max_age_init_channel_elem()
467 GRPC_CLOSURE_INIT(&chand->max_idle_timer_cb, max_idle_timer_cb, chand, in max_age_init_channel_elem()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/max_age/
H A Dmax_age_filter.cc214 decrease_call_count(chand); in start_max_idle_timer_after_init()
223 explicit ConnectivityWatcher(channel_data* chand) : chand_(chand) { in ConnectivityWatcher() argument
285 &chand->max_age_grace_timer, in start_max_age_grace_timer_after_goaway_op()
413 increase_call_count(chand); in max_age_init_call_elem()
422 decrease_call_count(chand); in max_age_destroy_call_elem()
433 chand->max_connection_age = in max_age_init_channel_elem()
436 chand->max_connection_age_grace = in max_age_init_channel_elem()
450 chand->max_connection_age = in max_age_init_channel_elem()
464 chand->max_connection_idle = in max_age_init_channel_elem()
468 GRPC_CLOSURE_INIT(&chand->max_idle_timer_cb, max_idle_timer_cb, chand, in max_age_init_channel_elem()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/max_age/
H A Dmax_age_filter.cc215 decrease_call_count(chand); in start_max_idle_timer_after_init()
224 explicit ConnectivityWatcher(channel_data* chand) : chand_(chand) { in ConnectivityWatcher() argument
270 &chand->max_age_timer, in start_max_age_timer_after_init()
420 increase_call_count(chand); in max_age_init_call_elem()
429 decrease_call_count(chand); in max_age_destroy_call_elem()
436 new (chand) channel_data(); in max_age_init_channel_elem()
438 chand->max_connection_age = in max_age_init_channel_elem()
455 chand->max_connection_age = in max_age_init_channel_elem()
473 GRPC_CLOSURE_INIT(&chand->max_idle_timer_cb, max_idle_timer_cb, chand, in max_age_init_channel_elem()
475 GRPC_CLOSURE_INIT(&chand->close_max_age_channel, close_max_age_channel, chand, in max_age_init_channel_elem()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/max_age/
H A Dmax_age_filter.cc215 decrease_call_count(chand);
224 explicit ConnectivityWatcher(channel_data* chand) : chand_(chand) {
270 &chand->max_age_timer,
420 increase_call_count(chand);
429 decrease_call_count(chand);
436 new (chand) channel_data();
438 chand->max_connection_age =
455 chand->max_connection_age =
473 GRPC_CLOSURE_INIT(&chand->max_idle_timer_cb, max_idle_timer_cb, chand,
475 GRPC_CLOSURE_INIT(&chand->close_max_age_channel, close_max_age_channel, chand,
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/max_age/
H A Dmax_age_filter.cc215 decrease_call_count(chand); in start_max_idle_timer_after_init()
224 explicit ConnectivityWatcher(channel_data* chand) : chand_(chand) { in ConnectivityWatcher() argument
270 &chand->max_age_timer, in start_max_age_timer_after_init()
420 increase_call_count(chand); in max_age_init_call_elem()
429 decrease_call_count(chand); in max_age_destroy_call_elem()
436 new (chand) channel_data(); in max_age_init_channel_elem()
438 chand->max_connection_age = in max_age_init_channel_elem()
455 chand->max_connection_age = in max_age_init_channel_elem()
473 GRPC_CLOSURE_INIT(&chand->max_idle_timer_cb, max_idle_timer_cb, chand, in max_age_init_channel_elem()
475 GRPC_CLOSURE_INIT(&chand->close_max_age_channel, close_max_age_channel, chand, in max_age_init_channel_elem()
[all …]
/dports/games/eights/eights-1.0/
H A Deights.c90 chand[i][j].number = '0'; in Initializehands()
179 chand[row][0].number = Add( row, chand ); in Dealcards()
287 printf( "%c%c ", chand[i][j].number, chand[i][j].type ); in Computersturn()
315 chand[rowtemp][0].number = Sub( rowtemp, chand ); in Computersturn()
340 chand[bestpos][0].number = Sub( bestpos, chand ); in Computersturn()
349 chand[row][0].number = Sub( row, chand ); in Computersturn()
386 chand[bestpos][0].number = Sub( bestpos, chand ); in Computersturn()
400 chand[j][0].number = Sub( j, chand ); in Computersturn()
420 chand[row][0].number = Add( row, chand ); in Computersturn()
472 if ( ( int ) chand[row1][0].number > ( int ) chand[row2][0].number ) in Isgreater()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_idle/
H A Dclient_idle_filter.cc182 chand->~ChannelData(); in Destroy()
192 chand->IncreaseCallCount(); in StartTransportOp()
196 grpc_timer_cancel(&chand->idle_timer_); in StartTransportOp()
308 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTimerCallback() local
322 finished = chand->state_.CompareExchangeWeak( in IdleTimerCallback()
325 chand->EnterIdle(); in IdleTimerCallback()
330 finished = chand->state_.CompareExchangeWeak( in IdleTimerCallback()
337 finished = chand->state_.CompareExchangeWeak( in IdleTimerCallback()
340 chand->StartIdleTimer(); in IdleTimerCallback()
394 chand->IncreaseCallCount(); in Init()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_idle/
H A Dclient_idle_filter.cc182 chand->~ChannelData(); in Destroy()
192 chand->IncreaseCallCount(); in StartTransportOp()
196 grpc_timer_cancel(&chand->idle_timer_); in StartTransportOp()
308 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTimerCallback() local
322 finished = chand->state_.CompareExchangeWeak( in IdleTimerCallback()
325 chand->EnterIdle(); in IdleTimerCallback()
330 finished = chand->state_.CompareExchangeWeak( in IdleTimerCallback()
337 finished = chand->state_.CompareExchangeWeak( in IdleTimerCallback()
340 chand->StartIdleTimer(); in IdleTimerCallback()
394 chand->IncreaseCallCount(); in Init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/surface/
H A Dserver.cc443 return chand->next == chand; in is_channel_orphaned()
447 chand->next->prev = chand->prev; in orphan_channel()
448 chand->prev->next = chand->next; in orphan_channel()
449 chand->next = chand->prev = chand; in orphan_channel()
686 chand != &server->root_channel_data; chand = chand->next) { in num_channels()
933 chand->next = chand->prev = chand; in init_channel_elem()
961 chand->next->prev = chand->prev; in destroy_channel_elem()
962 chand->prev->next = chand->next; in destroy_channel_elem()
963 chand->next = chand->prev = chand; in destroy_channel_elem()
1237 chand->prev = chand->next->prev; in grpc_server_setup_transport()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/client_channel/
H A Dclient_channel.cc793 ChannelData* chand, in ServiceConfigSetter() argument
797 : chand_(chand), in ServiceConfigSetter()
896 : chand_(chand), in ExternalConnectivityWatcher()
971 : chand_(chand), in GrpcSubchannel()
1045 explicit ClientChannelControlHelper(ChannelData* chand) : chand_(chand) { in ClientChannelControlHelper() argument
1141 chand->~ChannelData(); in Destroy()
1360 chand); in ProcessResolverResultLocked()
1367 chand); in ProcessResolverResultLocked()
1377 chand); in ProcessResolverResultLocked()
1847 chand, this); in FreeCachedSendTrailingMetadata()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_idle/
H A Dclient_idle_filter.cc112 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in Destroy() local
113 chand->~ChannelData(); in Destroy()
123 chand->IncreaseCallCount(); in StartTransportOp()
127 grpc_timer_cancel(&chand->idle_timer_); in StartTransportOp()
168 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTimerCallback() local
174 if (chand->idle_filter_state_.CheckTimer()) { in IdleTimerCallback()
175 chand->StartIdleTimer(); in IdleTimerCallback()
177 chand->EnterIdle(); in IdleTimerCallback()
185 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTransportOpCompleteCallback() local
223 chand->IncreaseCallCount(); in Init()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_idle/
H A Dclient_idle_filter.cc112 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in Destroy() local
113 chand->~ChannelData(); in Destroy()
123 chand->IncreaseCallCount(); in StartTransportOp()
127 grpc_timer_cancel(&chand->idle_timer_); in StartTransportOp()
168 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTimerCallback() local
174 if (chand->idle_filter_state_.CheckTimer()) { in IdleTimerCallback()
175 chand->StartIdleTimer(); in IdleTimerCallback()
177 chand->EnterIdle(); in IdleTimerCallback()
185 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTransportOpCompleteCallback() local
223 chand->IncreaseCallCount(); in Init()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_idle/
H A Dclient_idle_filter.cc112 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in Destroy() local
113 chand->~ChannelData(); in Destroy()
123 chand->IncreaseCallCount(); in StartTransportOp()
127 grpc_timer_cancel(&chand->idle_timer_); in StartTransportOp()
168 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTimerCallback() local
174 if (chand->idle_filter_state_.CheckTimer()) { in IdleTimerCallback()
175 chand->StartIdleTimer(); in IdleTimerCallback()
177 chand->EnterIdle(); in IdleTimerCallback()
185 ChannelData* chand = static_cast<ChannelData*>(arg); in IdleTransportOpCompleteCallback() local
223 chand->IncreaseCallCount(); in Init()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/surface/
H A Dserver.cc703 int is_channel_orphaned(channel_data* chand) { return chand->next == chand; } in is_channel_orphaned() argument
706 chand->next->prev = chand->prev; in orphan_channel()
707 chand->prev->next = chand->next; in orphan_channel()
708 chand->next = chand->prev = chand; in orphan_channel()
901 chand != &server->root_channel_data; chand = chand->next) { in num_channels()
1129 chand->next = chand->prev = chand; in server_init_channel_elem()
1159 chand->next->prev = chand->prev; in server_destroy_channel_elem()
1160 chand->prev->next = chand->next; in server_destroy_channel_elem()
1161 chand->next = chand->prev = chand; in server_destroy_channel_elem()
1516 chand->prev = chand->next->prev; in grpc_server_setup_transport()
[all …]
H A Dlame_client.cc65 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in fill_metadata() local
67 gpr_ltoa(chand->error_code, tmp); in fill_metadata()
72 grpc_core::UnmanagedMemorySlice(chand->error_message)); in fill_metadata()
102 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in lame_start_transport_op() local
104 MutexLock lock(&chand->mu); in lame_start_transport_op()
106 chand->state_tracker.AddWatcher(op->start_connectivity_watch_state, in lame_start_transport_op()
110 chand->state_tracker.RemoveWatcher(op->stop_connectivity_watch); in lame_start_transport_op()
149 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in lame_destroy_channel_elem() local
150 chand->~ChannelData(); in lame_destroy_channel_elem()
187 chand->error_code = error_code; in grpc_lame_client_channel_create()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/
H A Dclient_channel.cc868 chand_(chand), in SubchannelWrapper()
1139 : chand_(chand), in ExternalConnectivityWatcher()
1215 : chand_(chand), in ConnectivityWatcherAdder()
1268 explicit ClientChannelControlHelper(ChannelData* chand) : chand_(chand) { in ClientChannelControlHelper() argument
1357 chand->~ChannelData(); in Destroy()
1664 chand); in ProcessResolverResultLocked()
1672 chand); in ProcessResolverResultLocked()
1682 chand); in ProcessResolverResultLocked()
1865 [chand, op]() { chand->StartTransportOpLocked(op); }, DEBUG_LOCATION); in StartTransportOp()
2195 chand, this); in FreeCachedSendTrailingMetadata()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_channel/
H A Dclient_channel.cc242 explicit ChannelConfigHelper(ChannelData* chand) : chand_(chand) {} in ChannelConfigHelper() argument
901 chand_(chand), in SubchannelWrapper()
1202 : chand_(chand), in ExternalConnectivityWatcher()
1306 : chand_(chand), in ConnectivityWatcherAdder()
1359 explicit ClientChannelControlHelper(ChannelData* chand) : chand_(chand) { in ClientChannelControlHelper() argument
1600 chand->~ChannelData(); in Destroy()
2022 [chand, op]() { chand->StartTransportOpLocked(op); }, DEBUG_LOCATION); in StartTransportOp()
2353 chand, this); in FreeCachedSendTrailingMetadata()
3560 chand, this); in StartInternalRecvTrailingMetadata()
3903 chand, this); in MaybeRemoveCallFromQueuedPicksLocked()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/surface/
H A Dlame_client.cc65 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in fill_metadata() local
67 gpr_ltoa(chand->error_code, tmp); in fill_metadata()
72 grpc_core::UnmanagedMemorySlice(chand->error_message)); in fill_metadata()
102 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in lame_start_transport_op() local
104 MutexLock lock(&chand->mu); in lame_start_transport_op()
106 chand->state_tracker.AddWatcher(op->start_connectivity_watch_state, in lame_start_transport_op()
110 chand->state_tracker.RemoveWatcher(op->stop_connectivity_watch); in lame_start_transport_op()
149 ChannelData* chand = static_cast<ChannelData*>(elem->channel_data); in lame_destroy_channel_elem() local
150 chand->~ChannelData(); in lame_destroy_channel_elem()
187 chand->error_code = error_code; in grpc_lame_client_channel_create()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/http/
H A Dclient_authority_filter.cc53 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_start_transport_stream_op_batch() local
63 GRPC_MDELEM_REF(chand->default_authority_mdelem), GRPC_BATCH_AUTHORITY); in client_authority_start_transport_stream_op_batch()
90 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_init_channel_elem() local
104 chand->default_authority = in client_authority_init_channel_elem()
106 chand->default_authority_mdelem = grpc_mdelem_create( in client_authority_init_channel_elem()
107 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in client_authority_init_channel_elem()
114 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_destroy_channel_elem() local
115 grpc_slice_unref_internal(chand->default_authority); in client_authority_destroy_channel_elem()
116 GRPC_MDELEM_UNREF(chand->default_authority_mdelem); in client_authority_destroy_channel_elem()
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/http/
H A Dclient_authority_filter.cc53 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_start_transport_stream_op_batch() local
63 GRPC_MDELEM_REF(chand->default_authority_mdelem), GRPC_BATCH_AUTHORITY); in client_authority_start_transport_stream_op_batch()
90 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_init_channel_elem() local
104 chand->default_authority = in client_authority_init_channel_elem()
106 chand->default_authority_mdelem = grpc_mdelem_create( in client_authority_init_channel_elem()
107 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in client_authority_init_channel_elem()
114 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_destroy_channel_elem() local
115 grpc_slice_unref_internal(chand->default_authority); in client_authority_destroy_channel_elem()
116 GRPC_MDELEM_UNREF(chand->default_authority_mdelem); in client_authority_destroy_channel_elem()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/http/
H A Dclient_authority_filter.cc55 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_start_transport_stream_op_batch() local
66 GRPC_MDELEM_REF(chand->default_authority_mdelem), GRPC_BATCH_AUTHORITY); in client_authority_start_transport_stream_op_batch()
93 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_init_channel_elem() local
107 chand->default_authority = in client_authority_init_channel_elem()
109 chand->default_authority_mdelem = grpc_mdelem_create( in client_authority_init_channel_elem()
110 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in client_authority_init_channel_elem()
117 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_destroy_channel_elem() local
118 grpc_slice_unref_internal(chand->default_authority); in client_authority_destroy_channel_elem()
119 GRPC_MDELEM_UNREF(chand->default_authority_mdelem); in client_authority_destroy_channel_elem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/http/
H A Dclient_authority_filter.cc53 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in authority_start_transport_stream_op_batch() local
63 GRPC_MDELEM_REF(chand->default_authority_mdelem)); in authority_start_transport_stream_op_batch()
90 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in init_channel_elem() local
104 chand->default_authority = grpc_slice_intern( in init_channel_elem()
106 chand->default_authority_mdelem = grpc_mdelem_create( in init_channel_elem()
107 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in init_channel_elem()
114 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in destroy_channel_elem() local
115 grpc_slice_unref_internal(chand->default_authority); in destroy_channel_elem()
116 GRPC_MDELEM_UNREF(chand->default_authority_mdelem); in destroy_channel_elem()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/http/
H A Dclient_authority_filter.cc55 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_start_transport_stream_op_batch() local
66 GRPC_MDELEM_REF(chand->default_authority_mdelem), GRPC_BATCH_AUTHORITY); in client_authority_start_transport_stream_op_batch()
93 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_init_channel_elem() local
107 chand->default_authority = in client_authority_init_channel_elem()
109 chand->default_authority_mdelem = grpc_mdelem_create( in client_authority_init_channel_elem()
110 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in client_authority_init_channel_elem()
117 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_destroy_channel_elem() local
118 grpc_slice_unref_internal(chand->default_authority); in client_authority_destroy_channel_elem()
119 GRPC_MDELEM_UNREF(chand->default_authority_mdelem); in client_authority_destroy_channel_elem()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/http/
H A Dclient_authority_filter.cc55 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_start_transport_stream_op_batch() local
66 GRPC_MDELEM_REF(chand->default_authority_mdelem), GRPC_BATCH_AUTHORITY); in client_authority_start_transport_stream_op_batch()
93 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_init_channel_elem() local
107 chand->default_authority = in client_authority_init_channel_elem()
109 chand->default_authority_mdelem = grpc_mdelem_create( in client_authority_init_channel_elem()
110 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in client_authority_init_channel_elem()
117 channel_data* chand = static_cast<channel_data*>(elem->channel_data); in client_authority_destroy_channel_elem() local
118 grpc_slice_unref_internal(chand->default_authority); in client_authority_destroy_channel_elem()
119 GRPC_MDELEM_UNREF(chand->default_authority_mdelem); in client_authority_destroy_channel_elem()

12345678