Lines Matching defs:buffer
62 /// in-memory buffer, wrap it into a smart pointer and return it.
64 /// @param buffer the in-memory buffer to be parsed by the returned
67 new_reader_from_buffer(const std::string& buffer)
70 build_sptr(xmlReaderForMemory(buffer.c_str(),
71 buffer.length(),
82 /// @param buffer the buffer where to copy the data read from the
86 /// copy into @p buffer.
91 char* buffer,
95 in->read(buffer, len);