Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dchannel_credentials.c198 char *cred1_hashstr = malloc(cred1_len+1); in PHP_METHOD() local
199 strcpy(cred1_hashstr, cred1->hashstr); in PHP_METHOD()
201 grpc_php_wrap_channel_credentials(creds, cred1_hashstr, true TSRMLS_CC); in PHP_METHOD()