Searched refs:decoded_len (Results 1 – 2 of 2) sorted by relevance
455 size_t decoded_len; in cluster_error_decode() local469 if ((decoded_len = strnlen(decoded, max_reason_len - 1)) == 0) in cluster_error_decode()472 bcopy(decoded, error_reason, decoded_len); in cluster_error_decode()481 error_reason[decoded_len] = '\0'; in cluster_error_decode()
183 unsigned char **decoded, unsigned int *decoded_len);