Searched refs:separator_len (Results 1 – 3 of 3) sorted by relevance
119 int separator_len; in remove_line_continuations() local165 separator_len = strlen(newline_separator); in remove_line_continuations()190 separator_len); in remove_line_continuations()
318 const size_t separator_len = strlen(separator); in FLAC_plugin__tags_add_tag_utf8() local320 … = safe_realloc_add_4op_(entry->entry, entry->length, /*+*/value_len, /*+*/separator_len, /*+*/1))) in FLAC_plugin__tags_add_tag_utf8()322 memcpy(new_entry+entry->length, separator, separator_len); in FLAC_plugin__tags_add_tag_utf8()323 entry->length += separator_len; in FLAC_plugin__tags_add_tag_utf8()
1297 size_t separator_len = sizeof(separator) - 1; in WriteOSInformation() local1302 if (space_left < info_len + (first_item ? 0 : separator_len)) in WriteOSInformation()1307 space_left -= separator_len; in WriteOSInformation()