Searched refs:append_bytes (Results 1 – 5 of 5) sorted by relevance
47 int append_bytes) { in ParseFile() argument51 AppendDataInPieces(buffer->data(), buffer->data_size(), append_bytes)); in ParseFile()
40 std::string ParseFile(const std::string& filename, int append_bytes);
153 bool ParseMP4File(const std::string& filename, int append_bytes) { in ParseMP4File() argument159 append_bytes)); in ParseMP4File()
207 bool ParseMpeg2TsFile(const std::string& filename, int append_bytes) { in ParseMpeg2TsFile() argument211 append_bytes)); in ParseMpeg2TsFile()
131 const size_t append_bytes = strlen(str) + 1; in _append_string() local138 if ((offset + append_bytes) > *str_buf_size) { in _append_string()143 const size_t required_mem = offset + append_bytes + 256; in _append_string()153 memcpy(*str_buf + offset, str, append_bytes); in _append_string()