Home
last modified time | relevance | path

Searched refs:target_upper_bound (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/php/ext/grpc/
Dchannel.c262 int target_upper_bound TSRMLS_DC) { in create_and_add_channel_to_persistent_list()
264 update_and_get_target_upper_bound(target, target_upper_bound); in create_and_add_channel_to_persistent_list()
333 int target_upper_bound = -1; in PHP_METHOD() local
373 target_upper_bound = (int)Z_LVAL_P(force_new_obj); in PHP_METHOD()
445 channel, target, args, creds, key, key_len, target_upper_bound TSRMLS_CC); in PHP_METHOD()
455 channel, target, args, creds, key, key_len, target_upper_bound TSRMLS_CC); in PHP_METHOD()
465 update_and_get_target_upper_bound(target, target_upper_bound); in PHP_METHOD()