HomeSort by relevance Sort by last modified time
    Searched refs:PHP_GRPC_GET_WRAPPED_OBJECT (Results 1 - 8 of 8) sorted by null

  /external/grpc-grpc/src/php/ext/grpc/
timeval.c 46 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, timeval_object);
57 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis());
88 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis());
90 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, other_obj);
114 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis());
116 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, other_obj);
143 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, a_obj);
145 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, b_obj);
171 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, a_obj);
173 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, b_obj)
    [all...]
server.c 64 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis());
101 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis());
153 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis());
176 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis());
188 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server_credentials, creds_obj);
199 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis());
call.c 183 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call,
205 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call,
219 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, channel_obj);
230 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, deadline_obj);
262 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call,
545 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call,
558 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call,
581 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, creds_obj);
582 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call,
channel.c 299 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis());
332 creds = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials,
444 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis());
465 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis());
497 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis());
520 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, deadline_obj);
538 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis());
617 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis());
server_credentials.c 51 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server_credentials,
call_credentials.c 56 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials,
82 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, cred1_obj);
84 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, cred2_obj);
channel_credentials.c 75 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials,
189 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials, cred1_obj);
191 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call_credentials, cred2_obj);
php7_wrapper.h 153 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \
283 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \

Completed in 846 milliseconds