Searched refs:other_content (Results 1 – 1 of 1) sorted by relevance
138 const char *other_content; in string_stream_append() local141 other_content = string_stream_get_string(other); in string_stream_append()143 if (!other_content) in string_stream_append()146 ret = string_stream_add(stream, other_content); in string_stream_append()147 kfree(other_content); in string_stream_append()