Home
last modified time | relevance | path

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

/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c57 zval *credentials_object; in grpc_php_wrap_call_credentials() local
58 PHP_GRPC_MAKE_STD_ZVAL(credentials_object); in grpc_php_wrap_call_credentials()
59 object_init_ex(credentials_object, grpc_ce_call_credentials); in grpc_php_wrap_call_credentials()
62 credentials_object); in grpc_php_wrap_call_credentials()
64 return credentials_object; in grpc_php_wrap_call_credentials()
Dchannel_credentials.c76 zval *credentials_object; in grpc_php_wrap_channel_credentials() local
77 PHP_GRPC_MAKE_STD_ZVAL(credentials_object); in grpc_php_wrap_channel_credentials()
78 object_init_ex(credentials_object, grpc_ce_channel_credentials); in grpc_php_wrap_channel_credentials()
81 credentials_object); in grpc_php_wrap_channel_credentials()
85 return credentials_object; in grpc_php_wrap_channel_credentials()