Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dchannel_credentials.c73 zval *grpc_php_wrap_channel_credentials(grpc_channel_credentials *wrapped, in grpc_php_wrap_channel_credentials() function
135 zval *creds_object = grpc_php_wrap_channel_credentials(creds, NULL, false in PHP_METHOD()
188 zval *creds_object = grpc_php_wrap_channel_credentials(creds, hashstr, false in PHP_METHOD()
227 grpc_php_wrap_channel_credentials(creds, cred1_hashstr, true TSRMLS_CC); in PHP_METHOD()
270 zval* xds_creds_obj = grpc_php_wrap_channel_credentials( in PHP_METHOD()