Searched refs:comment_text (Results 1 – 3 of 3) sorted by relevance
550 let mut comment_text = String::new(); in bump_space() localVariable558 comment_text.push(c); in bump_space()562 comment: comment_text, in bump_space()
2394 std::string FormatComment(const std::string& comment_text) { in FormatComment() argument2395 std::string stripped_comment = comment_text; in FormatComment()
2539 For example, to write a user comment string pointed to by comment_text:2540 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));