Searched refs:target_upper_bound (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/php/ext/grpc/ |
D | channel.c | 239 int target_upper_bound TSRMLS_DC) { in create_and_add_channel_to_persistent_list() 241 update_and_get_target_upper_bound(target, target_upper_bound); in create_and_add_channel_to_persistent_list() 310 int target_upper_bound = -1; in PHP_METHOD() local 353 target_upper_bound = (int)Z_LVAL_P(force_new_obj); in PHP_METHOD() 413 channel, target, args, creds, key, key_len, target_upper_bound TSRMLS_CC); in PHP_METHOD() 423 channel, target, args, creds, key, key_len, target_upper_bound TSRMLS_CC); in PHP_METHOD() 433 update_and_get_target_upper_bound(target, target_upper_bound); in PHP_METHOD()
|