_buffer 431 cygnal/http_server.cpp _buffer += "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\r\n";
_buffer 432 cygnal/http_server.cpp _buffer += "<html><head>\r\n";
_buffer 433 cygnal/http_server.cpp _buffer += "<title>";
_buffer 435 cygnal/http_server.cpp _buffer += num;
_buffer 436 cygnal/http_server.cpp _buffer += " Not Found</title>\r\n";
_buffer 437 cygnal/http_server.cpp _buffer += "</head><body>\r\n";
_buffer 438 cygnal/http_server.cpp _buffer += "<h1>Not Found</h1>\r\n";
_buffer 439 cygnal/http_server.cpp _buffer += "<p>The requested URL ";
_buffer 440 cygnal/http_server.cpp _buffer += _filespec;
_buffer 441 cygnal/http_server.cpp _buffer += " was not found on this server.</p>\r\n";
_buffer 442 cygnal/http_server.cpp _buffer += "<hr>\r\n";
_buffer 443 cygnal/http_server.cpp _buffer += "<address>Cygnal (GNU/Linux) Server at ";
_buffer 444 cygnal/http_server.cpp _buffer += getField("host");
_buffer 445 cygnal/http_server.cpp _buffer += " </address>\r\n";
_buffer 446 cygnal/http_server.cpp _buffer += "</body></html>\r\n";
_buffer 458 cygnal/http_server.cpp return _buffer;
_buffer 485 cygnal/http_server.cpp return _buffer;
_buffer 492 cygnal/http_server.cpp return _buffer;
_buffer 505 cygnal/http_server.cpp return _buffer;
_buffer 524 cygnal/http_server.cpp return _buffer;
_buffer 645 cygnal/http_server.cpp _buffer = "HTTPServer/1.1 200 OK\r\n";
_buffer 658 cygnal/http_server.cpp _buffer += fixme;
_buffer 665 cygnal/http_server.cpp _buffer.append(res->begin()+1, res->size()-1);
_buffer 669 cygnal/http_server.cpp _buffer.append(null->begin()+1, null->size()-1);
_buffer 672 cygnal/http_server.cpp _buffer += fixme2;
_buffer 677 cygnal/http_server.cpp _buffer += type;
_buffer 680 cygnal/http_server.cpp _buffer += cygnal::Element::NULL_AMF0;
_buffer 684 cygnal/http_server.cpp _buffer.append(data, size);
_buffer 688 cygnal/http_server.cpp return _buffer;
_buffer 201 cygnal/libamf/element.cpp _buffer = new Buffer(3
_buffer 219 cygnal/libamf/element.cpp _buffer.reset();
_buffer 230 cygnal/libamf/element.cpp if (_buffer) {
_buffer 231 cygnal/libamf/element.cpp return _buffer->size();
_buffer 243 cygnal/libamf/element.cpp if (_buffer) {
_buffer 244 cygnal/libamf/element.cpp return *(reinterpret_cast<double *>(_buffer->reference()));
_buffer 257 cygnal/libamf/element.cpp if (_buffer) {
_buffer 258 cygnal/libamf/element.cpp return *(reinterpret_cast<boost::uint16_t *>(_buffer->reference()));
_buffer 271 cygnal/libamf/element.cpp if (_buffer) {
_buffer 272 cygnal/libamf/element.cpp return *(reinterpret_cast<boost::uint32_t *>(_buffer->reference()));
_buffer 285 cygnal/libamf/element.cpp if (_buffer) {
_buffer 286 cygnal/libamf/element.cpp if (_buffer->size() > 0) {
_buffer 287 cygnal/libamf/element.cpp return reinterpret_cast<const char *>(_buffer->reference());
_buffer 301 cygnal/libamf/element.cpp if (_buffer) {
_buffer 302 cygnal/libamf/element.cpp return *(reinterpret_cast<bool *>(_buffer->reference()));
_buffer 314 cygnal/libamf/element.cpp if (_buffer) {
_buffer 315 cygnal/libamf/element.cpp return _buffer->reference();
_buffer 324 cygnal/libamf/element.cpp if (_buffer) {
_buffer 325 cygnal/libamf/element.cpp return _buffer->reference();
_buffer 361 cygnal/libamf/element.cpp if (_buffer && el.getDataSize()) {
_buffer 362 cygnal/libamf/element.cpp if (memcmp(_buffer->reference(), el.to_reference(), _buffer->size()) == 0) {
_buffer 393 cygnal/libamf/element.cpp if (_buffer) {
_buffer 394 cygnal/libamf/element.cpp *_buffer += x;
_buffer 555 cygnal/libamf/element.cpp _buffer.reset(new Buffer(el.getDataSize()));
_buffer 556 cygnal/libamf/element.cpp _buffer->copy(el.to_reference(), el.getDataSize());
_buffer 616 cygnal/libamf/element.cpp if (_buffer) {
_buffer 617 cygnal/libamf/element.cpp if (_buffer->size() < size) {
_buffer 618 cygnal/libamf/element.cpp _buffer->resize(size+1); // add room for the NULL terminator
_buffer 629 cygnal/libamf/element.cpp _buffer->clear(); // FIXME: this could be a performance issue
_buffer 630 cygnal/libamf/element.cpp _buffer->copy(data, size);
_buffer 637 cygnal/libamf/element.cpp _buffer->setSize(size);
_buffer 659 cygnal/libamf/element.cpp *(_buffer->reference()) = 0;
_buffer 739 cygnal/libamf/element.cpp *_buffer = num;
_buffer 761 cygnal/libamf/element.cpp *_buffer = num;
_buffer 798 cygnal/libamf/element.cpp *_buffer = data;
_buffer 819 cygnal/libamf/element.cpp *_buffer = flag;
_buffer 1124 cygnal/libamf/element.cpp _buffer->copy(indata, size);
_buffer 1152 cygnal/libamf/element.cpp _buffer->copy(indata, size);
_buffer 1389 cygnal/libamf/element.cpp *_buffer = date;
_buffer 1473 cygnal/libamf/element.cpp if (_buffer == 0) {
_buffer 1474 cygnal/libamf/element.cpp _buffer.reset(new Buffer(size));
_buffer 1476 cygnal/libamf/element.cpp if (_buffer->size() < size) {
_buffer 1479 cygnal/libamf/element.cpp if (_buffer->size() == 0) {
_buffer 1551 cygnal/libamf/element.cpp if (_buffer) {
_buffer 1552 cygnal/libamf/element.cpp _buffer->dump();
_buffer 773 cygnal/libamf/element.h boost::shared_ptr<cygnal::Buffer> _buffer;
_buffer 125 cygnal/libnet/http.cpp _buffer.clear();
_buffer 769 cygnal/libnet/http.cpp _buffer += data;
_buffer 770 cygnal/libnet/http.cpp _buffer += "\r\n";
_buffer 772 cygnal/libnet/http.cpp return _buffer;
_buffer 791 cygnal/libnet/http.cpp _buffer = "HTTP/";
_buffer 793 cygnal/libnet/http.cpp _buffer += num;
_buffer 795 cygnal/libnet/http.cpp _buffer += num;
_buffer 798 cygnal/libnet/http.cpp _buffer += "Continue";
_buffer 801 cygnal/libnet/http.cpp _buffer += "Switch Protocols";
_buffer 807 cygnal/libnet/http.cpp _buffer += "OK";
_buffer 810 cygnal/libnet/http.cpp _buffer += "Created";
_buffer 813 cygnal/libnet/http.cpp _buffer += "Accepted";
_buffer 816 cygnal/libnet/http.cpp _buffer += "Non Authoritive";
_buffer 819 cygnal/libnet/http.cpp _buffer += "No Content";
_buffer 822 cygnal/libnet/http.cpp _buffer += "Reset Content";
_buffer 825 cygnal/libnet/http.cpp _buffer += "Partial Content";
_buffer 830 cygnal/libnet/http.cpp _buffer += "Multiple Choices";
_buffer 833 cygnal/libnet/http.cpp _buffer += "Moved Permanently";
_buffer 836 cygnal/libnet/http.cpp _buffer += "Found";
_buffer 839 cygnal/libnet/http.cpp _buffer += "See Other";
_buffer 842 cygnal/libnet/http.cpp _buffer += "Not Modified";
_buffer 845 cygnal/libnet/http.cpp _buffer += "Use Proxy";
_buffer 848 cygnal/libnet/http.cpp _buffer += "Temporary Redirect";
_buffer 853 cygnal/libnet/http.cpp _buffer += "Bad Request";
_buffer 856 cygnal/libnet/http.cpp _buffer += "Unauthorized";
_buffer 859 cygnal/libnet/http.cpp _buffer += "Payment Required";
_buffer 862 cygnal/libnet/http.cpp _buffer += "Forbidden";
_buffer 865 cygnal/libnet/http.cpp _buffer += "Not Found";
_buffer 868 cygnal/libnet/http.cpp _buffer += "Method Not Allowed";
_buffer 871 cygnal/libnet/http.cpp _buffer += "Not Acceptable";
_buffer 874 cygnal/libnet/http.cpp _buffer += "Proxy Authentication Required";
_buffer 877 cygnal/libnet/http.cpp _buffer += "Request Timeout";
_buffer 880 cygnal/libnet/http.cpp _buffer += "Conflict";
_buffer 883 cygnal/libnet/http.cpp _buffer += "Gone";
_buffer 886 cygnal/libnet/http.cpp _buffer += "Length Required";
_buffer 889 cygnal/libnet/http.cpp _buffer += "Precondition Failed";
_buffer 892 cygnal/libnet/http.cpp _buffer += "Request Entity Too Large";
_buffer 895 cygnal/libnet/http.cpp _buffer += "Request URI Too Large";
_buffer 898 cygnal/libnet/http.cpp _buffer += "Unsupported Media Type";
_buffer 901 cygnal/libnet/http.cpp _buffer += "Request Range Not Satisfiable";
_buffer 904 cygnal/libnet/http.cpp _buffer += "Expectation Failed";
_buffer 908 cygnal/libnet/http.cpp _buffer += "Internal Server Error";
_buffer 911 cygnal/libnet/http.cpp _buffer += "Method Not Implemented";
_buffer 914 cygnal/libnet/http.cpp _buffer += "Bad Gateway";
_buffer 917 cygnal/libnet/http.cpp _buffer += "Service Unavailable";
_buffer 920 cygnal/libnet/http.cpp _buffer += "Gateway Timeout";
_buffer 923 cygnal/libnet/http.cpp _buffer += "HTTP Version Not Supported";
_buffer 929 cygnal/libnet/http.cpp _buffer += "Close Pipe";
_buffer 936 cygnal/libnet/http.cpp _buffer += "\r\n";
_buffer 956 cygnal/libnet/http.cpp return _buffer;
_buffer 972 cygnal/libnet/http.cpp _buffer += "Date: ";
_buffer 973 cygnal/libnet/http.cpp _buffer += wd.as_long_string();
_buffer 975 cygnal/libnet/http.cpp _buffer += ", ";
_buffer 977 cygnal/libnet/http.cpp _buffer += num;
_buffer 979 cygnal/libnet/http.cpp _buffer += " ";
_buffer 980 cygnal/libnet/http.cpp _buffer += boost::gregorian::greg_month(d.month()).as_short_string();
_buffer 982 cygnal/libnet/http.cpp _buffer += " ";
_buffer 984 cygnal/libnet/http.cpp _buffer += num;
_buffer 986 cygnal/libnet/http.cpp _buffer += " ";
_buffer 987 cygnal/libnet/http.cpp _buffer += boost::posix_time::to_simple_string(now.time_of_day());
_buffer 989 cygnal/libnet/http.cpp _buffer += " GMT\r\n";
_buffer 991 cygnal/libnet/http.cpp return _buffer;
_buffer 998 cygnal/libnet/http.cpp _buffer += "Server: Cygnal (GNU/Linux)\r\n";
_buffer 1000 cygnal/libnet/http.cpp return _buffer;
_buffer 1007 cygnal/libnet/http.cpp _buffer += "Server: ";
_buffer 1008 cygnal/libnet/http.cpp _buffer += data;
_buffer 1009 cygnal/libnet/http.cpp _buffer += "\r\n";
_buffer 1011 cygnal/libnet/http.cpp return _buffer;
_buffer 1028 cygnal/libnet/http.cpp _buffer += "Content-Length: ";
_buffer 1031 cygnal/libnet/http.cpp _buffer += num;
_buffer 1032 cygnal/libnet/http.cpp _buffer += "\r\n";
_buffer 1034 cygnal/libnet/http.cpp return _buffer;
_buffer 1052 cygnal/libnet/http.cpp _buffer += "Content-Type: text/html\r\n";
_buffer 1055 cygnal/libnet/http.cpp _buffer += "Content-Type: application/x-amf\r\n";
_buffer 1058 cygnal/libnet/http.cpp _buffer += "Content-Type: application/x-shockwave-flash\r\n";
_buffer 1061 cygnal/libnet/http.cpp _buffer += "Content-Type: text/html\r\n";
_buffer 1064 cygnal/libnet/http.cpp _buffer += "Content-Type: image/png\r\n";
_buffer 1067 cygnal/libnet/http.cpp _buffer += "Content-Type: image/jpeg\r\n";
_buffer 1070 cygnal/libnet/http.cpp _buffer += "Content-Type: image/gif\r\n";
_buffer 1073 cygnal/libnet/http.cpp _buffer += "Content-Type: audio/mpeg\r\n";
_buffer 1076 cygnal/libnet/http.cpp _buffer += "Content-Type: video/mp4\r\n";
_buffer 1079 cygnal/libnet/http.cpp _buffer += "Content-Type: audio/ogg\r\n";
_buffer 1082 cygnal/libnet/http.cpp _buffer += "Content-Type: audio/ogg\r\n";
_buffer 1085 cygnal/libnet/http.cpp _buffer += "Content-Type: video/ogg\r\n";
_buffer 1088 cygnal/libnet/http.cpp _buffer += "Content-Type: video/dirac\r\n";
_buffer 1091 cygnal/libnet/http.cpp _buffer += "Content-Type: text/plain\r\n";
_buffer 1094 cygnal/libnet/http.cpp _buffer += "Content-Type: video/x-flv\r\n";
_buffer 1097 cygnal/libnet/http.cpp _buffer += "Content-Type: video/vp6\r\n";
_buffer 1100 cygnal/libnet/http.cpp _buffer += "Content-Type: application/xml\r\n";
_buffer 1103 cygnal/libnet/http.cpp _buffer += "Content-Type: audio/flac\r\n";
_buffer 1106 cygnal/libnet/http.cpp _buffer += "Content-Type: application/x-httpd-php\r\n";
_buffer 1109 cygnal/libnet/http.cpp _buffer += "Content-Type: text/html\r\n";
_buffer 1112 cygnal/libnet/http.cpp return _buffer;
_buffer 1152 cygnal/libnet/http.cpp _buffer = "HTTP/1.1 200 OK\r\n";
_buffer 1165 cygnal/libnet/http.cpp _buffer += fixme;
_buffer 1172 cygnal/libnet/http.cpp _buffer.append(res->begin()+1, res->size()-1);
_buffer 1176 cygnal/libnet/http.cpp _buffer.append(null->begin()+1, null->size()-1);
_buffer 1179 cygnal/libnet/http.cpp _buffer += fixme2;
_buffer 1184 cygnal/libnet/http.cpp _buffer += type;
_buffer 1187 cygnal/libnet/http.cpp _buffer += cygnal::Element::NULL_AMF0;
_buffer 1191 cygnal/libnet/http.cpp _buffer.append(data, size);
_buffer 1195 cygnal/libnet/http.cpp return _buffer;
_buffer 1207 cygnal/libnet/http.cpp _buffer = "GET ";
_buffer 1210 cygnal/libnet/http.cpp _buffer = "POST ";
_buffer 1213 cygnal/libnet/http.cpp _buffer = "HEAD ";
_buffer 1216 cygnal/libnet/http.cpp _buffer = "CONNECT ";
_buffer 1219 cygnal/libnet/http.cpp _buffer = "TRACE ";
_buffer 1222 cygnal/libnet/http.cpp _buffer = "OPTIONS ";
_buffer 1227 cygnal/libnet/http.cpp _buffer += url;
_buffer 1229 cygnal/libnet/http.cpp _buffer += " HTTP/1.1";
_buffer 1233 cygnal/libnet/http.cpp _buffer += "\r\n";
_buffer 1248 cygnal/libnet/http.cpp return _buffer;
_buffer 235 cygnal/libnet/http.h void terminateHeader() { _buffer += "\r\n"; };
_buffer 240 cygnal/libnet/http.h boost::uint8_t *getHeader() { return _buffer.reference(); };
_buffer 243 cygnal/libnet/http.h cygnal::Buffer &getBuffer() { return _buffer; };
_buffer 321 cygnal/libnet/http.h cygnal::Buffer _buffer;
_buffer 455 cygnal/libnet/rtmp.h cygnal::Buffer _buffer;
_buffer 107 cygnal/libnet/sshclient.h boost::shared_ptr<amf::Buffer> &getBuffer() { return _buffer; };
_buffer 129 cygnal/libnet/sshclient.h boost::shared_ptr<amf::Buffer> _buffer;
_buffer 95 gui/fb/InputDevice.h boost::scoped_array<boost::uint8_t> _buffer;
_buffer 130 gui/fb/MouseDevice.cpp _buffer.reset(new boost::uint8_t[size]);
_buffer 1870 libcore/asobj/NetStream_as.cpp const boost::uint8_t* ptr = _buffer.data();
_buffer 1871 libcore/asobj/NetStream_as.cpp const boost::uint8_t* endptr = ptr + _buffer.size();
_buffer 44 libmedia/gst/VideoDecoderGst.h _buffer(buf)
_buffer 49 libmedia/gst/VideoDecoderGst.h gst_buffer_unref(_buffer);
_buffer 58 libmedia/gst/VideoDecoderGst.h return GST_BUFFER_DATA(_buffer);
_buffer 63 libmedia/gst/VideoDecoderGst.h return GST_BUFFER_DATA(_buffer);
_buffer 67 libmedia/gst/VideoDecoderGst.h GstBuffer* _buffer;
_buffer 334 librender/agg/Renderer_agg.cpp _rbuf.attach(_buffer.get(), width, height, width);
_buffer 381 librender/agg/Renderer_agg.cpp boost::scoped_array<boost::uint8_t> _buffer;
_buffer 228 librender/opengl/Renderer_ogl.cpp _buffer(new boost::uint8_t[width * height * 3]),
_buffer 240 librender/opengl/Renderer_ogl.cpp if (!OSMesaMakeCurrent(_context, _buffer.get(), GL_UNSIGNED_BYTE, width,
_buffer 270 librender/opengl/Renderer_ogl.cpp color_out.set(_buffer[offset], _buffer[offset+1], _buffer[offset+2], 255);
_buffer 283 librender/opengl/Renderer_ogl.cpp boost::scoped_array<boost::uint8_t> _buffer;