Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dchannel_credentials.c71 zval *credentials_object; in grpc_php_wrap_channel_credentials() local
72 PHP_GRPC_MAKE_STD_ZVAL(credentials_object); in grpc_php_wrap_channel_credentials()
73 object_init_ex(credentials_object, grpc_ce_channel_credentials); in grpc_php_wrap_channel_credentials()
76 credentials_object); in grpc_php_wrap_channel_credentials()
80 return credentials_object; in grpc_php_wrap_channel_credentials()
Dcall_credentials.c52 zval *credentials_object; in grpc_php_wrap_call_credentials() local
53 PHP_GRPC_MAKE_STD_ZVAL(credentials_object); in grpc_php_wrap_call_credentials()
54 object_init_ex(credentials_object, grpc_ce_call_credentials); in grpc_php_wrap_call_credentials()
57 credentials_object); in grpc_php_wrap_call_credentials()
59 return credentials_object; in grpc_php_wrap_call_credentials()