Searched refs:buffer_t (Results 1 – 5 of 5) sorted by relevance
49 } buffer_t; typedef90 static void buffer_init(buffer_t * b) in buffer_init()102 static void buffer_recv(buffer_t* b, data_t* d) in buffer_recv()125 static void buffer_send(buffer_t* b, data_t* d) in buffer_send()148 static void buffer_destroy(buffer_t* b) in buffer_destroy()157 static buffer_t b;
210 typedef vector_ref<const unsigned char> buffer_t; typedef in clover::compat::istream217 istream(const buffer_t &buf) : buf(buf), offset(0) {} in istream()229 const buffer_t &buf;235 typedef vector<unsigned char> buffer_t; typedef in clover::compat::ostream237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {} in ostream()247 buffer_t &buf;
132 typedef std::vector<uint8_t> buffer_t; ///< Buffer type typedef133 buffer_t m_data; ///< The heap based buffer where data is stored
79 compat::istream::buffer_t bin(p, l); in clCreateProgramWithBinary()199 compat::ostream::buffer_t bin; in clGetProgramInfo()210 compat::ostream::buffer_t bin; in clGetProgramInfo()
109 buffer_t empty; in Clear()