Searched refs:channel_creds_hashstr (Results 1 – 1 of 1) sorted by relevance
398 char *channel_creds_hashstr = malloc(creds_hashstr_len + 1); in PHP_METHOD() local399 strcpy(channel_creds_hashstr, creds->hashstr); in PHP_METHOD()400 channel->wrapper->creds_hashstr = channel_creds_hashstr; in PHP_METHOD()