Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c156 target_bound_le_t* target_bound_status TSRMLS_DC) { in php_grpc_persistent_list_delete_unused_channel()
181 target_bound_le_t* update_and_get_target_upper_bound(char* target, int bound) { in update_and_get_target_upper_bound()
183 target_bound_le_t* target_bound_status; in update_and_get_target_upper_bound()
189 target_bound_status = malloc(sizeof(target_bound_le_t)); in update_and_get_target_upper_bound()
207 target_bound_status = (target_bound_le_t *)rsrc->ptr; in update_and_get_target_upper_bound()
240 target_bound_le_t* target_bound_status = in create_and_add_channel_to_persistent_list()
576 target_bound_le_t *le = (target_bound_le_t *) rsrc->ptr; in php_grpc_target_bound_dtor()
623 target_bound_le_t* target_bound_status = in PHP_METHOD()
670 target_bound_le_t* target_bound_status = in PHP_METHOD()
Dchannel.h67 } target_bound_le_t; typedef