Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dchannel.h38 PHP_GRPC_WRAP_OBJECT_START(wrapped_grpc_channel) in PHP_GRPC_WRAP_OBJECT_START() argument
40 PHP_GRPC_WRAP_OBJECT_END(wrapped_grpc_channel)
42 static inline wrapped_grpc_channel
44 return (wrapped_grpc_channel*)((char*)(obj) -
45 XtOffsetOf(wrapped_grpc_channel, std));
Dchannel.c81 PHP_GRPC_FREE_WRAPPED_FUNC_START(wrapped_grpc_channel)
94 PHP_GRPC_ALLOC_CLASS_OBJECT(wrapped_grpc_channel); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
97 PHP_GRPC_FREE_CLASS_OBJECT(wrapped_grpc_channel, channel_ce_handlers); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
216 wrapped_grpc_channel *channel, in create_channel()
233 wrapped_grpc_channel *channel, in create_and_add_channel_to_persistent_list()
298 wrapped_grpc_channel *channel = in PHP_METHOD()
299 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
443 wrapped_grpc_channel *channel = in PHP_METHOD()
444 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
464 wrapped_grpc_channel *channel = in PHP_METHOD()
[all …]
Dcall.h33 wrapped_grpc_channel* channel;
Dcall.c218 wrapped_grpc_channel *channel = in PHP_METHOD()
219 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, channel_obj); in PHP_METHOD()