Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dtimeval.c46 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, timeval_object); in grpc_php_wrap_timeval()
57 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD()
88 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD()
90 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, other_obj); in PHP_METHOD()
114 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD()
116 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, other_obj); in PHP_METHOD()
143 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, a_obj); in PHP_METHOD()
145 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, b_obj); in PHP_METHOD()
171 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, a_obj); in PHP_METHOD()
173 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, b_obj); in PHP_METHOD()
[all …]
Dserver.c64 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD()
101 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD()
153 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD()
176 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD()
188 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server_credentials, creds_obj); in PHP_METHOD()
199 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD()
Dcall.c183 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in grpc_php_wrap_call()
205 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD()
219 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, channel_obj); in PHP_METHOD()
230 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, deadline_obj); in PHP_METHOD()
262 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD()
545 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD()
558 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD()
581 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, creds_obj); in PHP_METHOD()
582 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD()
Dchannel.c299 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
332 creds = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials, in PHP_METHOD()
444 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
465 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
497 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
520 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, deadline_obj); in PHP_METHOD()
538 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
617 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
Dchannel_credentials.c75 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials, in grpc_php_wrap_channel_credentials()
189 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials, cred1_obj); in PHP_METHOD()
191 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, cred2_obj); in PHP_METHOD()
Dcall_credentials.c56 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, in grpc_php_wrap_call_credentials()
82 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, cred1_obj); in PHP_METHOD()
84 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, cred2_obj); in PHP_METHOD()
Dserver_credentials.c51 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server_credentials, in grpc_php_wrap_server_credentials()
Dphp7_wrapper.h153 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ macro
283 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ macro