Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c398 char *channel_creds_hashstr = malloc(creds_hashstr_len + 1); in PHP_METHOD() local
399 strcpy(channel_creds_hashstr, creds->hashstr); in PHP_METHOD()
400 channel->wrapper->creds_hashstr = channel_creds_hashstr; in PHP_METHOD()