Searched refs:rawbuf (Results 1 – 3 of 3) sorted by relevance
114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
190 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) in readpng2_decode_data() argument209 png_process_data(png_ptr, info_ptr, rawbuf, length); in readpng2_decode_data()
3352 std::string rawbuf; in FlatBufferTests() local3353 auto flatbuf1 = CreateFlatBufferTest(rawbuf); in FlatBufferTests()3362 AccessFlatBufferTest(reinterpret_cast<const uint8_t *>(rawbuf.c_str()), in FlatBufferTests()3363 rawbuf.length()); in FlatBufferTests()