Searched refs:curStrLen (Results 1 – 1 of 1) sorted by relevance
485 size_t curStrLen = 0; in profile_get_sample_rate_strs() local494 if (buffSize - curStrLen < strlen(numBuffer) + (numEntries != 0 ? 2 : 1)) { in profile_get_sample_rate_strs()503 curStrLen = strlcat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs()518 size_t curStrLen = 0; in profile_get_format_strs() local524 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs()534 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()609 size_t curStrLen = 0; in profile_get_channel_count_strs() local620 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs()635 if (buffSize - curStrLen < strlen(chans_strs[channel_count]) + 2) { in profile_get_channel_count_strs()642 if (curStrLen != 0) strlcat(buffer, "|", buffSize); in profile_get_channel_count_strs()[all …]