boost 54 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<Handler::cygnal_init_t> boost 55 cygnal/cgi-bin/echo/echo.cpp echo_init_func(boost::shared_ptr<gnash::RTMPMsg> &msg) boost 58 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<Handler::cygnal_init_t> init(new Handler::cygnal_init_t); boost 73 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> echo_read_func() boost 77 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> buf = echo.getResponse(); boost 86 cygnal/cgi-bin/echo/echo.cpp size_t echo_write_func(boost::uint8_t *data, size_t size) boost 90 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> buf = echo.getResponse(); boost 92 cygnal/cgi-bin/echo/echo.cpp vector<boost::shared_ptr<cygnal::Element> > request = boost 181 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> bufptr(new cygnal::Buffer); boost 193 cygnal/cgi-bin/echo/echo.cpp vector<boost::shared_ptr<cygnal::Element> > request = net.parseEchoRequest( boost 196 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> result = net.formatEchoResponse(request[1]->to_number(), *request[3]); boost 219 cygnal/cgi-bin/echo/echo.cpp vector<boost::shared_ptr<cygnal::Element > > boost 225 cygnal/cgi-bin/echo/echo.cpp vector<boost::shared_ptr<cygnal::Element > > headers; boost 228 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el1 = amf.extractAMF(ptr, ptr+size); boost 233 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el2 = amf.extractAMF(ptr, ptr+size); boost 238 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el3 = amf.extractAMF(ptr, ptr+size); boost 243 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el4 = amf.extractAMF(ptr, ptr+size); boost 257 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> boost 261 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> data = cygnal::AMF::encodeElement(el); boost 272 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> boost 279 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> boost 294 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> encecho = echo.encode(); boost 295 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> encidx = index.encode(); boost 296 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> encnull = null.encode(); boost 298 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(encecho->size() boost 49 cygnal/cgi-bin/echo/echo.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(cygnal::Buffer &buf) boost 51 cygnal/cgi-bin/echo/echo.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(boost::uint8_t *buf, size_t size); boost 54 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<cygnal::Buffer> formatEchoResponse(double num, cygnal::Element &el); boost 55 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<cygnal::Buffer> formatEchoResponse(double num, cygnal::Buffer &data); boost 56 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<cygnal::Buffer> formatEchoResponse(double num, boost::uint8_t *data, size_t size); boost 58 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<cygnal::Buffer> getResponse() { return _response; }; boost 59 cygnal/cgi-bin/echo/echo.h void setResponse(boost::shared_ptr<cygnal::Buffer> &x) { _response = x; }; boost 62 cygnal/cgi-bin/echo/echo.h void setNetConnection(boost::shared_ptr<gnash::RTMPMsg> msg) { _netconnect = msg; }; boost 63 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<gnash::RTMPMsg> getNetConnection() { return _netconnect;}; boost 66 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<cygnal::Buffer> _response; boost 67 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<Handler::cygnal_init_t> _info; boost 73 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<gnash::RTMPMsg> _netconnect; boost 78 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<Handler::cygnal_init_t>echo_init_func(boost::shared_ptr<gnash::RTMPMsg> &msg); boost 80 cygnal/cgi-bin/echo/echo.h boost::shared_ptr<cygnal::Buffer> echo_read_func(); boost 81 cygnal/cgi-bin/echo/echo.h size_t echo_write_func(boost::uint8_t *data, size_t size); boost 57 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<Handler::cygnal_init_t> boost 63 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<Handler::cygnal_init_t> init(new Handler::cygnal_init_t); boost 70 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp size_t fitcDemo_read_func(boost::uint8_t *data, size_t size) boost 75 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> buf = fitcDemo.getResponse(); boost 91 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp size_t fitcDemo_write_func(boost::uint8_t *data, size_t size) boost 95 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> buf = fitcDemo.getResponse(); boost 97 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element> > request = boost 186 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> bufptr(new amf::Buffer); boost 198 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element> > request = net.parseFitcDemoRequest( boost 201 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> result = net.formatFitcDemoResponse(request[1]->to_number(), *request[3]); boost 224 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element > > boost 230 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element > > headers; boost 233 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el1 = amf.extractAMF(ptr, ptr+size); boost 238 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el2 = amf.extractAMF(ptr, ptr+size); boost 243 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el3 = amf.extractAMF(ptr, ptr+size); boost 248 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el4 = amf.extractAMF(ptr, ptr+size); boost 262 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> boost 266 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> data = amf::AMF::encodeElement(el); boost 277 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> boost 284 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> boost 299 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> encfitcDemo = fitcDemo.encode(); boost 300 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> encidx = index.encode(); boost 301 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> encnull = null.encode(); boost 303 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> buf(new amf::Buffer(encfitcDemo->size() boost 48 cygnal/cgi-bin/fitcDemo/fitcDemo.h std::vector<boost::shared_ptr<amf::Element > > parseFitcDemoRequest(amf::Buffer &buf) boost 50 cygnal/cgi-bin/fitcDemo/fitcDemo.h std::vector<boost::shared_ptr<amf::Element > > parseFitcDemoRequest(boost::uint8_t *buf, size_t size); boost 53 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> formatFitcDemoResponse(double num, amf::Element &el); boost 54 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> formatFitcDemoResponse(double num, amf::Buffer &data); boost 55 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> formatFitcDemoResponse(double num, boost::uint8_t *data, size_t size); boost 57 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> getResponse() { return _response; }; boost 58 cygnal/cgi-bin/fitcDemo/fitcDemo.h void setResponse(boost::shared_ptr<amf::Buffer> &x) { _response = x; }; boost 61 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> _response; boost 65 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<Handler::cygnal_init_t> fitcDemo_class_init(); boost 67 cygnal/cgi-bin/fitcDemo/fitcDemo.h size_t fitcDemo_read_func(boost::uint8_t *data, size_t size); boost 68 cygnal/cgi-bin/fitcDemo/fitcDemo.h size_t fitcDemo_write_func(boost::uint8_t *data, size_t size); boost 108 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<Handler::cygnal_init_t> boost 109 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp oflaDemo_init_func(boost::shared_ptr<gnash::RTMPMsg> &msg) boost 113 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<Handler::cygnal_init_t> init(new Handler::cygnal_init_t); boost 127 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> oflaDemo_read_func() boost 131 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> buf = oflaDemo.getResponse(); boost 139 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp size_t oflaDemo_write_func(boost::uint8_t *data, size_t size) boost 143 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> buf = oflaDemo.getResponse(); boost 145 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Element> > request = boost 152 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> error = boost 156 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> head = oflaDemo.encodeHeader(0x3, boost 159 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::scoped_ptr<cygnal::Buffer> response(new cygnal::Buffer( boost 253 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> bufptr(new cygnal::Buffer); boost 265 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Element> > request = net.parseOflaDemoRequest( boost 268 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> result = net.formatOflaDemoResponse(request[1]->to_number(), *request[3]); boost 289 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp std::vector<boost::shared_ptr<demoService::filestats_t> > & boost 296 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp std::vector<boost::shared_ptr<demoService::filestats_t> > & boost 345 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<demoService::filestats_t> stats(new filestats_t); boost 388 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Element > > boost 395 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Element > > headers; boost 397 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> el1 = amf.extractAMF(ptr, ptr+size); boost 408 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> el2 = amf.extractAMF(ptr, ptr+size); boost 419 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> version; boost 420 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> tcurl; boost 421 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> swfurl; boost 423 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<gnash::RTMPMsg> msg = getNetConnection(); boost 449 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp std::vector<boost::shared_ptr<demoService::filestats_t> > &mediafiles = demo.getFileStats(); boost 451 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp std::vector<boost::shared_ptr<demoService::filestats_t> >::iterator it; boost 457 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Buffer> > buffers; boost 459 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Element> > data; boost 461 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<demoService::filestats_t> file = *it; boost 462 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> obj(new cygnal::Element); boost 466 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> modified(new cygnal::Element); boost 470 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> name(new cygnal::Element); boost 474 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> size(new cygnal::Element); boost 482 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> topenc = toparr.encode(); boost 488 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> methodenc = method.encode(); boost 494 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> sidenc = sid.encode(); boost 500 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> encnull = null.encode(); boost 503 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> result(new cygnal::Buffer(total_size+cygnal::AMF_HEADER_SIZE+RTMP_MAX_HEADER_SIZE+10)); boost 506 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> head = encodeHeader(0x3, boost 518 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp vector<boost::shared_ptr<cygnal::Buffer> >::iterator rit; boost 520 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> buf = *rit; boost 522 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp std::vector<boost::shared_ptr<cygnal::Element> > data1; boost 537 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> boost 541 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> data = cygnal::AMF::encodeElement(el); boost 552 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> boost 559 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> boost 574 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> encoflaDemo = oflaDemo.encode(); boost 575 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> encidx = index.encode(); boost 576 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> encnull = null.encode(); boost 578 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(encoflaDemo->size() boost 57 cygnal/cgi-bin/oflaDemo/oflaDemo.h std::vector<boost::shared_ptr<filestats_t> > &getListOfAvailableFiles(const std::string &path); boost 60 cygnal/cgi-bin/oflaDemo/oflaDemo.h std::vector<boost::shared_ptr<filestats_t> > &getListOfAvailableFiles(const std::string &path, boost 62 cygnal/cgi-bin/oflaDemo/oflaDemo.h std::vector<boost::shared_ptr<filestats_t> > &getFileStats() { return _stats; }; boost 66 cygnal/cgi-bin/oflaDemo/oflaDemo.h std::vector<boost::shared_ptr<filestats_t> > _stats; boost 76 cygnal/cgi-bin/oflaDemo/oflaDemo.h std::vector<boost::shared_ptr<cygnal::Element > > parseOflaDemoRequest(cygnal::Buffer &buf) boost 78 cygnal/cgi-bin/oflaDemo/oflaDemo.h std::vector<boost::shared_ptr<cygnal::Element > > parseOflaDemoRequest(boost::uint8_t *buf, size_t size); boost 81 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<cygnal::Buffer> formatOflaDemoResponse(double num, cygnal::Element &el); boost 82 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<cygnal::Buffer> formatOflaDemoResponse(double num, cygnal::Buffer &data); boost 83 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<cygnal::Buffer> formatOflaDemoResponse(double num, boost::uint8_t *data, size_t size); boost 85 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<cygnal::Buffer> getResponse() { return _response; }; boost 86 cygnal/cgi-bin/oflaDemo/oflaDemo.h void setResponse(boost::shared_ptr<cygnal::Buffer> &x) { _response = x; }; boost 89 cygnal/cgi-bin/oflaDemo/oflaDemo.h void setNetConnection(boost::shared_ptr<gnash::RTMPMsg> msg) { _netconnect = msg; }; boost 90 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<gnash::RTMPMsg> getNetConnection() { return _netconnect;}; boost 97 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<gnash::RTMPMsg> _netconnect; boost 99 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<cygnal::Buffer> _response; boost 100 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<Handler::cygnal_init_t> _info; boost 105 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<Handler::cygnal_init_t>oflaDemo_init_func(boost::shared_ptr<gnash::RTMPMsg> &msg); boost 107 cygnal/cgi-bin/oflaDemo/oflaDemo.h boost::shared_ptr<cygnal::Buffer> oflaDemo_read_func(); boost 108 cygnal/cgi-bin/oflaDemo/oflaDemo.h size_t oflaDemo_write_func(boost::uint8_t *data, size_t size); boost 168 cygnal/cygnal.cpp static boost::condition alldone; boost 169 cygnal/cygnal.cpp static boost::mutex alldone_mutex; boost 171 cygnal/cygnal.cpp static boost::condition noclients; boost 172 cygnal/cygnal.cpp static boost::mutex noclients_mutex; boost 306 cygnal/cygnal.cpp boost::shared_ptr<peer_t> peer(new Cygnal::peer_t); boost 356 cygnal/cygnal.cpp std::vector<boost::shared_ptr<Cygnal::peer_t> >::iterator it; boost 358 cygnal/cygnal.cpp boost::shared_ptr<Cygnal::peer_t> peer = *it; boost 372 cygnal/cygnal.cpp map<std::string, boost::shared_ptr<Handler> >::iterator it; boost 375 cygnal/cygnal.cpp boost::mutex::scoped_lock lock(_mutex); boost 380 cygnal/cygnal.cpp boost::shared_ptr<Handler> boost 384 cygnal/cygnal.cpp map<std::string, boost::shared_ptr<Handler> >::iterator it; boost 385 cygnal/cygnal.cpp boost::shared_ptr<Handler> hand; boost 397 cygnal/cygnal.cpp std::vector<boost::shared_ptr<Cygnal::peer_t> >::iterator it; boost 522 cygnal/cygnal.cpp boost::mutex::scoped_lock lk(alldone_mutex); boost 530 cygnal/cygnal.cpp boost::thread admin_thread(boost::bind(&admin_handler, &admin_data)); boost 559 cygnal/cygnal.cpp boost::thread http_thread(boost::bind(&connection_handler, http_data)); boost 576 cygnal/cygnal.cpp boost::thread rtmp_thread(boost::bind(&connection_handler, rtmp_data)); boost 838 cygnal/cygnal.cpp boost::shared_ptr<Handler> hand = cyg.findHandler(path); boost 842 cygnal/cygnal.cpp boost::shared_ptr<cygnal::Buffer> buf(http->peekChunk()); boost 881 cygnal/cygnal.cpp boost::bind(event_handler, hargs); boost 883 cygnal/cygnal.cpp boost::thread event_thread(boost::bind(&event_handler, hargs)); boost 904 cygnal/cygnal.cpp boost::shared_ptr<cygnal::Element> tcurl = boost 913 cygnal/cygnal.cpp boost::shared_ptr<Handler> hand = cyg.findHandler(url.path()); boost 921 cygnal/cygnal.cpp std::vector<boost::shared_ptr<Cygnal::peer_t> >::iterator it; boost 922 cygnal/cygnal.cpp std::vector<boost::shared_ptr<Cygnal::peer_t> > active = cyg.getActive(); boost 944 cygnal/cygnal.cpp boost::shared_ptr<Handler::cygnal_init_t> init = boost 953 cygnal/cygnal.cpp boost::thread event_thread(boost::bind(&event_handler, args)); boost 1036 cygnal/cygnal.cpp boost::shared_ptr<DiskStream> filestream(cache.findFile(args->filespec)); boost 1044 cygnal/cygnal.cpp boost::shared_ptr<DiskStream> ds; boost 1081 cygnal/cygnal.cpp boost::shared_ptr<HTTPServer> &http = hand->getHTTPHandler(i); boost 1105 cygnal/cygnal.cpp boost::shared_ptr<HTTPServer> &http = hand->getHTTPHandler(i); boost 1117 cygnal/cygnal.cpp boost::shared_ptr<HTTPServer> &http = hand->getHTTPHandler(i); boost 62 cygnal/cygnal.h void probePeers(boost::shared_ptr<peer_t> peer); boost 63 cygnal/cygnal.h void probePeers(std::vector<boost::shared_ptr<peer_t> > &peers); boost 65 cygnal/cygnal.h void addHandler(const std::string &path, boost::shared_ptr<Handler> x) { boost 69 cygnal/cygnal.h boost::shared_ptr<Handler> findHandler(const std::string &path); boost 72 cygnal/cygnal.h std::vector<boost::shared_ptr<peer_t> > & getActive() { return _active_peers; }; boost 77 cygnal/cygnal.h void addPeer(boost::shared_ptr<peer_t> x) { boost 81 cygnal/cygnal.h std::vector<boost::shared_ptr<peer_t> > _peers; boost 82 cygnal/cygnal.h std::vector<boost::shared_ptr<peer_t> > _active_peers; boost 83 cygnal/cygnal.h std::map<std::string, boost::shared_ptr<Handler> > _handlers; boost 84 cygnal/cygnal.h boost::mutex _mutex; boost 95 cygnal/cygnal.h void increment() { boost::mutex::scoped_lock lk(_tid_mutex); ++_tids; }; boost 96 cygnal/cygnal.h void decrement() { boost::mutex::scoped_lock lk(_tid_mutex); --_tids; }; boost 99 cygnal/cygnal.h boost::mutex _tid_mutex; boost 101 cygnal/cygnal.h boost::thread _tid_handle; boost 64 cygnal/handler.cpp using namespace boost; boost 102 cygnal/handler.cpp boost::mutex::scoped_lock lock(_mutex); boost 110 cygnal/handler.cpp boost::shared_ptr<HTTPServer> http(new HTTPServer); boost 118 cygnal/handler.cpp boost::shared_ptr<RTMPServer> rtmp(new RTMPServer); boost 148 cygnal/handler.cpp boost::mutex::scoped_lock lock(_mutex); boost 225 cygnal/handler.cpp boost::mutex::scoped_lock lock(_mutex); boost 254 cygnal/handler.cpp boost::mutex::scoped_lock lock(_mutex); boost 266 cygnal/handler.cpp Handler::setPlugin(boost::shared_ptr<Handler::cygnal_init_t> &/* init */) boost 280 cygnal/handler.cpp boost::shared_ptr<Handler::cygnal_init_t> boost 319 cygnal/handler.cpp boost::shared_ptr<cygnal_init_t> info = init_symptr(_netconnect); boost 359 cygnal/handler.cpp Handler::writeToPlugin(boost::uint8_t *data, size_t size) boost 370 cygnal/handler.cpp boost::shared_ptr<cygnal::Buffer> boost 375 cygnal/handler.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 399 cygnal/handler.cpp boost::shared_ptr<gnash::DiskStream> boost 455 cygnal/handler.cpp boost::shared_ptr<gnash::DiskStream> ds = _diskstreams[_streams]; boost 600 cygnal/handler.cpp map<int, boost::shared_ptr<DiskStream> >::iterator it; boost 94 cygnal/handler.h typedef boost::shared_ptr<cygnal::Buffer> (*cygnal_io_read_t)(); boost 107 cygnal/handler.h typedef boost::shared_ptr<cygnal_init_t>(*cygnal_io_init_t)(boost::shared_ptr<gnash::RTMPMsg> &msg); boost 127 cygnal/handler.h boost::shared_ptr<gnash::DiskStream> getDiskStream(int x) { return _diskstreams[x]; } boost 128 cygnal/handler.h void setDiskStream(int x, boost::shared_ptr<gnash::DiskStream> y) { _diskstreams[x] = y; } boost 131 cygnal/handler.h void addSOL(boost::shared_ptr<cygnal::Element> x) { boost 165 cygnal/handler.h void setPlugin(boost::shared_ptr<Handler::cygnal_init_t> &init); boost 170 cygnal/handler.h boost::shared_ptr<cygnal_init_t> initModule(const std::string& module); boost 177 cygnal/handler.h boost::shared_ptr<cygnal::Buffer> readFromPlugin(); boost 182 cygnal/handler.h size_t writeToPlugin(boost::uint8_t *data, size_t size); boost 211 cygnal/handler.h boost::shared_ptr<gnash::DiskStream> findStream(const std::string &filespec); boost 234 cygnal/handler.h void setNetConnection(boost::shared_ptr<gnash::RTMPMsg> msg) { _netconnect = msg; }; boost 235 cygnal/handler.h boost::shared_ptr<gnash::RTMPMsg> getNetConnection() { return _netconnect;}; boost 239 cygnal/handler.h boost::shared_ptr<HTTPServer> &getHTTPHandler(int fd) { return _http[fd]; }; boost 240 cygnal/handler.h boost::shared_ptr<RTMPServer> getRTMPHandler(int fd) { return _rtmp[fd]; }; boost 268 cygnal/handler.h std::map<int, boost::shared_ptr<gnash::DiskStream> > _diskstreams; boost 274 cygnal/handler.h std::map<int, boost::shared_ptr<HTTPServer> > _http; boost 275 cygnal/handler.h std::map<int, boost::shared_ptr<RTMPServer> > _rtmp; boost 289 cygnal/handler.h boost::shared_ptr<cygnal::Proc> _local; boost 292 cygnal/handler.h boost::shared_ptr<cygnal_init_t> _plugin; boost 295 cygnal/handler.h std::vector<boost::shared_ptr<gnash::DiskStream> > _files; boost 298 cygnal/handler.h std::vector<boost::shared_ptr<cygnal::Element> > _sol; boost 320 cygnal/handler.h boost::shared_ptr<gnash::RTMPMsg> _netconnect; boost 325 cygnal/handler.h boost::mutex _mutex; boost 69 cygnal/http_server.cpp static boost::mutex stl_mutex; boost 148 cygnal/http_server.cpp boost::shared_ptr<DiskStream> filestream(cache.findFile(_filespec)); boost 205 cygnal/http_server.cpp boost::shared_ptr<DiskStream> ds = hand->getDiskStream(fd); boost 272 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 279 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 293 cygnal/http_server.cpp boost::uint8_t *data = processHeaderFields(buf.get()); boost 295 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> content(new cygnal::Buffer(length)); boost 318 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(content.reference(), content.end()); boost 339 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> reply = cgis.readNet(); boost 344 cygnal/http_server.cpp vector<boost::shared_ptr<cygnal::Element> > headers = parseEchoRequest(*content); boost 364 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 367 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 374 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 378 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 384 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 388 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 394 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 398 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 404 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 408 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 414 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> boost 418 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 509 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> buf = new cygnal::Buffer; boost 530 cygnal/http_server.cpp vector<boost::shared_ptr<cygnal::Element > > boost 535 cygnal/http_server.cpp vector<boost::shared_ptr<cygnal::Element > > headers; boost 538 cygnal/http_server.cpp boost::uint8_t *tmpptr = data + 6; boost 540 cygnal/http_server.cpp boost::uint16_t length; boost 541 cygnal/http_server.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 542 cygnal/http_server.cpp tmpptr += sizeof(boost::uint16_t); boost 546 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element > el1(new cygnal::Element); boost 551 cygnal/http_server.cpp boost::uint8_t *endstr = std::find(tmpptr, tmpptr+length, '\0'); boost 563 cygnal/http_server.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 564 cygnal/http_server.cpp tmpptr += sizeof(boost::uint16_t); boost 565 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element > el2(new cygnal::Element); boost 585 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> el3 = amf.extractAMF(tmpptr, tmpptr + size); boost 589 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> el4 = amf.extractAMF(tmpptr, tmpptr + size); boost 602 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> data; boost 613 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> child = el.getProperty(i); boost 664 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> res = amf::AMF::encodeString(result); boost 668 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> null = amf::AMF::encodeString("null"); boost 864 cygnal/http_server.cpp boost::uint8_t *start = std::find(data, data+7, ' ') + 1; boost 865 cygnal/http_server.cpp boost::uint8_t *end = std::find(start + 2, data+PATH_MAX, ' '); boost 866 cygnal/http_server.cpp boost::uint8_t *params = std::find(start, end, '?'); boost 890 cygnal/http_server.cpp boost::uint8_t * boost 942 cygnal/http_server.cpp const boost::uint8_t *cmd = reinterpret_cast<const boost::uint8_t *>(i->c_str()); boost 943 cygnal/http_server.cpp if (extractCommand(const_cast<boost::uint8_t *>(cmd)) == HTTP::HTTP_NONE) { boost 1059 cygnal/http_server.cpp www.writeNet(args->netfd, (boost::uint8_t *)response.c_str(), response.size()); boost 51 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processPostRequest(int fd, cygnal::Buffer *buf); boost 52 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processPutRequest(int fd, cygnal::Buffer *buf); boost 53 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processDeleteRequest(int fd, cygnal::Buffer *buf); boost 54 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processConnectRequest(int fd, cygnal::Buffer *buf); boost 55 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processOptionsRequest(int fd, cygnal::Buffer *buf); boost 56 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processHeadRequest(int fd, cygnal::Buffer *buf); boost 57 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> processTraceRequest(int fd, cygnal::Buffer *buf); boost 60 cygnal/http_server.h boost::shared_ptr<cygnal::Buffer> formatServerReply(http_status_e code); boost 70 cygnal/http_server.h rtmpt_cmd_e extractRTMPT(boost::uint8_t *data); boost 77 cygnal/http_server.h http_method_e extractCommand(boost::uint8_t *data); boost 84 cygnal/http_server.h boost::uint8_t *processHeaderFields(cygnal::Buffer &buf); boost 89 cygnal/http_server.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(gnash::cygnal::Buffer &buf) { return parseEchoRequest(buf.reference(), buf.size()); }; boost 90 cygnal/http_server.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(boost::uint8_t *buf, size_t size); boost 99 cygnal/http_server.h boost::shared_ptr<gnash::DiskStream> getDiskStream() { return _diskstream; }; boost 103 cygnal/http_server.h boost::shared_ptr<gnash::DiskStream> _diskstream; boost 105 cygnal/libamf/amf.cpp boost::uint16_t s; boost 107 cygnal/libamf/amf.cpp boost::uint8_t c0; boost 108 cygnal/libamf/amf.cpp boost::uint8_t c1; boost 121 cygnal/libamf/amf.cpp boost::uint8_t *x = static_cast<boost::uint8_t *>(word); boost 138 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 145 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(AMF0_NUMBER_SIZE + 1)); boost 159 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 164 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(2)); boost 166 cygnal/libamf/amf.cpp *buf += static_cast<boost::uint8_t>(flag); boost 174 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 178 cygnal/libamf/amf.cpp boost::uint32_t length; boost 181 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 190 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> >::const_iterator ait; boost 191 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> > props = data.getProperties(); boost 193 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 194 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> item = AMF::encodeElement(el); boost 216 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 220 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(1)); boost 229 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 233 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(1)); boost 242 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 246 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(1)); boost 257 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 262 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf; boost 277 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 282 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(1)); boost 295 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 299 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf; boost 312 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 318 cygnal/libamf/amf.cpp boost::uint32_t props; boost 320 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 337 cygnal/libamf/amf.cpp boost::uint16_t enclength = length; boost 349 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> >::const_iterator ait; boost 350 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> > props = data.getProperties(); boost 352 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 353 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> item = AMF::encodeElement(el); boost 379 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 383 cygnal/libamf/amf.cpp boost::uint16_t num = index; boost 384 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> buf(new Buffer(3)); boost 386 cygnal/libamf/amf.cpp swapBytes(&num, sizeof(boost::uint16_t)); boost 399 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 403 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf; boost 418 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 422 cygnal/libamf/amf.cpp boost::uint32_t length; boost 428 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer); boost 436 cygnal/libamf/amf.cpp swapBytes(&length, sizeof(boost::uint32_t)); boost 442 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> item; boost 443 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> >::const_iterator ait; boost 444 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> > props = data.getProperties(); boost 446 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 471 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> buflen = ellen.encode(); boost 490 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 494 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf; boost 507 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 511 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf; boost 526 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 530 cygnal/libamf/amf.cpp boost::uint32_t items; boost 533 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer); boost 543 cygnal/libamf/amf.cpp swapBytes(&items, sizeof(boost::uint32_t)); boost 547 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> >::const_iterator ait; boost 548 cygnal/libamf/amf.cpp std::vector<boost::shared_ptr<cygnal::Element> > props = data.getProperties(); boost 553 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 566 cygnal/libamf/amf.cpp boost::uint32_t moreitems = data.propertySize() + 1; boost 567 cygnal/libamf/amf.cpp swapBytes(&moreitems, sizeof(boost::uint32_t)); boost 568 cygnal/libamf/amf.cpp boost::uint8_t *ptr = buf->reference() + 1; boost 569 cygnal/libamf/amf.cpp memcpy(ptr, &moreitems, sizeof(boost::uint32_t)); boost 585 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Buffer> item = AMF::encodeElement(el); boost 607 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 610 cygnal/libamf/amf.cpp boost::uint8_t *ptr = const_cast<boost::uint8_t *>(reinterpret_cast<const boost::uint8_t *>(str.c_str())); boost 621 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 625 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer>buf(new Buffer(size + AMF_HEADER_SIZE)); boost 631 cygnal/libamf/amf.cpp boost::uint16_t length = size; boost 644 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 648 cygnal/libamf/amf.cpp boost::uint16_t length; boost 650 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(AMF_HEADER_SIZE)); boost 685 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 691 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 695 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf; boost 792 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> bigbuf; boost 795 cygnal/libamf/amf.cpp bigbuf.reset(new cygnal::Buffer(el.getNameSize() + sizeof(boost::uint16_t) + buf->size())); boost 797 cygnal/libamf/amf.cpp bigbuf.reset(new cygnal::Buffer(el.getNameSize() + sizeof(boost::uint16_t))); boost 802 cygnal/libamf/amf.cpp boost::uint16_t enclength = length; boost 824 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> boost 832 cygnal/libamf/amf.cpp boost::shared_ptr<Buffer> buf(new Buffer(outsize)); boost 837 cygnal/libamf/amf.cpp boost::uint16_t enclength = length; boost 882 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> boost 886 cygnal/libamf/amf.cpp boost::uint8_t* start = buf->reference(); boost 887 cygnal/libamf/amf.cpp boost::uint8_t* tooFar = start+buf->size(); boost 903 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> boost 908 cygnal/libamf/amf.cpp boost::uint8_t *tmpptr = in; boost 909 cygnal/libamf/amf.cpp boost::uint16_t length; boost 910 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> el(new Element); boost 917 cygnal/libamf/amf.cpp std::map<boost::uint16_t, cygnal::Element> references; boost 975 cygnal/libamf/amf.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 976 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint16_t); boost 1005 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> child = boost 1031 cygnal/libamf/amf.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 1032 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint16_t); boost 1045 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint32_t); boost 1053 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> child = boost 1069 cygnal/libamf/amf.cpp boost::uint32_t items = boost 1070 cygnal/libamf/amf.cpp ntohl((*(boost::uint32_t *)tmpptr) & 0xffffffff); boost 1072 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint32_t); boost 1074 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> child = boost 1094 cygnal/libamf/amf.cpp boost::uint32_t items = ntohl((*(boost::uint32_t *)tmpptr)); boost 1096 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint32_t); boost 1098 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> child = boost 1136 cygnal/libamf/amf.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 1137 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint16_t); boost 1155 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> child = boost 1190 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> boost 1195 cygnal/libamf/amf.cpp boost::uint8_t* start = buf->reference(); boost 1196 cygnal/libamf/amf.cpp boost::uint8_t* tooFar = start+buf->size(); boost 1213 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> boost 1218 cygnal/libamf/amf.cpp boost::uint8_t *tmpptr = in; boost 1219 cygnal/libamf/amf.cpp boost::uint16_t length; boost 1220 cygnal/libamf/amf.cpp boost::shared_ptr<cygnal::Element> el; boost 1222 cygnal/libamf/amf.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 1224 cygnal/libamf/amf.cpp tmpptr += sizeof(boost::uint16_t); boost 51 cygnal/libamf/amf.h const boost::uint8_t AMF_HEADER_SIZE = 3; boost 59 cygnal/libamf/amf.h const boost::uint8_t AMF_PROP_HEADER_SIZE = 5; boost 62 cygnal/libamf/amf.h const boost::uint8_t AMF_VERSION = 0; boost 65 cygnal/libamf/amf.h const boost::uint8_t TERMINATOR = 0x09; boost 72 cygnal/libamf/amf.h const boost::uint16_t SANE_STR_SIZE = 65535; boost 138 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeString(const std::string &str); boost 148 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeString(boost::uint8_t *data, boost 157 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeNullString(); boost 165 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeBoolean(bool flag); boost 171 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeUndefined(); boost 179 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeNull(); boost 185 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeUnsupported(); boost 195 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeXMLObject(const boost::uint8_t *data, boost 206 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeTypedObject(const cygnal::Element &data); boost 216 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeReference(boost::uint16_t index); boost 226 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeMovieClip(const boost::uint8_t *data, boost 240 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeECMAArray(const cygnal::Element &data); boost 250 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeLongString(const boost::uint8_t *data, boost 261 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeRecordSet(const boost::uint8_t *data, boost 270 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeDate(const boost::uint8_t *data); boost 283 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeStrictArray(const cygnal::Element &data); boost 291 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeObject(const cygnal::Element &data); boost 297 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeObjectEnd(); boost 305 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeNumber(double num); boost 313 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeElement(boost::shared_ptr<cygnal::Element> el); boost 321 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeElement(const cygnal::Element& el); boost 329 cygnal/libamf/amf.h boost::shared_ptr<Buffer> encodeProperty(boost::shared_ptr<cygnal::Element> el); boost 345 cygnal/libamf/amf.h static Element::amf0_type_e extractElementHeader(boost::uint8_t *in) boost 361 cygnal/libamf/amf.h boost::shared_ptr<cygnal::Element> extractAMF(boost::uint8_t *in, boost::uint8_t* tooFar); boost 371 cygnal/libamf/amf.h boost::shared_ptr<cygnal::Element> extractAMF(boost::shared_ptr<Buffer> buf); boost 388 cygnal/libamf/amf.h boost::shared_ptr<cygnal::Element> extractProperty(boost::uint8_t *in, boost::uint8_t* tooFar); boost 402 cygnal/libamf/amf.h boost::shared_ptr<cygnal::Element> extractProperty(boost::shared_ptr<Buffer> buf); boost 43 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> boost 49 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf (new cygnal::Buffer(size)); boost 54 cygnal/libamf/amf_msg.cpp boost::uint16_t swapped = htons(version); boost 64 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> boost 75 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> boost 82 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf (new cygnal::Buffer(sizeof(AMF_msg::message_header_t))); boost 85 cygnal/libamf/amf_msg.cpp boost::uint16_t length = head->target.size(); boost 95 cygnal/libamf/amf_msg.cpp *buf += static_cast<boost::uint32_t>(head->size); boost 101 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::context_header_t> boost 108 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::context_header_t> boost 112 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::context_header_t> msg (new AMF_msg::context_header_t); boost 114 cygnal/libamf/amf_msg.cpp boost::uint16_t tmpnum = *reinterpret_cast<boost::uint16_t *>(data); boost 116 cygnal/libamf/amf_msg.cpp tmpnum = *reinterpret_cast<boost::uint16_t *>(data + sizeof(boost::uint16_t)); boost 118 cygnal/libamf/amf_msg.cpp tmpnum = *reinterpret_cast<boost::uint16_t *>(data + sizeof(boost::uint32_t)); boost 124 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::message_header_t> boost 131 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::message_header_t> boost 136 cygnal/libamf/amf_msg.cpp boost::uint8_t *tmpptr = data; boost 137 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::message_header_t> msg (new AMF_msg::message_header_t); boost 140 cygnal/libamf/amf_msg.cpp boost::uint16_t length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 142 cygnal/libamf/amf_msg.cpp boost::format msg("Length of string shouldn't be zero! amf_msg.cpp::%1%(): %2%"); boost 146 cygnal/libamf/amf_msg.cpp tmpptr += sizeof(boost::uint16_t); boost 150 cygnal/libamf/amf_msg.cpp boost::format msg("Trying to read past the end of data! Wants %1% bytes, given %2% bytes"); boost 158 cygnal/libamf/amf_msg.cpp length = ntohs((*(boost::uint16_t *)tmpptr) & 0xffff); boost 160 cygnal/libamf/amf_msg.cpp boost::format msg("Length of string shouldn't be zero! amf_msg.cpp::%1%(): %2%"); boost 164 cygnal/libamf/amf_msg.cpp tmpptr += sizeof(boost::uint16_t); boost 169 cygnal/libamf/amf_msg.cpp boost::format msg("Trying to read past the end of data! Wants %1% bytes, given %2% bytes"); boost 175 cygnal/libamf/amf_msg.cpp msg->size = ntohl((*(boost::uint32_t *)tmpptr)); boost 193 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::context_header_t> boost 200 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::context_header_t> boost 205 cygnal/libamf/amf_msg.cpp boost::uint8_t *ptr = data + sizeof(AMF_msg::context_header_t); boost 206 cygnal/libamf/amf_msg.cpp boost::shared_ptr<context_header_t> header = AMF_msg::parseContextHeader(data, size); boost 214 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::amf_message_t> msgpkt(new AMF_msg::amf_message_t); boost 215 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::message_header_t> msghead = AMF_msg::parseMessageHeader(ptr, size); boost 218 cygnal/libamf/amf_msg.cpp + (sizeof(boost::uint16_t) * 2) boost 219 cygnal/libamf/amf_msg.cpp + (sizeof(boost::uint32_t)); boost 220 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(ptr, ptr+size); boost 237 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> boost 246 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> boost 250 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer); boost 253 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf1 = encodeContextHeader(0, 0, _messages.size()); boost 258 cygnal/libamf/amf_msg.cpp std::vector<boost::shared_ptr<AMF_msg::amf_message_t> >::iterator it; boost 260 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::amf_message_t> msg = (*(it)); boost 262 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf2 = encodeMsgHeader(msg->header.target, boost 268 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf3 = msg->data->encode(); boost 276 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> boost 281 cygnal/libamf/amf_msg.cpp size_t total = target.size() + sizeof(boost::uint16_t); boost 282 cygnal/libamf/amf_msg.cpp total += response.size() + sizeof(boost::uint16_t); boost 283 cygnal/libamf/amf_msg.cpp total += sizeof(boost::uint32_t); boost 285 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Buffer> buf (new cygnal::Buffer(total)); boost 286 cygnal/libamf/amf_msg.cpp boost::uint16_t length = target.size(); boost 287 cygnal/libamf/amf_msg.cpp swapBytes(&length, sizeof(boost::uint16_t)); boost 292 cygnal/libamf/amf_msg.cpp swapBytes(&length, sizeof(boost::uint16_t)); boost 296 cygnal/libamf/amf_msg.cpp boost::uint32_t swapped = htonl(size); boost 325 cygnal/libamf/amf_msg.cpp std::vector<boost::shared_ptr<AMF_msg::amf_message_t> >::iterator it; boost 327 cygnal/libamf/amf_msg.cpp boost::shared_ptr<AMF_msg::amf_message_t> msg = (*(it)); boost 61 cygnal/libamf/amf_msg.h boost::uint16_t version; boost 62 cygnal/libamf/amf_msg.h boost::uint16_t headers; boost 63 cygnal/libamf/amf_msg.h boost::uint16_t messages; boost 72 cygnal/libamf/amf_msg.h boost::shared_ptr<cygnal::Element> data; boost 75 cygnal/libamf/amf_msg.h size_t addMessage(boost::shared_ptr<amf_message_t> msg) boost 79 cygnal/libamf/amf_msg.h boost::shared_ptr<amf_message_t> &getMessage(int x) { return _messages[x]; }; boost 83 cygnal/libamf/amf_msg.h static boost::shared_ptr<cygnal::Buffer> encodeContextHeader(context_header_t *head); boost 84 cygnal/libamf/amf_msg.h static boost::shared_ptr<cygnal::Buffer> encodeContextHeader(boost::uint16_t version, boost 85 cygnal/libamf/amf_msg.h boost::uint16_t headers, boost 86 cygnal/libamf/amf_msg.h boost::uint16_t messages); boost 88 cygnal/libamf/amf_msg.h static boost::shared_ptr<cygnal::Buffer> encodeMsgHeader(message_header_t *head); boost 89 cygnal/libamf/amf_msg.h static boost::shared_ptr<cygnal::Buffer> encodeMsgHeader(const std::string &target, boost 93 cygnal/libamf/amf_msg.h static boost::shared_ptr<context_header_t> parseContextHeader(cygnal::Buffer &data); boost 94 cygnal/libamf/amf_msg.h static boost::shared_ptr<context_header_t> parseContextHeader(boost::uint8_t *data, size_t size); boost 96 cygnal/libamf/amf_msg.h static boost::shared_ptr<message_header_t> parseMessageHeader(cygnal::Buffer &data); boost 97 cygnal/libamf/amf_msg.h static boost::shared_ptr<message_header_t> parseMessageHeader(boost::uint8_t *data, size_t size); boost 100 cygnal/libamf/amf_msg.h boost::shared_ptr<context_header_t> parseAMFPacket(cygnal::Buffer &buf); boost 101 cygnal/libamf/amf_msg.h boost::shared_ptr<context_header_t> parseAMFPacket(boost::uint8_t *data, boost 105 cygnal/libamf/amf_msg.h boost::shared_ptr<cygnal::Buffer> encodeAMFPacket(); boost 106 cygnal/libamf/amf_msg.h boost::shared_ptr<cygnal::Buffer> encodeAMFPacket(const std::string &target, boost 114 cygnal/libamf/amf_msg.h std::vector<boost::shared_ptr<amf_message_t> > _messages; boost 46 cygnal/libamf/buffer.cpp boost::uint8_t boost 76 cygnal/libamf/buffer.cpp boost::uint8_t ch = 0; boost 78 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = const_cast<boost::uint8_t *>(reinterpret_cast<const boost::uint8_t *>(str.c_str())); boost 79 cygnal/libamf/buffer.cpp boost::uint8_t *end = ptr + count; boost 129 cygnal/libamf/buffer.cpp _data.reset(new boost::uint8_t[size]); boost 206 cygnal/libamf/buffer.cpp boost::format msg("Not enough storage was allocated to hold the " boost 232 cygnal/libamf/buffer.cpp boost::format msg("Not enough storage was allocated to hold the " boost 265 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(type); boost 279 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(byte); boost 292 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(flag); boost 307 cygnal/libamf/buffer.cpp _seekptr += sizeof(boost::uint8_t); boost 322 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = const_cast<boost::uint8_t *>(reinterpret_cast<const boost::uint8_t *>(str)); boost 337 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = const_cast<boost::uint8_t *>(reinterpret_cast<const boost::uint8_t *>(str.c_str())); boost 351 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&num); boost 364 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&length); boost 365 cygnal/libamf/buffer.cpp return append(ptr, sizeof(boost::uint16_t)); boost 377 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&length); boost 378 cygnal/libamf/buffer.cpp return append(ptr, sizeof(boost::uint32_t)); boost 422 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = const_cast<boost::uint8_t *>(reinterpret_cast<const boost::uint8_t *>(str.c_str())); boost 430 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = const_cast<boost::uint8_t *>(reinterpret_cast<const boost::uint8_t *>(str)); boost 444 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&num); boost 458 cygnal/libamf/buffer.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&length); boost 459 cygnal/libamf/buffer.cpp return copy(ptr, sizeof(boost::uint16_t)); boost 471 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(type); boost 484 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(flag); boost 562 cygnal/libamf/buffer.cpp boost::uint8_t * boost 566 cygnal/libamf/buffer.cpp boost::uint8_t *start = std::find(begin(), end(), c); boost 590 cygnal/libamf/buffer.cpp boost::uint8_t * boost 614 cygnal/libamf/buffer.cpp boost::uint8_t * boost 668 cygnal/libamf/buffer.cpp boost::scoped_array<boost::uint8_t> tmp; boost 678 cygnal/libamf/buffer.cpp _data.reset(new boost::uint8_t[size]); boost 714 cygnal/libamf/buffer.cpp boost::uint8_t *newptr = new boost::uint8_t[size]; boost 762 cygnal/libamf/buffer.cpp boost::mt19937 seed; boost 764 cygnal/libamf/buffer.cpp boost::uniform_int<> errs(1, (_nbytes/factor)); boost 770 cygnal/libamf/buffer.cpp boost::uniform_int<> location(0, _nbytes); boost 775 cygnal/libamf/buffer.cpp boost::uniform_int<> shift(1, 256); boost 150 cygnal/libamf/buffer.h Buffer ©(boost::uint8_t *data, size_t nbytes); boost 159 cygnal/libamf/buffer.h Buffer &operator=(boost::shared_ptr<Buffer>& buf); boost 182 cygnal/libamf/buffer.h Buffer &operator=(boost::uint16_t length); boost 189 cygnal/libamf/buffer.h Buffer &operator=(boost::uint8_t byte); boost 196 cygnal/libamf/buffer.h Buffer &operator=(boost::uint8_t *byte); boost 220 cygnal/libamf/buffer.h Buffer &append(boost::uint8_t *data, size_t nbytes); boost 228 cygnal/libamf/buffer.h Buffer &operator+=(boost::shared_ptr<Buffer> &buf); boost 250 cygnal/libamf/buffer.h Buffer &operator+=(boost::uint32_t length); boost 256 cygnal/libamf/buffer.h Buffer &operator+=(boost::uint16_t length); boost 262 cygnal/libamf/buffer.h Buffer &operator+=(boost::uint8_t byte); boost 285 cygnal/libamf/buffer.h boost::uint8_t *remove(boost::uint8_t c); boost 295 cygnal/libamf/buffer.h boost::uint8_t *remove(int index); boost 310 cygnal/libamf/buffer.h boost::uint8_t *remove(int start, int range); boost 316 cygnal/libamf/buffer.h boost::uint8_t *begin() { return _data.get() ; }; boost 317 cygnal/libamf/buffer.h boost::uint8_t *reference() { return _data.get(); } boost 318 cygnal/libamf/buffer.h const boost::uint8_t *reference() const { return _data.get(); } boost 325 cygnal/libamf/buffer.h boost::uint8_t *end() { return _seekptr; }; boost 344 cygnal/libamf/buffer.h void setPointer(boost::uint8_t *ptr) { _data.reset(ptr); }; boost 362 cygnal/libamf/buffer.h boost::uint8_t operator[](int index) { return _data[index]; }; boost 370 cygnal/libamf/buffer.h boost::uint8_t *at(int index) { return _data.get() + index; }; boost 391 cygnal/libamf/buffer.h void setSeekPointer(boost::uint8_t *ptr) { _seekptr = ptr; }; boost 404 cygnal/libamf/buffer.h boost::uint8_t *_seekptr; boost 409 cygnal/libamf/buffer.h boost::scoped_array<boost::uint8_t> _data; boost 437 cygnal/libamf/buffer.h boost::uint8_t hex2digit (boost::uint8_t digit); boost 253 cygnal/libamf/element.cpp boost::uint16_t boost 258 cygnal/libamf/element.cpp return *(reinterpret_cast<boost::uint16_t *>(_buffer->reference())); boost 267 cygnal/libamf/element.cpp boost::uint32_t boost 272 cygnal/libamf/element.cpp return *(reinterpret_cast<boost::uint32_t *>(_buffer->reference())); boost 310 cygnal/libamf/element.cpp boost::uint8_t * boost 320 cygnal/libamf/element.cpp const boost::uint8_t * boost 416 cygnal/libamf/element.cpp outsize += el.getNameSize() + sizeof(boost::uint16_t); boost 427 cygnal/libamf/element.cpp outsize = sizeof(boost::uint32_t) + 1; boost 434 cygnal/libamf/element.cpp std::vector<boost::shared_ptr<cygnal::Element> > props = el.getProperties(); boost 453 cygnal/libamf/element.cpp boost::shared_ptr<Buffer> boost 461 cygnal/libamf/element.cpp boost::shared_ptr<Buffer> boost 466 cygnal/libamf/element.cpp boost::shared_ptr<Buffer> buf; boost 486 cygnal/libamf/element.cpp boost::uint16_t enclength = length; boost 491 cygnal/libamf/element.cpp boost::uint8_t byte = static_cast<boost::uint8_t>(0x5); boost 496 cygnal/libamf/element.cpp boost::shared_ptr<Buffer> partial = AMF::encodeElement(_properties[i]); boost 509 cygnal/libamf/element.cpp boost::uint8_t pad = 0; boost 528 cygnal/libamf/element.cpp boost::shared_ptr<Element> boost 536 cygnal/libamf/element.cpp boost::shared_ptr<Element> el; boost 653 cygnal/libamf/element.cpp check_buffer(sizeof(boost::uint8_t)); boost 675 cygnal/libamf/element.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(const_cast<char *>(str)); boost 970 cygnal/libamf/element.cpp std::vector<boost::shared_ptr<Element> >::const_iterator ait; boost 972 cygnal/libamf/element.cpp boost::shared_ptr<Element> el = (*(ait)); boost 1099 cygnal/libamf/element.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&index); boost 1100 cygnal/libamf/element.cpp return makeReference(ptr, sizeof(boost::uint16_t)); boost 1437 cygnal/libamf/element.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(const_cast<char *>(name)); boost 1557 cygnal/libamf/element.cpp std::vector<boost::shared_ptr<Element> >::const_iterator ait; boost 1560 cygnal/libamf/element.cpp const boost::shared_ptr<Element> el = (*(ait)); boost 1572 cygnal/libamf/element.cpp boost::shared_ptr<cygnal::Element> boost 1576 cygnal/libamf/element.cpp std::vector<boost::shared_ptr<Element> >::iterator ait; boost 1579 cygnal/libamf/element.cpp boost::shared_ptr<Element> el = (*(ait)); boost 1586 cygnal/libamf/element.cpp boost::shared_ptr<Element> el; boost 226 cygnal/libamf/element.h Element &makeString(boost::uint8_t *data, size_t size); boost 257 cygnal/libamf/element.h Element &makeNumber(boost::shared_ptr<cygnal::Buffer> buf); boost 265 cygnal/libamf/element.h Element &makeNumber(boost::uint8_t *data); boost 275 cygnal/libamf/element.h Element &makeNumber(const std::string &name, boost::uint8_t *data); boost 283 cygnal/libamf/element.h Element &makeBoolean(boost::uint8_t *data); boost 353 cygnal/libamf/element.h Element &makeObject(std::vector<boost::shared_ptr<cygnal::Element> > &data); boost 362 cygnal/libamf/element.h Element &makeObject(const std::string &name, std::vector<boost::shared_ptr<cygnal::Element> > &data); boost 387 cygnal/libamf/element.h Element &makeXMLObject(boost::uint8_t *data); boost 410 cygnal/libamf/element.h Element &makeECMAArray(std::vector<boost::shared_ptr<cygnal::Element> > &data); boost 419 cygnal/libamf/element.h Element &makeECMAArray(const std::string &name, std::vector<boost::shared_ptr<cygnal::Element> > &data); boost 444 cygnal/libamf/element.h Element &makeStrictArray(std::vector<boost::shared_ptr<cygnal::Element> > &data); boost 453 cygnal/libamf/element.h Element &makeStrictArray(const std::string &name, std::vector<boost::shared_ptr<cygnal::Element> > &data); boost 470 cygnal/libamf/element.h Element &makeTypedObject(boost::uint8_t *data); boost 476 cygnal/libamf/element.h Element &makeReference(boost::uint16_t index); boost 485 cygnal/libamf/element.h Element &makeReference(boost::uint8_t *data, size_t size); boost 499 cygnal/libamf/element.h Element &makeMovieClip(boost::uint8_t *data, size_t size); boost 513 cygnal/libamf/element.h Element &makeLongString(boost::uint8_t *data); boost 527 cygnal/libamf/element.h Element &makeRecordSet(boost::uint8_t *data); boost 539 cygnal/libamf/element.h Element &makeDate(boost::uint8_t *data); boost 554 cygnal/libamf/element.h Element &makeUnsupported(boost::uint8_t *data); boost 576 cygnal/libamf/element.h bool operator==(boost::shared_ptr<cygnal::Element> ); boost 595 cygnal/libamf/element.h boost::shared_ptr<cygnal::Element> operator[](size_t index); boost 629 cygnal/libamf/element.h boost::uint16_t to_short() const; boost 634 cygnal/libamf/element.h boost::uint32_t to_integer() const; boost 644 cygnal/libamf/element.h boost::uint8_t *to_reference(); boost 645 cygnal/libamf/element.h const boost::uint8_t *to_reference() const; boost 681 cygnal/libamf/element.h void setName(boost::uint8_t *name, size_t size); boost 691 cygnal/libamf/element.h boost::shared_ptr<Element> findProperty(const std::string &name); boost 698 cygnal/libamf/element.h boost::shared_ptr<Element> getProperty(size_t index) const { return _properties[index]; }; boost 705 cygnal/libamf/element.h void addProperty(boost::shared_ptr<Element> el) { _properties.push_back(el); }; boost 715 cygnal/libamf/element.h boost::shared_ptr<Element> popProperty() boost 733 cygnal/libamf/element.h boost::shared_ptr<Buffer> encode(); boost 734 cygnal/libamf/element.h boost::shared_ptr<Buffer> encode(bool notobject); boost 742 cygnal/libamf/element.h std::vector<boost::shared_ptr<Element> > getProperties() const boost 773 cygnal/libamf/element.h boost::shared_ptr<cygnal::Buffer> _buffer; boost 782 cygnal/libamf/element.h std::vector<boost::shared_ptr<Element> > _properties; boost 64 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Buffer> boost 68 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Buffer> buf(new Buffer(sizeof(Flv::flv_header_t))); boost 71 cygnal/libamf/flv.cpp boost::uint8_t version = 0x1; boost 77 cygnal/libamf/flv.cpp boost::uint32_t size = htonl(0x9); boost 78 cygnal/libamf/flv.cpp buf->append((boost::uint8_t *)&size, sizeof(boost::uint32_t)); boost 84 cygnal/libamf/flv.cpp boost::shared_ptr<Flv::flv_header_t> boost 88 cygnal/libamf/flv.cpp boost::shared_ptr<flv_header_t> header(new flv_header_t); boost 116 cygnal/libamf/flv.cpp boost::uint32_t size = *(reinterpret_cast<boost::uint32_t *>(header->head_size)); boost 118 cygnal/libamf/flv.cpp swapBytes(header->head_size, sizeof(boost::uint32_t)); boost 131 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Element> boost 137 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Element> boost 142 cygnal/libamf/flv.cpp boost::uint8_t *ptr = buf; boost 143 cygnal/libamf/flv.cpp boost::uint8_t *tooFar = ptr + size; boost 153 cygnal/libamf/flv.cpp boost::uint16_t length; boost 154 cygnal/libamf/flv.cpp length = ntohs((*(boost::uint16_t *)ptr) & 0xffff); boost 159 cygnal/libamf/flv.cpp ptr += sizeof(boost::uint16_t); boost 173 cygnal/libamf/flv.cpp boost::shared_ptr<Flv::flv_audio_t> boost 177 cygnal/libamf/flv.cpp boost::shared_ptr<flv_audio_t> audio(new flv_audio_t); boost 232 cygnal/libamf/flv.cpp boost::shared_ptr<Flv::flv_video_t> boost 236 cygnal/libamf/flv.cpp boost::shared_ptr<flv_video_t> video(new flv_video_t); boost 274 cygnal/libamf/flv.cpp boost::uint32_t boost 278 cygnal/libamf/flv.cpp boost::uint32_t bodysize = 0; boost 281 cygnal/libamf/flv.cpp bodysize = *(reinterpret_cast<boost::uint32_t *>(num)) >> 8; boost 283 cygnal/libamf/flv.cpp bodysize = *(reinterpret_cast<boost::uint32_t *>(num)) << 8; boost 291 cygnal/libamf/flv.cpp boost::shared_ptr<Flv::flv_tag_t> boost 296 cygnal/libamf/flv.cpp boost::shared_ptr<flv_tag_t> tag(new flv_tag_t); boost 309 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Element> boost 313 cygnal/libamf/flv.cpp std::vector<boost::shared_ptr<cygnal::Element> >::iterator ait; boost 316 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 323 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Element> el; boost 332 cygnal/libamf/flv.cpp std::vector<boost::shared_ptr<cygnal::Element> >::iterator ait; boost 336 cygnal/libamf/flv.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 43 cygnal/libamf/flv.h const boost::uint32_t FLV_MAX_LENGTH = 0xffffff; boost 51 cygnal/libamf/flv.h typedef boost::uint32_t previous_size_t; boost 147 cygnal/libamf/flv.h boost::uint8_t sig[3]; // always "FLV" boost 148 cygnal/libamf/flv.h boost::uint8_t version; // version, always seems to be 1 boost 149 cygnal/libamf/flv.h boost::uint8_t type; // Bitmask: 0x4 for audio, 0x1 for video boost 150 cygnal/libamf/flv.h boost::uint8_t head_size[4];// size of header, always seems to be 9 boost 155 cygnal/libamf/flv.h boost::uint8_t type; // the type. audio, video, or meta boost 156 cygnal/libamf/flv.h boost::uint8_t bodysize[3]; // body size (tag size - sizeof(flv_tag_t)) boost 157 cygnal/libamf/flv.h boost::uint8_t timestamp[3]; // timestamp in milliseconds boost 158 cygnal/libamf/flv.h boost::uint8_t extended; // extended timestamp boost 159 cygnal/libamf/flv.h boost::uint8_t streamid[3]; // always 0 boost 170 cygnal/libamf/flv.h boost::shared_ptr<cygnal::Buffer> encodeHeader(boost::uint8_t type); boost 177 cygnal/libamf/flv.h boost::shared_ptr<flv_header_t> decodeHeader(boost::shared_ptr<cygnal::Buffer> buf) { return decodeHeader(buf->reference()); }; boost 178 cygnal/libamf/flv.h boost::shared_ptr<flv_header_t> decodeHeader(boost::uint8_t *data); boost 186 cygnal/libamf/flv.h boost::shared_ptr<cygnal::Element> decodeMetaData(boost::shared_ptr<cygnal::Buffer> buf); boost 196 cygnal/libamf/flv.h boost::shared_ptr<cygnal::Element> decodeMetaData(boost::uint8_t *data, size_t size); boost 203 cygnal/libamf/flv.h boost::shared_ptr<flv_audio_t> decodeAudioData(boost::uint8_t flags); boost 210 cygnal/libamf/flv.h boost::shared_ptr<flv_video_t> decodeVideoData(boost::uint8_t flags); boost 217 cygnal/libamf/flv.h boost::shared_ptr<flv_tag_t> decodeTagHeader(boost::shared_ptr<cygnal::Buffer> &buf) { return decodeTagHeader(buf->reference()); }; boost 218 cygnal/libamf/flv.h boost::shared_ptr<flv_tag_t> decodeTagHeader(boost::uint8_t *data); boost 226 cygnal/libamf/flv.h boost::shared_ptr<cygnal::Element> findProperty(const std::string &name); boost 233 cygnal/libamf/flv.h void setProperties(std::vector<boost::shared_ptr<cygnal::Element> > array) boost 239 cygnal/libamf/flv.h boost::uint32_t convert24(boost::uint8_t *); boost 261 cygnal/libamf/flv.h std::vector<boost::shared_ptr<cygnal::Element> > _properties; boost 266 cygnal/libamf/flv.h boost::shared_ptr<cygnal::Element> _metadata; boost 172 cygnal/libamf/lcshm.cpp boost::uint8_t *addr = _baseaddr + LC_LISTENERS_START; boost 198 cygnal/libamf/lcshm.cpp boost::uint8_t *addr = _baseaddr + LC_LISTENERS_START; boost 256 cygnal/libamf/lcshm.cpp boost::uint8_t *addr = _baseaddr + LC_LISTENERS_START; boost 308 cygnal/libamf/lcshm.cpp boost::uint8_t *addr = _baseaddr + LC_LISTENERS_START; boost 365 cygnal/libamf/lcshm.cpp boost::uint8_t * boost 369 cygnal/libamf/lcshm.cpp boost::uint8_t *ptr = data; boost 389 cygnal/libamf/lcshm.cpp boost::shared_ptr<Element> el = amf.extractAMF(ptr, tooFar); boost 436 cygnal/libamf/lcshm.cpp boost::uint8_t * boost 450 cygnal/libamf/lcshm.cpp boost::uint8_t *header = Listener::getBaseAddress(); boost 451 cygnal/libamf/lcshm.cpp boost::uint8_t *ptr_FH = Listener::getBaseAddress(); boost 468 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf1 = AMF::encodeString(con); boost 474 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf2 = AMF::encodeString(protocol); boost 478 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf3 = AMF::encodeString(host); boost 523 cygnal/libamf/lcshm.cpp boost::uint8_t* baseAddress = reinterpret_cast<boost::uint8_t *>(SharedMem::begin()); boost 525 cygnal/libamf/lcshm.cpp boost::uint8_t* tooFar = SharedMem::end(); boost 552 cygnal/libamf/lcshm.cpp boost::mutex::scoped_lock lock(_localconnection_mutex); boost 564 cygnal/libamf/lcshm.cpp boost::uint8_t* baseAddress = reinterpret_cast<boost::uint8_t *>(SharedMem::begin()); boost 565 cygnal/libamf/lcshm.cpp boost::uint8_t* tooFar = SharedMem::end(); boost 597 cygnal/libamf/lcshm.cpp boost::mutex::scoped_lock lock(_localconnection_mutex); boost 604 cygnal/libamf/lcshm.cpp boost::uint8_t *baseptr = Listener::getBaseAddress(); boost 605 cygnal/libamf/lcshm.cpp boost::uint8_t *ptr = baseptr; boost 618 cygnal/libamf/lcshm.cpp boost::shared_ptr<Buffer> buf = AMF::encodeElement(*iter); boost 644 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf1 = AMF::encodeString(name); boost 649 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf2 = AMF::encodeString(protocol); boost 653 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf3 = AMF::encodeString(domainname); boost 663 cygnal/libamf/lcshm.cpp boost::shared_ptr<Buffer> buf = AMF::encodeElement(*iter); boost 715 cygnal/libamf/lcshm.cpp vector<boost::uint8_t> *vec = AMF::encodeElement(data); boost 716 cygnal/libamf/lcshm.cpp vector<boost::uint8_t>::iterator vit; boost 789 cygnal/libamf/lcshm.cpp vector<boost::shared_ptr<Element> >::iterator ait; boost 792 cygnal/libamf/lcshm.cpp boost::shared_ptr<Element> el = (*(ait)); boost 53 cygnal/libamf/lcshm.h Listener(boost::uint8_t *baseaddr); boost 93 cygnal/libamf/lcshm.h void setBaseAddress(boost::uint8_t *addr) { _baseaddr = addr; }; boost 99 cygnal/libamf/lcshm.h boost::uint8_t *getBaseAddress() { return _baseaddr; }; boost 108 cygnal/libamf/lcshm.h boost::uint8_t *_baseaddr; boost 120 cygnal/libamf/lcshm.h boost::uint32_t unknown1; boost 121 cygnal/libamf/lcshm.h boost::uint32_t unknown2; boost 122 cygnal/libamf/lcshm.h boost::uint32_t timestamp; // number of milliseconds that have boost 124 cygnal/libamf/lcshm.h boost::uint32_t length; boost 132 cygnal/libamf/lcshm.h std::vector<boost::shared_ptr<cygnal::Element> > data; // this can be any AMF data type boost 153 cygnal/libamf/lcshm.h LcShm(boost::uint8_t *baseaddr); boost 206 cygnal/libamf/lcshm.h void recv(std::string &name, std::string &dataname, boost::shared_ptr<cygnal::Element> data); boost 214 cygnal/libamf/lcshm.h std::vector<boost::shared_ptr<cygnal::Element> > parseBody(boost::uint8_t *data); boost 226 cygnal/libamf/lcshm.h boost::uint8_t *parseHeader(boost::uint8_t *data, boost::uint8_t* tooFar); boost 237 cygnal/libamf/lcshm.h boost::uint8_t *formatHeader(const std::string &con, const std::string &host, bool domain); boost 256 cygnal/libamf/lcshm.h void addObject(boost::shared_ptr<cygnal::Element> el) { _amfobjs.push_back(el); }; boost 266 cygnal/libamf/lcshm.h std::vector<boost::shared_ptr<cygnal::Element> > getElements() { return _amfobjs; }; boost 273 cygnal/libamf/lcshm.h void setBaseAddr(boost::uint8_t *addr) { _baseaddr = addr; }; boost 287 cygnal/libamf/lcshm.h boost::uint8_t *_baseaddr; boost 300 cygnal/libamf/lcshm.h std::vector<boost::shared_ptr<cygnal::Element> > _amfobjs; boost 304 cygnal/libamf/lcshm.h boost::mutex _localconnection_mutex; boost 163 cygnal/libamf/sol.cpp boost::uint32_t i; boost 167 cygnal/libamf/sol.cpp boost::uint16_t swapped = SOL_MAGIC; boost 169 cygnal/libamf/sol.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(&swapped); boost 170 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint16_t); i++) { boost 178 cygnal/libamf/sol.cpp boost::uint32_t len = filesize; boost 180 cygnal/libamf/sol.cpp ptr = reinterpret_cast<boost::uint8_t *>(&len); boost 181 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint32_t); i++) { boost 189 cygnal/libamf/sol.cpp ptr = (boost::uint8_t *)"TCSO"; boost 190 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint32_t); i++) { boost 196 cygnal/libamf/sol.cpp ptr = reinterpret_cast<boost::uint8_t *>(&swapped); boost 197 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint16_t); i++) { boost 201 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint32_t); i++) { boost 210 cygnal/libamf/sol.cpp ptr = reinterpret_cast<boost::uint8_t *>(&swapped); boost 211 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint16_t); i++) { boost 215 cygnal/libamf/sol.cpp ptr = (boost::uint8_t *)name.c_str(); boost 221 cygnal/libamf/sol.cpp for (i=0; i<sizeof(boost::uint32_t); i++) { boost 254 cygnal/libamf/sol.cpp vector<boost::uint8_t>::iterator it; boost 255 cygnal/libamf/sol.cpp vector<boost::shared_ptr<cygnal::Element> >::iterator ita; boost 265 cygnal/libamf/sol.cpp boost::shared_ptr<cygnal::Element> el = (*(ita)); boost 270 cygnal/libamf/sol.cpp boost::scoped_array<char> body ( new char[size + 20] ); boost 276 cygnal/libamf/sol.cpp boost::shared_ptr<Element> el = (*(ita)); boost 277 cygnal/libamf/sol.cpp boost::shared_ptr<cygnal::Buffer> var = amf_obj.encodeProperty(el); boost 326 cygnal/libamf/sol.cpp int len = name.size() + sizeof(boost::uint16_t) + 16; boost 327 cygnal/libamf/sol.cpp boost::scoped_array<char> head ( new char[len + 4] ); boost 363 cygnal/libamf/sol.cpp boost::uint16_t size; boost 371 cygnal/libamf/sol.cpp boost::uint8_t *ptr = 0; boost 376 cygnal/libamf/sol.cpp boost::scoped_array<boost::uint8_t> buf( boost 377 cygnal/libamf/sol.cpp new boost::uint8_t[_filesize + sizeof(int)]); boost 380 cygnal/libamf/sol.cpp boost::uint8_t* tooFar = buf.get() + _filesize; boost 394 cygnal/libamf/sol.cpp boost::uint32_t length = *(reinterpret_cast<boost::uint32_t *>(ptr)); boost 422 cygnal/libamf/sol.cpp size = *(reinterpret_cast<boost::uint16_t *>(ptr)); boost 439 cygnal/libamf/sol.cpp boost::shared_ptr<cygnal::Element> el; boost 465 cygnal/libamf/sol.cpp vector<boost::shared_ptr<cygnal::Element> >::iterator ita; boost 467 cygnal/libamf/sol.cpp boost::shared_ptr<cygnal::Element> oldel = (*(ita)); boost 490 cygnal/libamf/sol.cpp vector<boost::shared_ptr<cygnal::Element> >::iterator it; boost 497 cygnal/libamf/sol.cpp boost::shared_ptr<cygnal::Element> el = (*(it)); boost 71 cygnal/libamf/sol.h bool extractHeader(const std::vector<boost::uint8_t> &data); boost 86 cygnal/libamf/sol.h bool formatHeader(const std::vector<boost::uint8_t> &data); boost 128 cygnal/libamf/sol.h std::vector<boost::uint8_t> getHeader() { return _header; }; boost 135 cygnal/libamf/sol.h void addObj(boost::shared_ptr<Element> el); boost 141 cygnal/libamf/sol.h std::vector<boost::shared_ptr<cygnal::Element> > &getElements() { return _amfobjs; } boost 148 cygnal/libamf/sol.h boost::shared_ptr<Element> getElement(size_t size) boost 182 cygnal/libamf/sol.h bool updateSO(boost::shared_ptr<cygnal::Element> &el); boost 183 cygnal/libamf/sol.h bool updateSO(int index, boost::shared_ptr<cygnal::Element> &el); boost 193 cygnal/libamf/sol.h std::vector<boost::uint8_t> _header; boost 197 cygnal/libamf/sol.h std::vector<boost::uint8_t> _data; boost 214 cygnal/libamf/sol.h std::vector<boost::shared_ptr<Element> > _amfobjs; boost 44 cygnal/libnet/cache.cpp static boost::mutex cache_mutex; boost 86 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 94 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 104 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 113 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 130 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 143 cygnal/libnet/cache.cpp boost::shared_ptr<DiskStream> & boost 149 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 153 cygnal/libnet/cache.cpp map<string, boost::shared_ptr<DiskStream> >::const_iterator it; boost 166 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 174 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 182 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 229 cygnal/libnet/cache.cpp map<std::string, boost::shared_ptr<DiskStream> >::const_iterator data; boost 259 cygnal/libnet/cache.cpp boost::mutex::scoped_lock lock(cache_mutex); boost 276 cygnal/libnet/cache.cpp map<std::string, boost::shared_ptr<DiskStream> >::const_iterator data; boost 278 cygnal/libnet/cache.cpp boost::shared_ptr<DiskStream> filedata = data->second; boost 62 cygnal/libnet/cache.h void addFile(const std::string &name, boost::shared_ptr<DiskStream > &file); boost 63 cygnal/libnet/cache.h boost::shared_ptr<DiskStream> & findFile(const std::string &name); boost 84 cygnal/libnet/cache.h std::map<std::string, boost::shared_ptr<DiskStream> > _files; boost 54 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 68 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lk(_cond_mutex); boost 92 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 100 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 114 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer); boost 121 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> boost 125 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 126 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 138 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> boost 142 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 146 cygnal/libnet/cque.cpp return boost::shared_ptr<cygnal::Buffer>(); boost 154 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 163 cygnal/libnet/cque.cpp deque<boost::shared_ptr<cygnal::Buffer> >::iterator it; boost 164 cygnal/libnet/cque.cpp deque<boost::shared_ptr<cygnal::Buffer> >::iterator start; boost 165 cygnal/libnet/cque.cpp deque<boost::shared_ptr<cygnal::Buffer> >::iterator stop; boost 166 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 167 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> ptr; boost 186 cygnal/libnet/cque.cpp deque<boost::shared_ptr<cygnal::Buffer> >::iterator it; boost 187 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 189 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> ptr = *(it); boost 200 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> boost 208 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> boost 235 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> newbuf(new cygnal::Buffer(totalsize)); boost 263 cygnal/libnet/cque.cpp deque<boost::shared_ptr<cygnal::Buffer> >::iterator it; boost 264 cygnal/libnet/cque.cpp boost::mutex::scoped_lock lock(_mutex); boost 268 cygnal/libnet/cque.cpp boost::shared_ptr<cygnal::Buffer> ptr = *(it); boost 52 cygnal/libnet/cque.h bool push(boost::uint8_t *data, int nbytes); boost 53 cygnal/libnet/cque.h bool push(boost::shared_ptr<cygnal::Buffer> data); boost 55 cygnal/libnet/cque.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT pop(); boost 57 cygnal/libnet/cque.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT peek(); boost 67 cygnal/libnet/cque.h void remove(boost::shared_ptr<cygnal::Buffer> begin, boost::shared_ptr<cygnal::Buffer> end); boost 70 cygnal/libnet/cque.h void remove(boost::shared_ptr<cygnal::Buffer> it); boost 73 cygnal/libnet/cque.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT merge(boost::shared_ptr<cygnal::Buffer> begin); boost 74 cygnal/libnet/cque.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT merge(); boost 76 cygnal/libnet/cque.h boost::shared_ptr<cygnal::Buffer> operator[] (int index) { return _que[index]; }; boost 92 cygnal/libnet/cque.h boost::condition _cond; boost 95 cygnal/libnet/cque.h boost::mutex _cond_mutex; boost 97 cygnal/libnet/cque.h boost::mutex _mutex; boost 58 cygnal/libnet/diskstream.cpp static boost::mutex io_mutex; boost 59 cygnal/libnet/diskstream.cpp static boost::mutex mem_mutex; boost 199 cygnal/libnet/diskstream.cpp _dataptr = new boost::uint8_t[size]; boost 247 cygnal/libnet/diskstream.cpp _dataptr = new boost::uint8_t[buf.size()]; boost 390 cygnal/libnet/diskstream.cpp boost::uint8_t * boost 398 cygnal/libnet/diskstream.cpp boost::uint8_t * boost 442 cygnal/libnet/diskstream.cpp boost::uint8_t *dataptr = 0; boost 471 cygnal/libnet/diskstream.cpp boost::mutex::scoped_lock lock(mem_mutex); boost 477 cygnal/libnet/diskstream.cpp dataptr = static_cast<boost::uint8_t *>(MapViewOfFile(handle, FILE_MAP_COPY, 0, offset, page)); boost 482 cygnal/libnet/diskstream.cpp dataptr = static_cast<boost::uint8_t *>(malloc(loadsize)); boost 484 cygnal/libnet/diskstream.cpp dataptr = static_cast<boost::uint8_t *>(mmap(0, loadsize, boost 507 cygnal/libnet/diskstream.cpp boost::uint8_t *ptr = dataptr; boost 511 cygnal/libnet/diskstream.cpp boost::shared_ptr<cygnal::Flv::flv_header_t> head = _flv->decodeHeader(ptr); boost 514 cygnal/libnet/diskstream.cpp boost::shared_ptr<cygnal::Flv::flv_tag_t> tag = _flv->decodeTagHeader(ptr); boost 518 cygnal/libnet/diskstream.cpp boost::shared_ptr<cygnal::Element> metadata = _flv->decodeMetaData(ptr, bodysize); boost 659 cygnal/libnet/diskstream.cpp boost::mutex::scoped_lock lock(io_mutex); boost 885 cygnal/libnet/diskstream.cpp boost::uint8_t * boost 92 cygnal/libnet/diskstream.h DSOEXPORT DiskStream(const std::string &filespec, boost::uint8_t *data, size_t size); boost 162 cygnal/libnet/diskstream.h boost::uint8_t * seek(off_t offset); boost 188 cygnal/libnet/diskstream.h DSOEXPORT boost::uint8_t *loadToMem(size_t filesize, off_t offset); boost 189 cygnal/libnet/diskstream.h DSOEXPORT boost::uint8_t *loadToMem(off_t offset); boost 190 cygnal/libnet/diskstream.h DSOEXPORT boost::uint8_t *loadToMem() { return loadToMem(_offset); }; boost 202 cygnal/libnet/diskstream.h DSOEXPORT bool writeToDisk(const std::string &filespec, boost::uint8_t *data, size_t size); boost 241 cygnal/libnet/diskstream.h boost::uint8_t *get() { return _dataptr; }; boost 306 cygnal/libnet/diskstream.h boost::uint8_t *_dataptr; boost 315 cygnal/libnet/diskstream.h boost::uint8_t *_seekptr; boost 336 cygnal/libnet/diskstream.h filetype_e determineFileType( boost::uint8_t *data); boost 356 cygnal/libnet/diskstream.h boost::shared_ptr<cygnal::Flv> _flv; boost 68 cygnal/libnet/http.cpp static boost::mutex stl_mutex; boost 142 cygnal/libnet/http.cpp boost::uint8_t * boost 194 cygnal/libnet/http.cpp const boost::uint8_t *cmd = reinterpret_cast<const boost::uint8_t *>(i->c_str()); boost 195 cygnal/libnet/http.cpp if (extractCommand(const_cast<boost::uint8_t *>(cmd)) == HTTP::HTTP_NONE) { boost 338 cygnal/libnet/http.cpp boost::shared_ptr<HTTP::http_response_t> boost 343 cygnal/libnet/http.cpp boost::shared_ptr<http_response_t> status; boost 361 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> buf(_que.peek()); boost 416 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> buf(_que.pop()); boost 431 cygnal/libnet/http.cpp boost::shared_ptr<DiskStream> filestream(cache.findFile(url)); boost 518 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> buf(_que.pop()); boost 526 cygnal/libnet/http.cpp boost::uint8_t *data = processHeaderFields(*buf); boost 528 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> content(new cygnal::Buffer(length)); boost 551 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(content.reference(), content.end()); boost 566 cygnal/libnet/http.cpp vector<boost::shared_ptr<cygnal::Element> > headers = parseEchoRequest(*content); boost 734 cygnal/libnet/http.cpp boost::shared_ptr<std::vector<std::string> > boost 738 cygnal/libnet/http.cpp boost::shared_ptr<std::vector<std::string> > ptr(new std::vector<std::string>); boost 963 cygnal/libnet/http.cpp boost::posix_time::ptime now = boost::posix_time::second_clock::local_time(); boost 967 cygnal/libnet/http.cpp boost::gregorian::date d(now.date()); boost 971 cygnal/libnet/http.cpp boost::gregorian::greg_weekday wd = d.day_of_week(); boost 980 cygnal/libnet/http.cpp _buffer += boost::gregorian::greg_month(d.month()).as_short_string(); boost 987 cygnal/libnet/http.cpp _buffer += boost::posix_time::to_simple_string(now.time_of_day()); boost 1119 cygnal/libnet/http.cpp boost::posix_time::ptime now = boost::posix_time::second_clock::local_time(); boost 1122 cygnal/libnet/http.cpp boost::gregorian::date d(now.date()); boost 1171 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> res = cygnal::AMF::encodeString(result); boost 1175 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> null = cygnal::AMF::encodeString("null"); boost 1288 cygnal/libnet/http.cpp boost::uint8_t *start = std::find(data, data+7, ' ') + 1; boost 1289 cygnal/libnet/http.cpp boost::uint8_t *end = std::find(start + 2, data+PATH_MAX, ' '); boost 1290 cygnal/libnet/http.cpp boost::uint8_t *params = std::find(start, end, '?'); boost 1377 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 1378 cygnal/libnet/http.cpp boost::uint8_t *start = std::find(data, data+size, '\r') + 2; boost 1504 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(size)); boost 1556 cygnal/libnet/http.cpp boost::mutex::scoped_lock lock(stl_mutex); boost 139 cygnal/libnet/http.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(cygnal::Buffer &buf) { return parseEchoRequest(buf.reference(), buf.size()); }; boost 140 cygnal/libnet/http.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(boost::uint8_t *buf, size_t size); boost 148 cygnal/libnet/http.h boost::uint8_t *processHeaderFields(cygnal::Buffer *buf); boost 157 cygnal/libnet/http.h boost::shared_ptr<std::vector<std::string> > getFieldItem(const std::string &name); boost 160 cygnal/libnet/http.h boost::shared_ptr<http_response_t> parseStatus(const std::string &line); boost 163 cygnal/libnet/http.h boost::shared_ptr<cygnal::Buffer> formatServerReply(http_status_e code); boost 198 cygnal/libnet/http.h cygnal::Buffer &formatEchoResponse(const std::string &num, boost::uint8_t *data, size_t size); boost 212 cygnal/libnet/http.h cygnal::Buffer &formatContentLength(boost::uint32_t filesize); boost 240 cygnal/libnet/http.h boost::uint8_t *getHeader() { return _buffer.reference(); }; boost 262 cygnal/libnet/http.h size_t recvChunked(boost::uint8_t *data, size_t size); boost 276 cygnal/libnet/http.h int sendMsg(const boost::uint8_t *data, size_t size); boost 277 cygnal/libnet/http.h int sendMsg(boost::shared_ptr<cygnal::Buffer> &buf) boost 280 cygnal/libnet/http.h { return sendMsg(reinterpret_cast<const boost::uint8_t *>(sstr.str().c_str()), sstr.str().size()); }; boost 300 cygnal/libnet/http.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT popChunk() { return _que.pop(); }; boost 302 cygnal/libnet/http.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT peekChunk() { return _que.peek(); }; boost 306 cygnal/libnet/http.h boost::shared_ptr<cygnal::Buffer> DSOEXPORT mergeChunks() { return _que.merge(); }; boost 313 cygnal/libnet/http.h http_method_e extractCommand(boost::uint8_t *data); boost 317 cygnal/libnet/http.h typedef boost::char_separator<char> Sep; boost 318 cygnal/libnet/http.h typedef boost::tokenizer<Sep> Tok; boost 327 cygnal/libnet/http.h boost::uint32_t _filesize; boost 37 cygnal/libnet/netstats.cpp boost::posix_time::ptime boost 42 cygnal/libnet/netstats.cpp _starttime = boost::posix_time::microsec_clock::local_time(); boost 46 cygnal/libnet/netstats.cpp boost::posix_time::ptime boost 51 cygnal/libnet/netstats.cpp _stoptime = boost::posix_time::microsec_clock::local_time(); boost 112 cygnal/libnet/netstats.h boost::posix_time::ptime startClock(); boost 114 cygnal/libnet/netstats.h boost::posix_time::ptime stopClock(); boost 117 cygnal/libnet/netstats.h void setStartTime(boost::posix_time::ptime x) { _starttime = x; }; boost 118 cygnal/libnet/netstats.h void setStopTime(boost::posix_time::ptime x) { _stoptime = x; }; boost 127 cygnal/libnet/netstats.h boost::posix_time::ptime getStartTime() { return _starttime; }; boost 128 cygnal/libnet/netstats.h boost::posix_time::ptime getStopTime() { return _stoptime; }; boost 129 cygnal/libnet/netstats.h boost::posix_time::time_duration getTimeSpan() { return _stoptime - _starttime; }; boost 132 cygnal/libnet/netstats.h boost::posix_time::ptime _starttime; boost 133 cygnal/libnet/netstats.h boost::posix_time::ptime _stoptime; boost 773 cygnal/libnet/network.cpp boost::shared_ptr<cygnal::Buffer> boost 777 cygnal/libnet/network.cpp boost::shared_ptr<cygnal::Buffer> buffer(new cygnal::Buffer); boost 1067 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_net_mutex); boost 1194 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1205 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1214 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1222 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1231 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1247 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1259 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1267 cygnal/libnet/network.cpp boost::mutex::scoped_lock lock(_poll_mutex); boost 1271 cygnal/libnet/network.cpp boost::shared_ptr<std::vector<struct pollfd> > boost 1276 cygnal/libnet/network.cpp boost::shared_ptr<vector<struct pollfd> > hits(new vector<struct pollfd>); boost 145 cygnal/libnet/network.h typedef boost::uint8_t byte_t; boost 207 cygnal/libnet/network.h boost::shared_ptr<cygnal::Buffer> readNet(); boost 244 cygnal/libnet/network.h boost::shared_ptr<std::vector<struct pollfd> > waitForNetData(int limit, struct pollfd *fds); boost 349 cygnal/libnet/network.h boost::mutex _poll_mutex; boost 350 cygnal/libnet/network.h boost::mutex _net_mutex; boost 352 cygnal/libnet/network.h boost::scoped_ptr<SSLClient> _ssl; boost 355 cygnal/libnet/network.h boost::scoped_ptr<SSHClient> _ssh; boost 206 cygnal/libnet/rtmp.cpp boost::format fmt("channel #%s"); boost 256 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> boost 263 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> boost 268 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> head(new RTMP::rtmp_head_t); boost 269 cygnal/libnet/rtmp.cpp boost::uint8_t *tmpptr = in; boost 333 cygnal/libnet/rtmp.cpp boost::uint8_t byte = *tmpptr; boost 375 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 379 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(1)); boost 381 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = buf->reference(); boost 391 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 398 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 413 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = buf->reference(); boost 443 cygnal/libnet/rtmp.cpp boost::uint32_t swapped = htonl(routing); boost 449 cygnal/libnet/rtmp.cpp boost::uint8_t swapped = 0x1; boost 472 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = buf.reference(); boost 473 cygnal/libnet/rtmp.cpp boost::uint8_t *tooFar = ptr+buf.size(); boost 494 cygnal/libnet/rtmp.cpp boost::uint8_t *end = buf.remove(0xc3); boost 496 cygnal/libnet/rtmp.cpp boost::uint8_t *end = buf.find(0xc3); boost 504 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(ptr, tooFar); boost 511 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf.extractProperty(ptr, tooFar); boost 524 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf.extractProperty(ptr, tooFar); boost 531 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> url = getProperty("tcUrl"); boost 532 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> file = getProperty("swfUrl"); boost 533 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> app = getProperty("app"); boost 591 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::rtmp_ping_t> boost 596 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(data); boost 597 cygnal/libnet/rtmp.cpp boost::shared_ptr<rtmp_ping_t> ping(new rtmp_ping_t); boost 600 cygnal/libnet/rtmp.cpp boost::uint16_t type = ntohs(*reinterpret_cast<boost::uint16_t *>(ptr)); boost 602 cygnal/libnet/rtmp.cpp ptr += sizeof(boost::uint16_t); boost 604 cygnal/libnet/rtmp.cpp ping->target = ntohs(*reinterpret_cast<boost::uint16_t *>(ptr)); boost 605 cygnal/libnet/rtmp.cpp ptr += sizeof(boost::uint16_t); boost 607 cygnal/libnet/rtmp.cpp ping->param1 = ntohs(*reinterpret_cast<boost::uint16_t *>(ptr)); boost 608 cygnal/libnet/rtmp.cpp ptr += sizeof(boost::uint16_t); boost 618 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::rtmp_ping_t> boost 625 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::user_event_t> boost 632 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::user_event_t> boost 637 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = reinterpret_cast<boost::uint8_t *>(data); boost 638 cygnal/libnet/rtmp.cpp boost::shared_ptr<user_event_t> user(new RTMP::user_event_t); boost 640 cygnal/libnet/rtmp.cpp boost::uint16_t type = ntohs(*reinterpret_cast<boost::uint16_t *>(ptr)); boost 641 cygnal/libnet/rtmp.cpp boost::uint16_t eventid = static_cast<user_control_e>(type); boost 642 cygnal/libnet/rtmp.cpp ptr += sizeof(boost::uint16_t); boost 644 cygnal/libnet/rtmp.cpp boost::uint32_t param1 = ntohl(*reinterpret_cast<boost::uint32_t *>(ptr)); boost 645 cygnal/libnet/rtmp.cpp ptr += sizeof(boost::uint32_t); boost 661 cygnal/libnet/rtmp.cpp boost::uint32_t param2 = ntohl(*reinterpret_cast<boost::uint32_t *>(ptr)); boost 662 cygnal/libnet/rtmp.cpp ptr += sizeof(boost::uint32_t); boost 682 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 687 cygnal/libnet/rtmp.cpp boost::uint32_t swapped = 0; boost 688 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 690 cygnal/libnet/rtmp.cpp buf.reset(new cygnal::Buffer(sizeof(boost::uint16_t) * 5)); boost 692 cygnal/libnet/rtmp.cpp buf.reset(new cygnal::Buffer(sizeof(boost::uint16_t) * 3)); boost 696 cygnal/libnet/rtmp.cpp boost::uint16_t typefield = htons(eventid); boost 708 cygnal/libnet/rtmp.cpp cygnal::swapBytes(&swapped, sizeof(boost::uint32_t)); boost 712 cygnal/libnet/rtmp.cpp buf.reset(new cygnal::Buffer(sizeof(boost::uint16_t) * 5)); boost 718 cygnal/libnet/rtmp.cpp cygnal::swapBytes(&swapped, sizeof(boost::uint32_t)); boost 728 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMPMsg> boost 733 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = data; boost 734 cygnal/libnet/rtmp.cpp boost::uint8_t* tooFar = data + size; boost 736 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMPMsg> msg(new RTMPMsg); boost 739 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> name = amf_obj.extractAMF(ptr, tooFar); boost 750 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> streamid = amf_obj.extractAMF(ptr, tooFar); boost 781 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf_obj.extractAMF(ptr, tooFar); boost 795 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMPMsg> boost 805 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 810 cygnal/libnet/rtmp.cpp boost::uint32_t swapped = htonl(size); boost 811 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(sizeof(boost::uint32_t))); boost 826 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 831 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 841 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 846 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 856 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 861 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 871 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 876 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 886 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 891 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 901 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 906 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 916 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 921 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 931 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 936 cygnal/libnet/rtmp.cpp return boost::shared_ptr<cygnal::Buffer>((cygnal::Buffer*)0); boost 1000 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> bigbuf(new cygnal::Buffer(size+pkts+100)); boost 1004 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> head = encodeHeader(channel, head_size, boost 1010 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> cont_head = encodeHeader(channel, RTMP::HEADER_1); boost 1012 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> cont_head(new cygnal::Buffer(1)); boost 1013 cygnal/libnet/rtmp.cpp boost::uint8_t foo = 0xc3; boost 1100 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> head = encodeHeader(amf_index, head_size, total_size, boost 1112 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 1113 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = 0; boost 1143 cygnal/libnet/rtmp.cpp _chunksize[rthead->channel] = ntohl(*reinterpret_cast<boost::uint32_t *>(ptr + rthead->head_size)); boost 1192 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> frame; boost 1248 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 1259 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> boost 1268 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(3074)); boost 1309 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::queues_t> boost 1316 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::queues_t> boost 1325 cygnal/libnet/rtmp.cpp boost::shared_ptr<RTMP::queues_t> channels(new RTMP::queues_t); boost 1328 cygnal/libnet/rtmp.cpp boost::uint8_t *ptr = 0; boost 1329 cygnal/libnet/rtmp.cpp boost::shared_ptr<rtmp_head_t> rthead(new rtmp_head_t); boost 1334 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Buffer> chunk; boost 73 cygnal/libnet/rtmp.h const boost::uint8_t RTMP_VERSION = 0x3; boost 132 cygnal/libnet/rtmp.h boost::uint8_t version; boost 133 cygnal/libnet/rtmp.h boost::uint8_t source; boost 134 cygnal/libnet/rtmp.h boost::uint32_t count; boost 246 cygnal/libnet/rtmp.h boost::uint16_t target; // all Ping message data fields boost 247 cygnal/libnet/rtmp.h boost::uint16_t param1; // are 2 bytes long boost 248 cygnal/libnet/rtmp.h boost::uint16_t param2; boost 249 cygnal/libnet/rtmp.h boost::uint16_t param3; boost 253 cygnal/libnet/rtmp.h boost::uint32_t param1; boost 254 cygnal/libnet/rtmp.h boost::uint32_t param2; // only used by boost 299 cygnal/libnet/rtmp.h boost::uint32_t uptime; boost 300 cygnal/libnet/rtmp.h boost::uint8_t version[4]; boost 326 cygnal/libnet/rtmp.h boost::shared_ptr<rtmp_head_t> decodeHeader(boost::uint8_t *header); boost 327 cygnal/libnet/rtmp.h boost::shared_ptr<rtmp_head_t> decodeHeader(cygnal::Buffer &data); boost 329 cygnal/libnet/rtmp.h boost::shared_ptr<cygnal::Buffer> encodeHeader(int amf_index, boost 333 cygnal/libnet/rtmp.h boost::shared_ptr<cygnal::Buffer> encodeHeader(int amf_index, boost 341 cygnal/libnet/rtmp.h int headerSize(boost::uint8_t header); boost 352 cygnal/libnet/rtmp.h boost::shared_ptr<RTMPMsg> decodeMsgBody(boost::uint8_t *data, size_t size); boost 353 cygnal/libnet/rtmp.h boost::shared_ptr<RTMPMsg> decodeMsgBody(cygnal::Buffer &buf); boost 355 cygnal/libnet/rtmp.h virtual boost::shared_ptr<rtmp_ping_t> decodePing(boost::uint8_t *data); boost 356 cygnal/libnet/rtmp.h boost::shared_ptr<rtmp_ping_t> decodePing(cygnal::Buffer &buf); boost 358 cygnal/libnet/rtmp.h virtual boost::shared_ptr<user_event_t> decodeUserControl(boost::uint8_t *data); boost 359 cygnal/libnet/rtmp.h boost::shared_ptr<user_event_t> decodeUserControl(cygnal::Buffer &buf); boost 360 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeUserControl(user_control_e, boost::uint32_t data); boost 364 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeChunkSize(int size); boost 367 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeBytesRead(); boost 369 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeServer(); boost 372 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeClient(); boost 375 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeAudioData(); boost 378 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeVideoData(); boost 381 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeNotify(); boost 384 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeSharedObj(); boost 387 cygnal/libnet/rtmp.h virtual boost::shared_ptr<cygnal::Buffer> encodeInvoke(); boost 393 cygnal/libnet/rtmp.h boost::shared_ptr<cygnal::Buffer> recvMsg(); boost 394 cygnal/libnet/rtmp.h boost::shared_ptr<cygnal::Buffer> recvMsg(int fd); boost 409 cygnal/libnet/rtmp.h RTMPMsg::rtmp_source_e routing, boost::uint8_t *data, size_t size); boost 412 cygnal/libnet/rtmp.h RTMPMsg::rtmp_source_e routing, boost::uint8_t *data, size_t size); boost 425 cygnal/libnet/rtmp.h boost::shared_ptr<queues_t> split(cygnal::Buffer &buf); boost 426 cygnal/libnet/rtmp.h boost::shared_ptr<queues_t> split(boost::uint8_t *data, size_t size); boost 434 cygnal/libnet/rtmp.h boost::uint32_t getTime() { boost 437 cygnal/libnet/rtmp.h return boost::lexical_cast<boost::uint32_t>(t); boost 49 cygnal/libnet/rtmp_client.cpp typedef boost::shared_ptr<cygnal::Element> ElementSharedPtr; boost 82 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 90 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 100 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 169 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 250 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> conobj = connect->encode(); boost 251 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> numobj = connum->encode(); boost 252 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> encobj = obj->encode(); boost 254 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(conobj->size() + numobj->size() + encobj->size())); boost 281 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> ncbuf = encodeConnect(); boost 289 cygnal/libnet/rtmp_client.cpp boost::scoped_ptr<cygnal::Buffer> newbuf(new cygnal::Buffer(ncbuf->size() + 5)); boost 300 cygnal/libnet/rtmp_client.cpp boost::uint8_t headone = 0xc3; boost 305 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> head = encodeHeader(0x3, boost 311 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> handshake1 = handShakeRequest(); boost 317 cygnal/libnet/rtmp_client.cpp boost::scoped_ptr<cygnal::Buffer> handshake2(new cygnal::Buffer boost 341 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> response; boost 342 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMP::rtmp_head_t> rthead; boost 343 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMP::queues_t> que; boost 347 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMPMsg> msg = msgque.front(); boost 361 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 365 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Element> str(new cygnal::Element); boost 367 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> strobj = str->encode(); boost 370 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Element> num(new cygnal::Element); boost 372 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> numobj = num->encode(); boost 375 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Element> null(new cygnal::Element); boost 377 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> nullobj = null->encode(); boost 379 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> elobj = el.encode(); boost 383 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(totalsize)); boost 396 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 404 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Element> str(new cygnal::Element); boost 406 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> strobj = str->encode(); boost 408 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Element> num(new cygnal::Element); boost 410 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> numobj = num->encode(); boost 413 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Element> null(new cygnal::Element); boost 415 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> nullobj = null->encode(); boost 419 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(totalsize)); boost 434 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 441 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 448 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 461 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 485 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> foo; boost 489 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> strobj = str.encode(); boost 494 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> stridobj = strid.encode(); boost 499 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> nullobj = null.encode(); boost 503 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boolobj; boost 511 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> posobj; boost 521 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> fileobj; boost 536 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(pktsize)); boost 549 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 553 cygnal/libnet/rtmp_client.cpp boost::uint32_t zero = 0; boost 556 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> handshake(new cygnal::Buffer(RTMP_HANDSHAKE_SIZE+1)); boost 572 cygnal/libnet/rtmp_client.cpp boost::uint8_t pad = i^256; boost 587 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 596 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> boost 610 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> handshake1(new cygnal::Buffer( boost 634 cygnal/libnet/rtmp_client.cpp if (handshake1->allocated() == boost::lexical_cast<size_t>(max_size)) { boost 642 cygnal/libnet/rtmp_client.cpp _handshake_header.uptime = ntohl(*reinterpret_cast<boost::uint32_t *> boost 658 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> handshake2(new cygnal::Buffer( boost 662 cygnal/libnet/rtmp_client.cpp handshake2->copy(handshake1->reference()+1, sizeof(boost::uint32_t)); boost 669 cygnal/libnet/rtmp_client.cpp boost::uint32_t tt = htonl(_handshake_header.uptime + 7); boost 675 cygnal/libnet/rtmp_client.cpp boost::uint32_t tt = t; boost 680 cygnal/libnet/rtmp_client.cpp boost::uint8_t *start = handshake1->reference() + RTMP_HANDSHAKE_SIZE boost 724 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> response = recvMsg(); boost 732 cygnal/libnet/rtmp_client.cpp boost::uint8_t *pktstart = response->reference(); boost 740 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMP::rtmp_head_t> rthead; boost 741 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMP::queues_t> que = split(pktstart, response->allocated()-1); boost 761 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<cygnal::Buffer> ptr = channel_q->pop(); boost 784 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMP::rtmp_ping_t> ping = decodePing(ptr->reference() + rthead->head_size); boost 799 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMPMsg> msg = decodeMsgBody(ptr->reference() + rthead->head_size, rthead->bodysize); boost 807 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMPMsg> msg = decodeMsgBody(ptr->reference() + rthead->head_size, rthead->bodysize); boost 830 cygnal/libnet/rtmp_client.cpp boost::shared_ptr<RTMPMsg> msg = decodeMsgBody(ptr->reference() + rthead->head_size, rthead->bodysize); boost 48 cygnal/libnet/rtmp_client.h boost::shared_ptr<cygnal::Buffer> clientFinish(); boost 49 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> clientFinish(cygnal::Buffer &data); boost 50 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> handShakeRequest(); boost 55 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeConnect(); boost 56 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeConnect(const char *uri); boost 57 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeConnect(const char *uri, double audioCodecs, double videoCodecs, boost 59 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeConnect(const char *app, boost 67 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeStream(double id); boost 68 cygnal/libnet/rtmp_client.h boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag); boost 69 cygnal/libnet/rtmp_client.h boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, double pos); boost 70 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name); boost 71 cygnal/libnet/rtmp_client.h boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name, double pos); boost 78 cygnal/libnet/rtmp_client.h DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeEchoRequest(const std::string &method, double id, cygnal::Element &el); boost 129 cygnal/libnet/rtmp_msg.cpp vector<boost::shared_ptr<cygnal::Element> >::iterator pit; boost 130 cygnal/libnet/rtmp_msg.cpp vector<boost::shared_ptr<cygnal::Element> >::iterator cit; boost 133 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> el = (*(pit)); boost 134 cygnal/libnet/rtmp_msg.cpp std::vector<boost::shared_ptr<cygnal::Element> > props = el->getProperties(); boost 139 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> child = (*(cit)); boost 168 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> boost 176 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> el; boost 186 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> boost 190 cygnal/libnet/rtmp_msg.cpp vector<boost::shared_ptr<Element> >::iterator ait; boost 193 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 194 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> prop = el->findProperty(name); boost 200 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<Element> el; boost 218 cygnal/libnet/rtmp_msg.cpp vector<boost::shared_ptr<cygnal::Element> >::iterator ait; boost 221 cygnal/libnet/rtmp_msg.cpp boost::shared_ptr<cygnal::Element> el = (*(ait)); boost 95 cygnal/libnet/rtmp_msg.h void addObject(boost::shared_ptr<cygnal::Element> el) { _amfobjs.push_back(el); }; boost 97 cygnal/libnet/rtmp_msg.h std::vector<boost::shared_ptr<cygnal::Element> > getElements() { return _amfobjs; }; boost 105 cygnal/libnet/rtmp_msg.h rtmp_status_e checkStatus(boost::shared_ptr<cygnal::Element> el); boost 109 cygnal/libnet/rtmp_msg.h void setChannel(boost::uint8_t num) { _channel = num; }; boost 110 cygnal/libnet/rtmp_msg.h boost::uint8_t getChannel() { return _channel; } ; boost 112 cygnal/libnet/rtmp_msg.h boost::shared_ptr<cygnal::Element> operator[](size_t x); boost 113 cygnal/libnet/rtmp_msg.h boost::shared_ptr<cygnal::Element> at(size_t x) { return _amfobjs[x]; }; boost 121 cygnal/libnet/rtmp_msg.h DSOEXPORT boost::shared_ptr<cygnal::Element> findProperty(const std::string &name); boost 133 cygnal/libnet/rtmp_msg.h std::vector<boost::shared_ptr<cygnal::Element> > _amfobjs; boost 134 cygnal/libnet/rtmp_msg.h boost::uint8_t _channel; boost 68 cygnal/libnet/sshclient.cpp static boost::mutex stl_mutex; boost 457 cygnal/libnet/sshclient.cpp boost::mutex::scoped_lock lock(stl_mutex); boost 60 cygnal/libnet/sshclient.h int sshRead(boost::uint8_t *buf, size_t length); boost 65 cygnal/libnet/sshclient.h int sshWrite(const boost::uint8_t *buf, size_t length); boost 107 cygnal/libnet/sshclient.h boost::shared_ptr<amf::Buffer> &getBuffer() { return _buffer; }; boost 123 cygnal/libnet/sshclient.h boost::shared_ptr<ssh_session> _session; boost 124 cygnal/libnet/sshclient.h boost::shared_ptr<SSH_OPTIONS> _options; boost 129 cygnal/libnet/sshclient.h boost::shared_ptr<amf::Buffer> _buffer; boost 70 cygnal/libnet/sshserver.cpp static boost::mutex stl_mutex; boost 198 cygnal/libnet/sshserver.cpp boost::mutex::scoped_lock lock(stl_mutex); boost 72 cygnal/libnet/sslclient.cpp static boost::mutex stl_mutex; boost 379 cygnal/libnet/sslclient.cpp boost::mutex::scoped_lock lock(stl_mutex); boost 63 cygnal/libnet/sslclient.h int sslRead(boost::uint8_t *buf, size_t length); boost 68 cygnal/libnet/sslclient.h int sslWrite(const boost::uint8_t *buf, size_t length); boost 112 cygnal/libnet/sslclient.h boost::scoped_ptr<SSL> _ssl; boost 113 cygnal/libnet/sslclient.h boost::scoped_ptr<SSL_CTX> _ctx; boost 114 cygnal/libnet/sslclient.h boost::scoped_ptr<BIO> _bio; boost 115 cygnal/libnet/sslclient.h boost::scoped_ptr<BIO> _bio_error; boost 75 cygnal/libnet/sslserver.cpp static boost::mutex stl_mutex; boost 180 cygnal/libnet/sslserver.cpp boost::mutex::scoped_lock lock(stl_mutex); boost 31 cygnal/libnet/statistics.cpp static boost::mutex io_mutex; boost 100 cygnal/libnet/statistics.cpp boost::mutex::scoped_lock lock(io_mutex); boost 108 cygnal/libnet/statistics.cpp boost::mutex::scoped_lock lock(io_mutex); boost 82 cygnal/libnet/statistics.h boost::uint32_t _msg_count; boost 188 cygnal/proc.cpp boost::mutex::scoped_lock lock(_mutex); boost 198 cygnal/proc.cpp boost::mutex::scoped_lock lock(_mutex); boost 209 cygnal/proc.cpp boost::mutex::scoped_lock lock(_mutex); boost 223 cygnal/proc.cpp boost::mutex::scoped_lock lock(_mutex); boost 233 cygnal/proc.cpp boost::mutex::scoped_lock lock(_mutex); boost 48 cygnal/proc.h bool startCGI (const std::string &filespec, boost::uint16_t port); boost 50 cygnal/proc.h bool startCGI (const std::string &filespec, bool output, boost::uint16_t port); boost 56 cygnal/proc.h bool connectCGI (const std::string &host, boost::uint16_t port); boost 70 cygnal/proc.h boost::mutex _mutex; boost 94 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> boost 111 cygnal/rtmp_server.cpp boost::scoped_ptr<cygnal::Element> nc; boost 112 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> pkt; boost 113 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> tcurl; boost 114 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> swfurl; boost 115 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> encoding; boost 121 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> handshake1 = RTMP::recvMsg(fd); boost 136 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> handshake2 = RTMP::recvMsg(fd); boost 157 cygnal/rtmp_server.cpp boost::shared_ptr<RTMP::rtmp_head_t> qhead = RTMP::decodeHeader(pkt->reference()); boost 172 cygnal/rtmp_server.cpp boost::uint8_t *ptr = pkt->reference() + qhead->head_size; boost 183 cygnal/rtmp_server.cpp boost::scoped_ptr<cygnal::Buffer> newptr(new cygnal::Buffer(qhead->bodysize)); boost 229 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> bwdone = encodeBWDone(2.0); boost 241 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> winsize(new cygnal::Buffer(sizeof(boost::uint32_t))); boost 242 cygnal/rtmp_server.cpp boost::uint32_t swapped = 0x20000; boost 243 cygnal/rtmp_server.cpp swapBytes(&swapped, sizeof(boost::uint32_t)); boost 255 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> ping_reset = boost 269 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> response = boost 292 cygnal/rtmp_server.cpp boost::uint8_t byte; boost 297 cygnal/rtmp_server.cpp boost::scoped_ptr<cygnal::Buffer> zeros(new cygnal::Buffer(RTMP_HANDSHAKE_SIZE*2 boost 301 cygnal/rtmp_server.cpp boost::uint8_t *ptr = zeros->reference(); boost 317 cygnal/rtmp_server.cpp boost::uint32_t timestamp; boost 323 cygnal/rtmp_server.cpp boost::uint32_t pad = 0; boost 344 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 348 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 365 cygnal/rtmp_server.cpp boost::uint32_t timestamp1 = *reinterpret_cast<boost::uint32_t *> boost 370 cygnal/rtmp_server.cpp boost::uint32_t timestamp2 = *reinterpret_cast<boost::uint32_t *> boost 371 cygnal/rtmp_server.cpp (handshake1.reference() + RTMP_HANDSHAKE_VERSION_SIZE + sizeof(boost::uint32_t)); boost 401 cygnal/rtmp_server.cpp boost::uint8_t *ptr = handshake2.reference() + RTMP_HANDSHAKE_SIZE; boost 421 cygnal/rtmp_server.cpp boost::uint8_t amf_index, headersize; boost 422 cygnal/rtmp_server.cpp boost::uint8_t *ptr = buf.reference(); boost 458 cygnal/rtmp_server.cpp boost::uint8_t* tooFar = ptr+300+sizeof(int); // FIXME: boost 461 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el1 = amf_obj.extractAMF(ptr, tooFar); boost 463 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el2 = amf_obj.extractAMF(ptr, tooFar); boost 466 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el; boost 467 cygnal/rtmp_server.cpp while ( size < static_cast<boost::uint16_t>(_header.bodysize) - 24 ) { boost 492 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el(new cygnal::Element); boost 506 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el(new cygnal::Element); boost 527 cygnal/rtmp_server.cpp boost::shared_ptr<rtmp_ping_t> ping = decodePing(ptr); boost 605 cygnal/rtmp_server.cpp boost::shared_ptr<Buffer> boost 612 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 620 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 627 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 635 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 676 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 680 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 684 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 694 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 698 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 702 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 708 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 712 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 716 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 734 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 738 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 742 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 750 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> details(new Element); boost 754 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> cid(new Element); boost 773 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 777 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 781 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 789 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> details(new Element); boost 793 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> cid(new Element); boost 815 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 819 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 823 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 831 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> details(new Element); boost 835 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> cid(new Element); boost 856 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> level(new Element); boost 860 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> description(new Element); boost 864 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> code(new Element); boost 900 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> id2(new Element); boost 914 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> strbuf = str->encode(); boost 915 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> numbuf = number->encode(); boost 916 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> topbuf = top.encode(notobject); boost 918 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> buf(new Buffer(strbuf->size() + numbuf->size() + topbuf->size())); boost 921 cygnal/rtmp_server.cpp boost::uint8_t byte = static_cast<boost::uint8_t>(RTMP::WINDOW_SIZE & 0x000000ff); boost 950 cygnal/rtmp_server.cpp boost::shared_ptr<Buffer> boost 957 cygnal/rtmp_server.cpp boost::shared_ptr<Buffer> boost 963 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> buf(new Buffer(sizeof(boost::uint16_t) * 3)); boost 967 cygnal/rtmp_server.cpp boost::uint16_t typefield = htons(type); boost 973 cygnal/rtmp_server.cpp boost::uint32_t swapped = 0; boost 984 cygnal/rtmp_server.cpp swapBytes(&swapped, sizeof(boost::uint32_t)); boost 991 cygnal/rtmp_server.cpp boost::uint16_t zero = 0; boost 1002 cygnal/rtmp_server.cpp swapBytes(&swapped, sizeof(boost::uint32_t)); boost 1019 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 1034 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> enccmd = cmd.encode(); boost 1035 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> encnum = num.encode(); boost 1036 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> encnull = null.encode(); boost 1038 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(enccmd->size() boost 1049 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 1054 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> buf; boost 1066 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 1075 cygnal/rtmp_server.cpp vector<boost::shared_ptr<cygnal::Element > > boost 1080 cygnal/rtmp_server.cpp vector<boost::shared_ptr<cygnal::Element > > headers; boost 1083 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el1 = amf.extractAMF(ptr, ptr+size); boost 1088 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el2 = amf.extractAMF(ptr, ptr+size); boost 1093 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el3 = amf.extractAMF(ptr, ptr+size); boost 1098 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el4 = amf.extractAMF(ptr, ptr+size); boost 1112 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 1116 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> data = amf::AMF::encodeElement(el); boost 1120 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 1127 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> boost 1142 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> encecho = echo.encode(); boost 1143 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> encidx = index.encode(); boost 1144 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> encnull = null.encode(); boost 1146 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> buf(new cygnal::Buffer(encecho->size() boost 1168 cygnal/rtmp_server.cpp boost::mt19937 seed; boost 1170 cygnal/rtmp_server.cpp boost::uniform_real<> numbers(1, 65535); boost 1187 cygnal/rtmp_server.cpp boost::mt19937 seed; boost 1189 cygnal/rtmp_server.cpp boost::uniform_int<> numbers(0x30, 0x7a); boost 1195 cygnal/rtmp_server.cpp boost::uint64_t random_time_bits = 0; boost 1196 cygnal/rtmp_server.cpp boost::uint64_t value = 0; boost 1205 cygnal/rtmp_server.cpp boost::uint64_t v = value; boost 1239 cygnal/rtmp_server.cpp boost::shared_ptr<DiskStream> filestream(cache.findFile(filespec)); boost 1353 cygnal/rtmp_server.cpp boost::shared_ptr<RTMPMsg> body; boost 1367 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> pkt; boost 1368 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> tcurl; boost 1369 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> swfurl; boost 1370 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> response; boost 1387 cygnal/rtmp_server.cpp boost::uint8_t *ptr = hand->getDiskStream(i)->get(); boost 1412 cygnal/rtmp_server.cpp boost::uint8_t *tmpptr = 0; boost 1414 cygnal/rtmp_server.cpp boost::shared_ptr<RTMP::queues_t> que = rtmp->split(*pkt); boost 1419 cygnal/rtmp_server.cpp boost::shared_ptr<RTMP::rtmp_head_t> qhead; boost 1421 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> bufptr = que->at(i)->pop(); boost 1433 cygnal/rtmp_server.cpp boost::shared_ptr<RTMP::user_event_t> user boost 1453 cygnal/rtmp_server.cpp boost::shared_ptr<RTMP::rtmp_ping_t> ping boost 1540 cygnal/rtmp_server.cpp boost::shared_ptr<gnash::RTMPMsg> nc = rtmp->getNetConnection(); boost 1541 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> tcurl = nc->findProperty("tcUrl"); boost 1611 cygnal/rtmp_server.cpp boost::uint8_t *ptr = hand->getDiskStream(active_stream)->get(); boost 1643 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> result = hand->readFromPlugin(); boost 1668 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> result = hand->readFromPlugin(); boost 1687 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> ping_reset = boost 59 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Element> processClientHandShake(int fd); boost 65 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeResult(gnash::RTMPMsg::rtmp_status_e status); boost 66 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeResult(gnash::RTMPMsg::rtmp_status_e status, const std::string &filename); boost 67 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeResult(gnash::RTMPMsg::rtmp_status_e status, const std::string &filename, double &transid); boost 68 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeResult(gnash::RTMPMsg::rtmp_status_e status, double &transid); boost 69 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeResult(gnash::RTMPMsg::rtmp_status_e status, const std::string &filename, double &transid, double &clientid); boost 72 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodePing(rtmp_ping_e type, boost::uint32_t milliseconds); boost 73 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodePing(rtmp_ping_e type); boost 75 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeAudio(boost::uint8_t *data, size_t size); boost 76 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeVideo(boost::uint8_t *data, size_t size); boost 79 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodeBWDone(double id); boost 82 cygnal/rtmp_server.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(cygnal::Buffer &buf) { return parseEchoRequest(buf.reference(), buf.size()); }; boost 83 cygnal/rtmp_server.h std::vector<boost::shared_ptr<cygnal::Element > > parseEchoRequest(boost::uint8_t *buf, size_t size); boost 85 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> formatEchoResponse(double num, cygnal::Element &el); boost 86 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> formatEchoResponse(double num, cygnal::Buffer &data); boost 87 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> formatEchoResponse(double num, boost::uint8_t *data, size_t size); boost 88 cygnal/rtmp_server.h void addReference(boost::uint16_t index, cygnal::Element &el) { _references[index] = el; }; boost 89 cygnal/rtmp_server.h cygnal::Element &getReference(boost::uint16_t index) { return _references[index]; }; boost 106 cygnal/rtmp_server.h size_t sendToClient(std::vector<int> &fds, boost::uint8_t *data, boost 111 cygnal/rtmp_server.h void setNetConnection(boost::shared_ptr<gnash::RTMPMsg> msg) { _netconnect = msg; }; boost 112 cygnal/rtmp_server.h boost::shared_ptr<gnash::RTMPMsg> getNetConnection() { return _netconnect;}; boost 120 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> serverFinish(int fd, boost 129 cygnal/rtmp_server.h typedef boost::char_separator<char> Sep; boost 130 cygnal/rtmp_server.h typedef boost::tokenizer<Sep> Tok; boost 136 cygnal/rtmp_server.h boost::uint32_t _filesize; boost 137 cygnal/rtmp_server.h std::map<boost::uint16_t, cygnal::Element> _references; boost 141 cygnal/rtmp_server.h boost::array<std::string, 1000> _clientids; boost 149 cygnal/rtmp_server.h boost::shared_ptr<gnash::RTMPMsg> _netconnect; boost 164 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf1(new Buffer("40 83 38 00 00 00 00 00")); boost 173 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> encnum = amf::AMF::encodeNumber(num); boost 191 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf2(new Buffer("01 01")); boost 192 cygnal/testsuite/libamf.all/test_amf.cpp boost::uint16_t sht = *(boost::uint16_t *)buf2->reference(); boost 193 cygnal/testsuite/libamf.all/test_amf.cpp swapBytes(&sht, sizeof(boost::uint16_t)); // we always encode in big endian format boost 199 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> encbool = amf::AMF::encodeBoolean(flag); boost 211 cygnal/testsuite/libamf.all/test_amf.cpp (memcmp(buf2->reference(), encbool->reference(), sizeof(boost::uint16_t)) == 0)) { boost 226 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf = amf::AMF::encodeString(str); boost 253 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf = amf::AMF::encodeNullString(); boost 259 cygnal/testsuite/libamf.all/test_amf.cpp boost::uint16_t len = *(boost::uint16_t *)(buf->reference() + 1); boost 269 cygnal/testsuite/libamf.all/test_amf.cpp len = *(boost::uint16_t *)(buf->reference() + 1); boost 279 cygnal/testsuite/libamf.all/test_amf.cpp boost::uint16_t index = 1; boost 287 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Buffer> buf2 = amf.encodeElement(el1); boost 296 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf3(new Buffer("07 00 01")); boost 297 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> el3 = amf.extractAMF(buf3); boost 314 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> hex1(new Buffer("08 00 00 00 0a 00 08 64 75 72 61 74 69 6f 6e 00 40 ad 04 14 7a e1 47 ae 00 05 77 69 64 74 68 00 40 74 00 00 00 00 00 00 00 06 68 65 69 67 68 74 00 40 6e 00 00 00 00 00 00 00 0d 76 69 64 65 6f 64 61 74 61 72 61 74 65 00 40 72 c0 00 00 00 00 00 00 09 66 72 61 6d 65 72 61 74 65 00 40 39 00 00 00 00 00 00 00 0c 76 69 64 65 6f 63 6f 64 65 63 69 64 00 40 10 00 00 00 00 00 00 00 0d 61 75 64 69 6f 64 61 74 61 72 61 74 65 00 40 58 00 00 00 00 00 00 00 0a 61 75 64 69 6f 64 65 6c 61 79 00 3f a3 74 bc 6a 7e f9 db 00 0c 61 75 64 69 6f 63 6f 64 65 63 69 64 00 40 00 00 00 00 00 00 00 00 0c 63 61 6e 53 65 65 6b 54 6f 45 6e 64 01 01 00 00 09")); boost 315 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> el1 = amf.extractAMF(hex1); boost 323 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> hex2(new Buffer("0a 00 00 00 c8 00 3f a4 7a e1 47 ae 14 7b 00 40 03 d7 0a 3d 70 a3 d7 00 40 13 85 1e b8 51 eb 85 00 40 1d 1e b8 51 eb 85 1f 00 40 23 5c 28 f5 c2 8f 5c 00 40 28 28 f5 c2 8f 5c 29 00 40 2c f5 c2 8f 5c 28 f6 00 40 30 e1 47 ae 14 7a e1 00 40 33 47 ae 14 7a e1 48 00 40 35 ae 14 7a e1 47 ae 00 40 38 14 7a e1 47 ae 14 00 40 3a 7a e1 47 ae 14 7b 00 40 3c e1 47 ae 14 7a e1 00 40 3f 47 ae 14 7a e1 48 00 40 40 d7 0a 3d 70 a3 d7 00 40 42 0a 3d 70 a3 d7 0a 00 40 43 3d 70 a3 d7 0a 3d 00 40 44 70 a3 d7 0a 3d 71 00 40 45 a3 d7 0a 3d 70 a4 00 40 46 d7 0a 3d 70 a3 d7 00 40 48 0a 3d 70 a3 d7 0a 00 40 49 3d 70 a3 d7 0a 3d 00 40 4a 70 a3 d7 0a 3d 71 00 40 4b a3 d7 0a 3d 70 a4 00 40 4c d7 0a 3d 70 a3 d7 00 40 4e 0a 3d 70 a3 d7 0a 00 40 4f 3d 70 a3 d7 0a 3d 00 40 50 38 51 eb 85 1e b8 00 40 50 d1 eb 85 1e b8 52 00 40 51 6b 85 1e b8 51 ec 00 40 52 05 1e b8 51 eb 85 00 40 52 9e b8 51 eb 85 1f 00 40 53 38 51 eb 85 1e b8 00 40 53 d1 eb 85 1e b8 52 00 40 54 6b 85 1e b8 51 ec 00 40 55 05 1e b8 51 eb 85 00 40 55 9e b8 51 eb 85 1f 00 40 56 38 51 eb 85 1e b8 00 40 56 d1 eb 85 1e b8 52 00 40 57 6b 85 1e b8 51 ec 00 40 58 05 1e b8 51 eb 85 00 40 58 9e b8 51 eb 85 1f 00 40 59 38 51 eb 85 1e b8 00 40 59 d1 eb 85 1e b8 52 00 40 5a 6b 85 1e b8 51 ec 00 40 5b 05 1e b8 51 eb 85 00 40 5b 9e b8 51 eb 85 1f 00 40 5c 38 51 eb 85 1e b8 00 40 5c d1 eb 85 1e b8 52 00 40 5d 6b 85 1e b8 51 ec 00 40 5e 05 1e b8 51 eb 85 00 40 5e 9e b8 51 eb 85 1f 00 40 5f 38 51 eb 85 1e b8 00 40 5f d1 eb 85 1e b8 52 00 40 60 35 c2 8f 5c 28 f6 00 40 60 82 8f 5c 28 f5 c3 00 40 60 cf 5c 28 f5 c2 8f 00 40 61 1c 28 f5 c2 8f 5c 00 40 61 68 f5 c2 8f 5c 29 00 40 61 b5 c2 8f 5c 28 f6 00 40 62 02 8f 5c 28 f5 c3 00 40 62 4f 5c 28 f5 c2 8f 00 40 62 9c 28 f5 c2 8f 5c 00 40 62 e8 f5 c2 8f 5c 29 00 40 63 35 c2 8f 5c 28 f6 00 40 63 82 8f 5c 28 f5 c3 00 40 63 cf 5c 28 f5 c2 8f 00 40 64 1c 28 f5 c2 8f 5c 00 40 64 68 f5 c2 8f 5c 29 00 40 64 b5 c2 8f 5c 28 f6 00 40 65 02 8f 5c 28 f5 c3 00 40 65 4f 5c 28 f5 c2 8f 00 40 65 9c 28 f5 c2 8f 5c 00 40 65 e8 f5 c2 8f 5c 29 00 40 66 35 c2 8f 5c 28 f6 00 40 66 82 8f 5c 28 f5 c3 00 40 66 cf 5c 28 f5 c2 8f 00 40 67 1c 28 f5 c2 8f 5c 00 40 67 68 f5 c2 8f 5c 29 00 40 67 b5 c2 8f 5c 28 f6 00 40 68 02 8f 5c 28 f5 c3 00 40 68 4f 5c 28 f5 c2 8f 00 40 68 9c 28 f5 c2 8f 5c 00 40 68 e8 f5 c2 8f 5c 29 00 40 69 35 c2 8f 5c 28 f6 00 40 69 82 8f 5c 28 f5 c3 00 40 69 cf 5c 28 f5 c2 8f 00 40 6a 1c 28 f5 c2 8f 5c 00 40 6a 68 f5 c2 8f 5c 29 00 40 6a b5 c2 8f 5c 28 f6 00 40 6b 02 8f 5c 28 f5 c3 00 40 6b 4f 5c 28 f5 c2 8f 00 40 6b 9c 28 f5 c2 8f 5c 00 40 6b e8 f5 c2 8f 5c 29 00 40 6c 35 c2 8f 5c 28 f6 00 40 6c 82 8f 5c 28 f5 c3 00 40 6c cf 5c 28 f5 c2 8f 00 40 6d 1c 28 f5 c2 8f 5c 00 40 6d 68 f5 c2 8f 5c 29 00 40 6d b5 c2 8f 5c 28 f6 00 40 6e 02 8f 5c 28 f5 c3 00 40 6e 4f 5c 28 f5 c2 8f 00 40 6e 9c 28 f5 c2 8f 5c 00 40 6e e8 f5 c2 8f 5c 29 00 40 6f 35 c2 8f 5c 28 f6 00 40 6f 82 8f 5c 28 f5 c3 00 40 6f cf 5c 28 f5 c2 8f 00 40 70 0e 14 7a e1 47 ae 00 40 70 34 7a e1 47 ae 14 00 40 70 5a e1 47 ae 14 7b 00 40 70 81 47 ae 14 7a e1 00 40 70 a7 ae 14 7a e1 48 00 40 70 ce 14 7a e1 47 ae 00 40 70 f4 7a e1 47 ae 14 00 40 71 1a e1 47 ae 14 7b 00 40 71 41 47 ae 14 7a e1 00 40 71 67 ae 14 7a e1 48 00 40 71 8e 14 7a e1 47 ae 00 40 71 b4 7a e1 47 ae 14 00 40 71 da e1 47 ae 14 7b 00 40 72 01 47 ae 14 7a e1 00 40 72 27 ae 14 7a e1 48 00 40 72 4e 14 7a e1 47 ae 00 40 72 74 7a e1 47 ae 14 00 40 72 9a e1 47 ae 14 7b 00 40 72 c1 47 ae 14 7a e1 00 40 72 e7 ae 14 7a e1 48 00 40 73 0e 14 7a e1 47 ae 00 40 73 34 7a e1 47 ae 14 00 40 73 5a e1 47 ae 14 7b 00 40 73 81 47 ae 14 7a e1 00 40 73 a7 ae 14 7a e1 48 00 40 73 ce 14 7a e1 47 ae 00 40 73 f4 7a e1 47 ae 14 00 40 74 1a e1 47 ae 14 7b 00 40 74 41 47 ae 14 7a e1 00 40 74 67 ae 14 7a e1 48 00 40 74 8e 14 7a e1 47 ae 00 40 74 b4 7a e1 47 ae 14 00 40 74 da e1 47 ae 14 7b 00 40 75 01 47 ae 14 7a e1 00 40 75 27 ae 14 7a e1 48 00 40 75 4e 14 7a e1 47 ae 00 40 75 74 7a e1 47 ae 14 00 40 75 9a e1 47 ae 14 7b 00 40 75 c1 47 ae 14 7a e1 00 40 75 e7 ae 14 7a e1 48 00 40 76 0e 14 7a e1 47 ae 00 40 76 34 7a e1 47 ae 14 00 40 76 5a e1 47 ae 14 7b 00 40 76 81 47 ae 14 7a e1 00 40 76 a7 ae 14 7a e1 48 00 40 76 ce 14 7a e1 47 ae 00 40 76 f4 7a e1 47 ae 14 00 40 77 1a e1 47 ae 14 7b 00 40 77 41 47 ae 14 7a e1 00 40 77 67 ae 14 7a e1 48 00 40 77 8e 14 7a e1 47 ae 00 40 77 b4 7a e1 47 ae 14 00 40 77 da e1 47 ae 14 7b 00 40 78 01 47 ae 14 7a e1 00 40 78 27 ae 14 7a e1 48 00 40 78 4e 14 7a e1 47 ae 00 40 78 74 7a e1 47 ae 14 00 40 78 9a e1 47 ae 14 7b 00 40 78 c1 47 ae 14 7a e1 00 40 78 e7 ae 14 7a e1 48 00 40 79 0e 14 7a e1 47 ae 00 40 79 34 7a e1 47 ae 14 00 40 79 5a e1 47 ae 14 7b 00 40 79 81 47 ae 14 7a e1 00 40 79 a7 ae 14 7a e1 48 00 40 79 ce 14 7a e1 47 ae 00 40 79 f4 7a e1 47 ae 14 00 40 7a 1a e1 47 ae 14 7b 00 40 7a 41 47 ae 14 7a e1 00 40 7a 67 ae 14 7a e1 48 00 40 7a 8e 14 7a e1 47 ae 00 40 7a b4 7a e1 47 ae 14 00 40 7a da e1 47 ae 14 7b 00 40 7b 01 47 ae 14 7a e1 00 40 7b 27 ae 14 7a e1 48 00 40 7b 4e 14 7a e1 47 ae 00 40 7b 74 7a e1 47 ae 14 00 40 7b 9a e1 47 ae 14 7b 00 40 7b c1 47 ae 14 7a e1 00 40 7b e7 ae 14 7a e1 48 00 40 7c 0e 14 7a e1 47 ae 00 40 7c 34 7a e1 47 ae 14 00 40 7c 5a e1 47 ae 14 7b 00 40 7c 81 47 ae 14 7a e1 00 40 7c a7 ae 14 7a e1 48 00 40 7c ce 14 7a e1 47 ae 00 40 7c f4 7a e1 47 ae 14 00 40 7d 1a e1 47 ae 14 7b 00 40 7d 41 47 ae 14 7a e1 00 40 7d 67 ae 14 7a e1 48 00 40 7d 82 8f 5c 28 f5 c3 00 40 7d 83 33 33 33 33 33 00 40 7d a9 99 99 99 99 9a")); boost 324 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> el2 = amf.extractAMF(hex2); boost 340 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> prop1(new Element); boost 344 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> prop2(new Element); boost 348 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> prop3(new Element); boost 364 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> encobj = top.encode(); boost 377 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf1(new Buffer("03 00 03 61 70 70 02 00 08 6f 66 6c 61 44 65 6d 6f 00 08 66 6c 61 73 68 56 65 72 02 00 0c 4c 4e 58 20 39 2c 30 2c 33 31 2c 30 00 06 73 77 66 55 72 6c 02 00 30 68 74 74 70 3a 2f 2f 77 77 77 2e 72 65 64 35 2e 6e 6c 2f 74 6f 6f 6c 73 2f 70 75 62 6c 69 73 68 65 72 2f 70 75 62 6c 69 73 68 65 72 2e 73 77 66 00 00 09")); boost 393 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> newtop = amf_obj.extractAMF(buf1); boost 155 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<Buffer> buf1(new Buffer("00 00 00 00 00 03 00 06 67 65 74 77 61 79 00 04 2f 32 32 39 00 00 00 0e 0a 00 00 00 01 00 41 70 43 87 20 00 00 00 00 06 67 65 74 77 61 79 00 04 2f 32 33 30 00 00 00 0e 0a 00 00 00 01 00 41 70 43 ba 00 00 00 00 00 06 67 65 74 77 61 79 00 04 2f 32 33 31 00 00 00 0e 0a 00 00 00 01 00 41 70 43 ac e0 00 00 00")); boost 160 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<AMF_msg::context_header_t> head1 = boost 183 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> getway1(new Element); boost 185 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> data1(new Element); boost 188 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<AMF_msg::amf_message_t> msg1(new AMF_msg::amf_message_t); boost 195 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> getway2(new Element); boost 197 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> data2(new Element); boost 200 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<AMF_msg::amf_message_t> msg2(new AMF_msg::amf_message_t); boost 207 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> getway3(new Element); boost 209 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> data3(new Element); boost 212 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<AMF_msg::amf_message_t> msg3(new AMF_msg::amf_message_t); boost 219 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Buffer> buf2 = top.encodeMsgHeader("getway", "/229", 14); boost 220 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::uint8_t *ptr1 = buf1->reference() + sizeof(AMF_msg::context_header_t); boost 229 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Buffer> buf3 = top.encodeAMFPacket(); boost 258 cygnal/testsuite/libamf.all/test_buffer.cpp boost::uint16_t length = 12; boost 262 cygnal/testsuite/libamf.all/test_buffer.cpp boost::uint16_t newlen = *(reinterpret_cast<boost::uint16_t *>(ptr3)); boost 426 cygnal/testsuite/libamf.all/test_buffer.cpp boost::uint16_t length = 1047; boost 430 cygnal/testsuite/libamf.all/test_buffer.cpp if (memcmp(buf7.reference() + 10, &length, sizeof(boost::uint16_t)) == 0) { boost 439 cygnal/testsuite/libamf.all/test_buffer.cpp if (memcmp(buf7.reference() + 10 + sizeof(boost::uint16_t), buf6.reference(), 30) == 0) { boost 616 cygnal/testsuite/libamf.all/test_buffer.cpp boost::uint8_t *ptr1 = buf1.reference(); boost 641 cygnal/testsuite/libamf.all/test_buffer.cpp boost::uint8_t *ptr2 = buf3->reference(); boost 665 cygnal/testsuite/libamf.all/test_buffer.cpp boost::uint8_t *ptr3 = buf5.reference(); boost 122 cygnal/testsuite/libamf.all/test_el.cpp std::vector<boost::shared_ptr<amf::Element> > data1; boost 125 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop1(new Element(str1)); boost 129 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop2(new Element(str2)); boost 132 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop3(new Element("property three")); boost 136 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop4(new Element(num)); boost 135 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex1(new Buffer("46 4c 56 01 0d 00 00 00 09 00 00 00 00")); boost 136 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<Flv::flv_header_t> head = flv.decodeHeader(hex1); boost 144 cygnal/testsuite/libamf.all/test_flv.cpp boost::uint32_t size = *(reinterpret_cast<boost::uint32_t *>(head->head_size)); boost 154 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> enc1 = flv.encodeHeader(Flv::FLV_AUDIO | Flv::FLV_VIDEO); boost 167 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex2(new Buffer("0f 00 00 a4 0f")); boost 168 cygnal/testsuite/libamf.all/test_flv.cpp boost::uint32_t num = flv.convert24(hex2->reference()+1); boost 176 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex3(new Buffer("12 00 00 a4 00 00 00 00 00 00 00")); boost 178 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<Flv::flv_tag_t> tag3 = flv.decodeTagHeader(hex3); boost 193 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex1(new Buffer("02 00 0a 6f 6e 4d 65 74 61 44 61 74 61 08 00 00 00 00 00 08 64 75 72 61 74 69 6f 6e 00 40 6d 6e 24 dd 2f 1a a0 00 0c 76 69 64 65 6f 63 6f 64 65 63 69 64 00 40 00 00 00 00 00 00 00 00 0c 61 75 64 69 6f 63 6f 64 65 63 69 64 00 40 00 00 00 00 00 00 00 00 0c 63 61 6e 53 65 65 6b 54 6f 45 6e 64 01 00 00 09 63 72 65 61 74 65 64 62 79 02 00 07 46 4d 53 20 33 2e 30 00 0c 63 72 65 61 74 69 6f 6e 64 61 74 65 02 00 18 54 75 65 20 4a 75 6e 20 32 34 20 30 38 3a 30 33 3a 34 38 20 32 30 30 38 00 00 09")); boost 194 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Element> el1 = flv.decodeMetaData(hex1); boost 212 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex2(new Buffer("09 00 00 00 00 00 00 00 00 00 00 00")); boost 213 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<Flv::flv_tag_t> tag2 = flv.decodeTagHeader(hex2); boost 214 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<Flv::flv_audio_t> data2 = flv.decodeAudioData(*(hex2->reference() + 11)); boost 225 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex3(new Buffer("08 00 00 1b 00 00 00 00 00 00 00 2a")); boost 226 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<Flv::flv_tag_t> tag3 = flv.decodeTagHeader(hex3); boost 227 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<Flv::flv_video_t> data3 = flv.decodeVideoData(*(hex3->reference() + 11)); boost 236 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex4(new Buffer("00 0a 6f 6e 4d 65 74 61 44 61 74 61 08 00 00 00 00 00 08 64 75 72 61 74 69 6f 6e 00 40 6d 6e 24 dd 2f 1a a0 00 0c 76 69 64 65 6f 63 6f 64 65 63 69 64 00 40 00 00 00 00 00 00 00 00 0c 61 75 64 69 6f 63 6f 64 65 63 69 64 00 40 00 00 00 00 00 00 00 00 0c 63 61 6e 53 65 65 6b 54 6f 45 6e 64 01 00 00 09 63 72 65 61 74 65 64 62 79 02 00 07 46 4d 53 20 33 2e 30 00 0c 63 72 65 61 74 69 6f 6e 64 61 74 65 02 00 18 54 75 65 20 4a 75 6e 20 32 34 20 30 38 3a 30 33 3a 34 38 20 32 30 30 38 00 00 09")); boost 237 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Element> el4 = flv.decodeMetaData(hex4); boost 255 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex5(new Buffer("00 0a 6f 6e 4d 65 74 61 44 61 74 61 08 00 00 00 0a 00 08 64 75 72 61 74 69 6f 6e 00 40 82 5c fd f3 b6 45 a2 00 0d 76 69 64 65 6f 64 61 74 61 72 61 74 65 00 40 74 8a 51 f7 27 8d c5 00 15 6c 61 73 74 6b 65 79 66 72 61 6d 65 74 69 6d 65 73 74 61 6d 70 00 40 82 53 5a 1c ac 08 31 00 14 6c 61 73 74 6b 65 79 66 72 61 6d 65 6c 6f 63 61 74 69 6f 6e 00 41 77 01 7f 10 00 00 00 00 07 63 72 65 61 74 6f 72 02 00 0d 59 6f 75 54 75 62 65 2c 20 49 6e 63 2e 00 0f 6d 65 74 61 64 61 74 61 63 72 65 61 74 6f 72 02 00 1a 59 6f 75 54 75 62 65 20 4d 65 74 61 64 61 74 61 20 49 6e 6a 65 63 74 6f 72 2e 00 09 66 6c 76 73 6f 75 72 63 65 02 00 04 63 64 62 70 00 0c 68 61 73 6b 65 79 66 72 61 6d 65 73 01 01 00 0b 68 61 73 6d 65 74 61 64 61 74 61 01 01 00 09 6b 65 79 66 72 61 6d 65 73 03 00 05 74 69 6d 65 73 0a 00 00 01 33 00 00 00 00 00 00 00 00 00 00 3f ff 5c 28 f5 c2 8f 5c 00 40 0f 5e 35 3f 7c ed 91 00 40 17 86 24 dd 2f 1a a0 00 40 1f 5d 2f 1a 9f be 77 00 40 23 9a 1c ac 08 31 27 00 40 26 1b 22 d0 e5 60 42 00 40 26 30 20 c4 9b a5 e3 00 40 2a 1c 28 f5 c2 8f 5c 00 40 2e 07 ae 14 7a e1 48 00 40 30 f9 99 99 99 99 9a 00 40 32 ef 9d b2 2d 0e 56 00 40 34 e5 60 41 89 37 4c 00 40 36 db 22 d0 e5 60 42 00 40 38 d0 e5 60 41 89 37 00 40 3a c6 e9 78 d4 fd f4 00 40 3c bc ac 08 31 26 e9 00 40 3e b2 6e 97 8d 4f df 00 40 40 54 39 58 10 62 4e 00 40 41 4f 1a 9f be 76 c9 00 40 42 49 fb e7 6c 8b 44 00 40 43 44 dd 2f 1a 9f be 00 40 44 3f df 3b 64 5a 1d 00 40 45 3a c0 83 12 6e 98 00 40 46 35 a1 ca c0 83 12 00 40 47 30 a3 d7 0a 3d 71 00 40 48 2b 85 1e b8 51 ec 00 40 49 26 66 66 66 66 66 00 40 4a 21 68 72 b0 20 c5 00 40 4b 1c 49 ba 5e 35 3f 00 40 4c 17 2b 02 0c 49 ba 00 40 4d 12 0c 49 ba 5e 35 00 40 4e 0d 0e 56 04 18 93 00 40 4f 07 ef 9d b2 2d 0e 00 40 50 01 68 72 b0 20 c5 00 40 50 7e e9 78 d4 fd f4 00 40 50 fc 5a 1c ac 08 31 00 40 51 79 ca c0 83 12 6f 00 40 51 f7 3b 64 5a 1c ac 00 40 52 74 bc 6a 7e f9 db 00 40 52 f2 2d 0e 56 04 19 00 40 53 6f 9d b2 2d 0e 56 00 40 53 ed 1e b8 51 eb 85 00 40 54 6a 8f 5c 28 f5 c3 00 40 54 ea b0 20 c4 9b a6 00 40 55 68 20 c4 9b a5 e3 00 40 55 e5 a1 ca c0 83 12 00 40 56 63 12 6e 97 8d 50 00 40 56 e0 83 12 6e 97 8d 00 40 57 5d f3 b6 45 a1 cb 00 40 57 db 74 bc 6a 7e fa 00 40 58 58 e5 60 41 89 37 00 40 58 d6 56 04 18 93 75 00 40 59 53 d7 0a 3d 70 a4 00 40 59 d1 47 ae 14 7a e1 00 40 5a 4e b8 51 eb 85 1f 00 40 5a cc 28 f5 c2 8f 5c 00 40 5b 49 a9 fb e7 6c 8b 00 40 5b c7 1a 9f be 76 c9 00 40 5c 44 8b 43 95 81 06 00 40 5c c2 0c 49 ba 5e 35 00 40 5d 3f 7c ed 91 68 73 00 40 5d bc ed 91 68 72 b0 00 40 5e 3a 5e 35 3f 7c ee 00 40 5e b7 df 3b 64 5a 1d 00 40 5f 35 4f df 3b 64 5a 00 40 5f b2 c0 83 12 6e 98 00 40 60 18 20 c4 9b a5 e3 00 40 60 56 d9 16 87 2b 02 00 40 60 95 91 68 72 b0 21 00 40 60 d4 51 eb 85 1e b8 00 40 61 13 0a 3d 70 a3 d7 00 40 61 51 c2 8f 5c 28 f6 00 40 61 90 7a e1 47 ae 14 00 40 61 cf 3b 64 5a 1c ac 00 40 62 0d f3 b6 45 a1 cb 00 40 62 4c ac 08 31 26 e9 00 40 62 8b 6c 8b 43 95 81 00 40 62 ca 24 dd 2f 1a a0 00 40 63 08 dd 2f 1a 9f be 00 40 63 47 95 81 06 24 dd 00 40 63 86 56 04 18 93 75 00 40 63 c5 0e 56 04 18 93 00 40 64 03 c6 a7 ef 9d b2 00 40 64 42 87 2b 02 0c 4a 00 40 64 81 3f 7c ed 91 68 00 40 64 bf f7 ce d9 16 87 00 40 64 fe b0 20 c4 9b a6 00 40 65 3d 70 a3 d7 0a 3d 00 40 65 7c 28 f5 c2 8f 5c 00 40 65 ba e1 47 ae 14 7b 00 40 65 f9 a1 ca c0 83 12 00 40 66 38 5a 1c ac 08 31 00 40 66 77 12 6e 97 8d 50 00 40 66 b5 ca c0 83 12 6f 00 40 66 f4 8b 43 95 81 06 00 40 67 33 43 95 81 06 25 00 40 67 71 fb e7 6c 8b 44 00 40 67 b0 bc 6a 7e f9 db 00 40 67 ef 74 bc 6a 7e fa 00 40 68 2e 2d 0e 56 04 19 00 40 68 6c ed 91 68 72 b0 00 40 68 ab a5 e3 53 f7 cf 00 40 68 ea 5e 35 3f 7c ee 00 40 69 29 16 87 2b 02 0c 00 40 69 67 d7 0a 3d 70 a4 00 40 69 a6 8f 5c 28 f5 c3 00 40 69 e5 47 ae 14 7a e1 00 40 6a 24 08 31 26 e9 79 00 40 6a 62 c0 83 12 6e 98 00 40 6a a1 78 d4 fd f3 b6 00 40 6a e0 31 26 e9 78 d5 00 40 6b 15 99 99 99 99 9a 00 40 6b 24 49 ba 5e 35 3f 00 40 6b 63 02 0c 49 ba 5e 00 40 6b a1 ba 5e 35 3f 7d 00 40 6b e0 72 b0 20 c4 9c 00 40 6c 1f 33 33 33 33 33 00 40 6c 5d eb 85 1e b8 52 00 40 6c 9c a3 d7 0a 3d 71 00 40 6c db 64 5a 1c ac 08 00 40 6d 12 1c ac 08 31 27 00 40 6d 50 d4 fd f3 b6 46 00 40 6d 8f 8d 4f df 3b 64 00 40 6d ce 4d d2 f1 a9 fc 00 40 6e 0b ae 14 7a e1 48 00 40 6e 4a 66 66 66 66 66 00 40 6e 89 26 e9 78 d4 fe 00 40 6e c7 df 3b 64 5a 1d 00 40 6f 06 97 8d 4f df 3b 00 40 6f 39 4f df 3b 64 5a 00 40 6f 78 08 31 26 e9 79 00 40 6f b6 c8 b4 39 58 10 00 40 6f bc 20 c4 9b a5 e3 00 40 6f bd 70 a3 d7 0a 3d 00 40 6f fc 31 26 e9 78 d5 00 40 70 1d 74 bc 6a 7e fa 00 40 70 3c d0 e5 60 41 89 00 40 70 5c 31 26 e9 78 d5 00 40 70 7b 8d 4f df 3b 64 00 40 70 96 e9 78 d4 fd f4 00 40 70 98 3d 70 a3 d7 0a 00 40 70 b6 45 a1 ca c0 83 00 40 70 d5 a1 ca c0 83 12 00 40 70 f5 02 0c 49 ba 5e 00 40 71 14 5e 35 3f 7c ee 00 40 71 33 ba 5e 35 3f 7d 00 40 71 53 1a 9f be 76 c9 00 40 71 72 76 c8 b4 39 58 00 40 71 91 d2 f1 a9 fb e7 00 40 71 b1 2f 1a 9f be 77 00 40 71 d0 8f 5c 28 f5 c3 00 40 71 ef eb 85 1e b8 52 00 40 72 0f 47 ae 14 7a e1 00 40 72 2e a7 ef 9d b2 2d 00 40 72 4e 04 18 93 74 bc 00 40 72 6d 60 41 89 37 4c 00 40 72 8c bc 6a 7e f9 db 00 40 72 ac 1c ac 08 31 27 00 40 72 cb 78 d4 fd f3 b6 00 40 72 ea d4 fd f3 b6 46 00 40 73 0a 35 3f 7c ed 91 00 40 73 29 91 68 72 b0 21 00 40 73 48 ed 91 68 72 b0 00 40 73 68 4d d2 f1 a9 fc 00 40 73 87 a9 fb e7 6c 8b 00 40 73 a7 06 24 dd 2f 1b 00 40 73 c6 62 4d d2 f1 aa 00 40 73 e5 c2 8f 5c 28 f6 00 40 74 05 1e b8 51 eb 85 00 40 74 24 7a e1 47 ae 14 00 40 74 43 db 22 d0 e5 60 00 40 74 63 37 4b c6 a7 f0 00 40 74 82 93 74 bc 6a 7f 00 40 74 a1 ef 9d b2 2d 0e 00 40 74 c1 4f df 3b 64 5a 00 40 74 e0 ac 08 31 26 e9 00 40 75 00 08 31 26 e9 79 00 40 75 1f 68 72 b0 20 c5 00 40 75 3e c4 9b a5 e3 54 00 40 75 5e 20 c4 9b a5 e3 00 40 75 7d 81 06 24 dd 2f 00 40 75 9c dd 2f 1a 9f be 00 40 75 bc 39 58 10 62 4e 00 40 75 db 95 81 06 24 dd 00 40 75 fa f5 c2 8f 5c 29 00 40 76 1a 51 eb 85 1e b8 00 40 76 39 ae 14 7a e1 48 00 40 76 59 0e 56 04 18 93 00 40 76 78 6a 7e f9 db 23 00 40 76 97 c6 a7 ef 9d b2 00 40 76 b7 22 d0 e5 60 42 00 40 76 d6 83 12 6e 97 8d 00 40 76 f5 df 3b 64 5a 1d 00 40 77 15 3b 64 5a 1c ac 00 40 77 34 9b a5 e3 53 f8 00 40 77 53 f7 ce d9 16 87 00 40 77 73 53 f7 ce d9 17 00 40 77 92 b0 20 c4 9b a6 00 40 77 b2 10 62 4d d2 f2 00 40 77 d1 6c 8b 43 95 81 00 40 77 f0 c8 b4 39 58 10 00 40 78 10 28 f5 c2 8f 5c 00 40 78 2f 85 1e b8 51 ec 00 40 78 4e e1 47 ae 14 7b 00 40 78 6e 3d 70 a3 d7 0a 00 40 78 8d 9d b2 2d 0e 56 00 40 78 ac f9 db 22 d0 e5 00 40 78 cc 56 04 18 93 75 00 40 78 eb b6 45 a1 ca c1 00 40 79 0b 12 6e 97 8d 50 00 40 79 2a 6e 97 8d 4f df 00 40 79 49 ce d9 16 87 2b 00 40 79 69 2b 02 0c 49 ba 00 40 79 88 87 2b 02 0c 4a 00 40 79 a7 e3 53 f7 ce d9 00 40 79 c7 43 95 81 06 25 00 40 79 e6 9f be 76 c8 b4 00 40 7a 05 fb e7 6c 8b 44 00 40 7a 25 5c 28 f5 c2 8f 00 40 7a 44 b8 51 eb 85 1f 00 40 7a 64 14 7a e1 47 ae 00 40 7a 83 70 a3 d7 0a 3d 00 40 7a a2 d0 e5 60 41 89 00 40 7a c2 2d 0e 56 04 19 00 40 7a e1 89 37 4b c6 a8 00 40 7b 00 e9 78 d4 fd f4 00 40 7b 20 45 a1 ca c0 83 00 40 7b 3f a1 ca c0 83 12 00 40 7b 5f 02 0c 49 ba 5e 00 40 7b 7e 5e 35 3f 7c ee 00 40 7b 9d ba 5e 35 3f 7d 00 40 7b bd 16 87 2b 02 0c 00 40 7b dc 76 c8 b4 39 58 00 40 7b fb d2 f1 a9 fb e7 00 40 7c 1b 2f 1a 9f be 77 00 40 7c 3a 8f 5c 28 f5 c3 00 40 7c 59 eb 85 1e b8 52 00 40 7c 79 47 ae 14 7a e1 00 40 7c 98 a3 d7 0a 3d 71 00 40 7c b8 04 18 93 74 bc 00 40 7c d7 60 41 89 37 4c 00 40 7c f6 bc 6a 7e f9 db 00 40 7d 16 1c ac 08 31 27 00 40 7d 35 78 d4 fd f3 b6 00 40 7d 54 d4 fd f3 b6 46 00 40 7d 74 31 26 e9 78 d5 00 40 7d 93 91 68 72 b0 21 00 40 7d b2 ed 91 68 72 b0 00 40 7d d2 49 ba 5e 35 3f 00 40 7d f1 a9 fb e7 6c 8b 00 40 7e 11 06 24 dd 2f 1b 00 40 7e 30 62 4d d2 f1 aa 00 40 7e 4f c2 8f 5c 28 f6 00 40 7e 55 16 87 2b 02 0c 00 40 7e 74 72 b0 20 c4 9c 00 40 7e 93 d2 f1 a9 fb e7 00 40 7e b3 2f 1a 9f be 77 00 40 7e d2 8b 43 95 81 06 00 40 7e f1 eb 85 1e b8 52 00 40 7f 11 47 ae 14 7a e1 00 40 7f 30 a3 d7 0a 3d 71 00 40 7f 50 00 00 00 00 00 00 40 7f 6f 60 41 89 37 4c 00 40 7f 8e bc 6a 7e f9 db 00 40 7f ae 18 93 74 bc 6a 00 40 7f cd 78 d4 fd f3 b6 00 40 7f ec d4 fd f3 b6 46 00 40 80 06 18 93 74 bc 6a 00 40 80 15 c8 b4 39 58 10 00 40 80 25 76 c8 b4 39 58 00 40 80 35 24 dd 2f 1a a0 00 40 80 44 d2 f1 a9 fb e7 00 40 80 54 83 12 6e 97 8d 00 40 80 64 31 26 e9 78 d5 00 40 80 73 df 3b 64 5a 1d 00 40 80 83 8f 5c 28 f5 c3 00 40 80 93 3d 70 a3 d7 0a 00 40 80 a2 eb 85 1e b8 52 00 40 80 b2 99 99 99 99 9a 00 40 80 c2 49 ba 5e 35 3f 00 40 80 d1 f7 ce d9 16 87 00 40 80 e1 a5 e3 53 f7 cf 00 40 80 f1 56 04 18 93 75 00 40 81 01 04 18 93 74 bc 00 40 81 10 b2 2d 0e 56 04 00 40 81 20 62 4d d2 f1 aa 00 40 81 30 10 62 4d d2 f2 00 40 81 3f be 76 c8 b4 39 00 40 81 4f 6c 8b 43 95 81 00 40 81 5f 1c ac 08 31 27 00 40 81 6e ca c0 83 12 6f 00 40 81 7e 78 d4 fd f3 b6 00 40 81 8e 28 f5 c2 8f 5c 00 40 81 9d d7 0a 3d 70 a4 00 40 81 ad 85 1e b8 51 ec 00 40 81 bd 33 33 33 33 33 00 40 81 cc e3 53 f7 ce d9 00 40 81 dc 91 68 72 b0 21 00 40 81 ec 3f 7c ed 91 68 00 40 81 fb ef 9d b2 2d 0e 00 40 82 0b 9d b2 2d 0e 56 00 40 82 1b 4b c6 a7 ef 9e 00 40 82 2a f9 db 22 d0 e5 00 40 82 33 fd f3 b6 45 a2 00 40 82 43 ac 08 31 26 e9 00 40 82 53 5a 1c ac 08 31 00 0d 66 69 6c 65 70 6f 73 69 74 69 6f 6e 73 0a 00 00 01 33 00 40 b6 d2 00 00 00 00 00 00 40 db 4f 80 00 00 00 00 00 40 f0 67 e0 00 00 00 00 00 40 f8 41 50 00 00 00 00 00 41 00 30 98 00 00 00 00 00 41 04 fd 28 00 00 00 00 00 41 07 a2 10 00 00 00 00 00 41 07 e6 68 00 00 00 00 00 41 11 da 7c 00 00 00 00 00 41 16 a7 dc 00 00 00 00 00 41 1b 35 6c 00 00 00 00 00 41 1f d4 bc 00 00 00 00 00 41 22 4b 5e 00 00 00 00 00 41 24 ab 78 00 00 00 00 00 41 27 20 e8 00 00 00 00 00 41 29 a7 04 00 00 00 00 00 41 2c 14 f6 00 00 00 00 00 41 2e 82 f8 00 00 00 00 00 41 30 a9 29 00 00 00 00 00 41 32 1f e6 00 00 00 00 00 41 33 69 a0 00 00 00 00 00 41 34 cb df 00 00 00 00 00 41 36 33 96 00 00 00 00 00 41 37 94 db 00 00 00 00 00 41 38 e2 54 00 00 00 00 00 41 3a 4d 10 00 00 00 00 00 41 3b a4 1e 00 00 00 00 00 41 3d 31 ba 00 00 00 00 00 41 3e b3 75 00 00 00 00 00 41 40 09 72 80 00 00 00 00 41 40 a7 34 00 00 00 00 00 41 41 1f bf 80 00 00 00 00 41 41 a1 79 80 00 00 00 00 41 42 27 3c 80 00 00 00 00 41 42 b0 11 00 00 00 00 00 41 43 3c 27 80 00 00 00 00 41 43 c6 d7 80 00 00 00 00 41 44 4e 36 80 00 00 00 00 41 44 d9 50 80 00 00 00 00 41 45 60 9f 00 00 00 00 00 41 45 c5 39 80 00 00 00 00 41 46 00 9d 00 00 00 00 00 41 46 32 5e 00 00 00 00 00 41 46 64 c6 00 00 00 00 00 41 46 c3 cc 00 00 00 00 00 41 47 5a 90 80 00 00 00 00 41 48 00 08 80 00 00 00 00 41 48 cd 6d 80 00 00 00 00 41 49 98 39 80 00 00 00 00 41 4a 5b 8b 80 00 00 00 00 41 4b 2c db 00 00 00 00 00 41 4c 0f 67 00 00 00 00 00 41 4c ed c9 80 00 00 00 00 41 4d c9 d3 80 00 00 00 00 41 4e a7 83 80 00 00 00 00 41 4f 82 e1 00 00 00 00 00 41 50 2a 2b 00 00 00 00 00 41 50 89 39 c0 00 00 00 00 41 50 df 38 40 00 00 00 00 41 51 37 93 40 00 00 00 00 41 51 9c 32 80 00 00 00 00 41 52 0b 0b c0 00 00 00 00 41 52 68 52 80 00 00 00 00 41 52 bb 21 80 00 00 00 00 41 53 08 7d c0 00 00 00 00 41 53 5a 6b c0 00 00 00 00 41 53 ab e1 00 00 00 00 00 41 53 fc d3 c0 00 00 00 00 41 54 4b b2 40 00 00 00 00 41 54 97 2d 40 00 00 00 00 41 54 dd d1 40 00 00 00 00 41 55 28 c8 40 00 00 00 00 41 55 74 d6 c0 00 00 00 00 41 55 c6 28 40 00 00 00 00 41 56 11 3a 40 00 00 00 00 41 56 5b a7 40 00 00 00 00 41 56 c2 97 80 00 00 00 00 41 57 18 d0 00 00 00 00 00 41 57 6f 38 00 00 00 00 00 41 57 c1 05 80 00 00 00 00 41 58 0e f9 40 00 00 00 00 41 58 61 d9 40 00 00 00 00 41 58 be 21 c0 00 00 00 00 41 59 1b a3 00 00 00 00 00 41 59 7d b7 80 00 00 00 00 41 59 de c4 80 00 00 00 00 41 5a 38 6f c0 00 00 00 00 41 5a 97 be 40 00 00 00 00 41 5b 06 5f 00 00 00 00 00 41 5b 7b 62 80 00 00 00 00 41 5b e8 4c c0 00 00 00 00 41 5c 59 4c 40 00 00 00 00 41 5c c6 99 00 00 00 00 00 41 5d 37 eb 00 00 00 00 00 41 5d a1 4a 00 00 00 00 00 41 5e 05 00 00 00 00 00 00 41 5e 69 d8 00 00 00 00 00 41 5e d1 e9 80 00 00 00 00 41 5f 35 61 80 00 00 00 00 41 5f 99 a3 80 00 00 00 00 41 5f f8 ea 40 00 00 00 00 41 60 2a b8 c0 00 00 00 00 41 60 5c 12 40 00 00 00 00 41 60 90 a9 60 00 00 00 00 41 60 c6 b7 c0 00 00 00 00 41 60 fe 01 00 00 00 00 00 41 61 31 40 00 00 00 00 00 41 61 5e 86 00 00 00 00 00 41 61 8a fc a0 00 00 00 00 41 61 b9 43 00 00 00 00 00 41 61 e7 16 80 00 00 00 00 41 62 17 b3 80 00 00 00 00 41 62 40 7d 40 00 00 00 00 41 62 44 d4 60 00 00 00 00 41 62 72 5d 00 00 00 00 00 41 62 a4 b7 00 00 00 00 00 41 62 e2 3d a0 00 00 00 00 41 63 1c b5 a0 00 00 00 00 41 63 59 85 c0 00 00 00 00 41 63 91 80 00 00 00 00 00 41 63 c4 75 c0 00 00 00 00 41 63 f6 d6 20 00 00 00 00 41 64 1a 9d 80 00 00 00 00 41 64 42 0c e0 00 00 00 00 41 64 66 c9 a0 00 00 00 00 41 64 86 97 80 00 00 00 00 41 64 a7 b3 e0 00 00 00 00 41 64 ca 51 a0 00 00 00 00 41 64 ed 31 60 00 00 00 00 41 65 18 18 60 00 00 00 00 41 65 42 43 00 00 00 00 00 41 65 70 d6 00 00 00 00 00 41 65 a0 a8 00 00 00 00 00 41 65 a5 0d 40 00 00 00 00 41 65 a6 30 a0 00 00 00 00 41 65 c8 96 40 00 00 00 00 41 65 e5 8e 80 00 00 00 00 41 66 05 ed 20 00 00 00 00 41 66 24 bc 40 00 00 00 00 41 66 3f a7 00 00 00 00 00 41 66 5d 8e c0 00 00 00 00 41 66 5f 95 40 00 00 00 00 41 66 85 5a c0 00 00 00 00 41 66 ac 52 20 00 00 00 00 41 66 d3 8b e0 00 00 00 00 41 66 fa e4 00 00 00 00 00 41 67 24 d0 c0 00 00 00 00 41 67 4e d9 c0 00 00 00 00 41 67 7a 55 a0 00 00 00 00 41 67 a3 1d e0 00 00 00 00 41 67 cb f9 40 00 00 00 00 41 67 f7 24 e0 00 00 00 00 41 68 23 ce a0 00 00 00 00 41 68 3c fb 00 00 00 00 00 41 68 5d f1 00 00 00 00 00 41 68 7d 50 40 00 00 00 00 41 68 9a 37 40 00 00 00 00 41 68 b6 4b a0 00 00 00 00 41 68 d6 08 c0 00 00 00 00 41 68 f7 fd e0 00 00 00 00 41 69 1a 44 c0 00 00 00 00 41 69 3a 2a 80 00 00 00 00 41 69 5c 07 20 00 00 00 00 41 69 7e ec 20 00 00 00 00 41 69 9e 44 20 00 00 00 00 41 69 b8 f3 c0 00 00 00 00 41 69 d5 ec 40 00 00 00 00 41 69 f3 d9 00 00 00 00 00 41 6a 10 74 e0 00 00 00 00 41 6a 2d 33 00 00 00 00 00 41 6a 4b 9e a0 00 00 00 00 41 6a 72 eb 00 00 00 00 00 41 6a 9b fd 40 00 00 00 00 41 6a cd 8e e0 00 00 00 00 41 6b 01 aa 60 00 00 00 00 41 6b 33 d5 a0 00 00 00 00 41 6b 64 ca a0 00 00 00 00 41 6b 8f 90 00 00 00 00 00 41 6b bf f1 00 00 00 00 00 41 6b f0 4f 20 00 00 00 00 41 6c 1d 1f c0 00 00 00 00 41 6c 47 b7 00 00 00 00 00 41 6c 72 ee e0 00 00 00 00 41 6c 9a dc 60 00 00 00 00 41 6c c0 04 a0 00 00 00 00 41 6c e1 5a a0 00 00 00 00 41 6d 03 4f e0 00 00 00 00 41 6d 28 24 60 00 00 00 00 41 6d 4c da e0 00 00 00 00 41 6d 71 93 80 00 00 00 00 41 6d 99 50 00 00 00 00 00 41 6d c0 4f e0 00 00 00 00 41 6d e5 c9 40 00 00 00 00 41 6e 08 fe c0 00 00 00 00 41 6e 2d 90 c0 00 00 00 00 41 6e 48 6a 40 00 00 00 00 41 6e 7b 65 40 00 00 00 00 41 6e ab 11 c0 00 00 00 00 41 6e e1 0e 00 00 00 00 00 41 6f 18 8b 00 00 00 00 00 41 6f 4c 1d 60 00 00 00 00 41 6f 7c 8f 00 00 00 00 00 41 6f ad 1e 20 00 00 00 00 41 6f dd 1e 60 00 00 00 00 41 70 06 b0 60 00 00 00 00 41 70 1d 3c 70 00 00 00 00 41 70 33 e5 60 00 00 00 00 41 70 49 a9 00 00 00 00 00 41 70 5d 8d f0 00 00 00 00 41 70 71 9c 80 00 00 00 00 41 70 84 c4 c0 00 00 00 00 41 70 99 79 30 00 00 00 00 41 70 ac ec 30 00 00 00 00 41 70 c0 bd f0 00 00 00 00 41 70 d5 bb 00 00 00 00 00 41 70 ea c4 a0 00 00 00 00 41 70 ff 77 10 00 00 00 00 41 71 13 be 30 00 00 00 00 41 71 28 10 40 00 00 00 00 41 71 3c e0 10 00 00 00 00 41 71 52 e4 b0 00 00 00 00 41 71 6a 7f 70 00 00 00 00 41 71 81 b6 20 00 00 00 00 41 71 97 a1 d0 00 00 00 00 41 71 ae 53 b0 00 00 00 00 41 71 c4 2a 50 00 00 00 00 41 71 d9 b0 30 00 00 00 00 41 71 ef 51 20 00 00 00 00 41 72 05 34 90 00 00 00 00 41 72 1b 83 f0 00 00 00 00 41 72 30 d1 e0 00 00 00 00 41 72 45 bc 00 00 00 00 00 41 72 5d 36 00 00 00 00 00 41 72 73 aa 30 00 00 00 00 41 72 89 37 20 00 00 00 00 41 72 9d b9 50 00 00 00 00 41 72 b1 3c 50 00 00 00 00 41 72 c6 08 40 00 00 00 00 41 72 da dc 60 00 00 00 00 41 72 ef 73 a0 00 00 00 00 41 73 05 1b c0 00 00 00 00 41 73 1a bc 80 00 00 00 00 41 73 2f fb c0 00 00 00 00 41 73 46 ff 30 00 00 00 00 41 73 5d 18 00 00 00 00 00 41 73 75 51 60 00 00 00 00 41 73 8a df 80 00 00 00 00 41 73 a0 69 d0 00 00 00 00 41 73 b6 e4 b0 00 00 00 00 41 73 ce 66 50 00 00 00 00 41 73 e5 91 b0 00 00 00 00 41 73 fa 77 50 00 00 00 00 41 74 0f 1a f0 00 00 00 00 41 74 24 e8 10 00 00 00 00 41 74 29 e9 a0 00 00 00 00 41 74 37 50 10 00 00 00 00 41 74 40 3f b0 00 00 00 00 41 74 49 41 40 00 00 00 00 41 74 53 1b 60 00 00 00 00 41 74 5e 1c 30 00 00 00 00 41 74 68 73 80 00 00 00 00 41 74 72 4d d0 00 00 00 00 41 74 7c 61 40 00 00 00 00 41 74 87 63 20 00 00 00 00 41 74 92 10 e0 00 00 00 00 41 74 9b 9a d0 00 00 00 00 41 74 a7 96 70 00 00 00 00 41 74 b0 93 20 00 00 00 00 41 74 be 44 70 00 00 00 00 41 74 c5 96 e0 00 00 00 00 41 74 d2 f4 70 00 00 00 00 41 74 e3 19 00 00 00 00 00 41 74 f3 c5 30 00 00 00 00 41 75 04 72 d0 00 00 00 00 41 75 15 c5 00 00 00 00 00 41 75 28 b8 30 00 00 00 00 41 75 3b eb 10 00 00 00 00 41 75 4f 45 40 00 00 00 00 41 75 63 1e b0 00 00 00 00 41 75 77 6e e0 00 00 00 00 41 75 8b af 50 00 00 00 00 41 75 9e ed 40 00 00 00 00 41 75 b2 1d 80 00 00 00 00 41 75 c5 66 90 00 00 00 00 41 75 d9 14 c0 00 00 00 00 41 75 ec aa 20 00 00 00 00 41 75 ff 1d 90 00 00 00 00 41 76 10 ed 90 00 00 00 00 41 76 23 32 20 00 00 00 00 41 76 38 3d 20 00 00 00 00 41 76 50 26 60 00 00 00 00 41 76 68 93 f0 00 00 00 00 41 76 7b eb d0 00 00 00 00 41 76 83 d6 d0 00 00 00 00 41 76 8f 6a 90 00 00 00 00 41 76 97 5c 00 00 00 00 00 41 76 9f 4a 40 00 00 00 00 41 76 a7 37 00 00 00 00 00 41 76 af 9f f0 00 00 00 00 41 76 c2 85 f0 00 00 00 00 41 76 cb f1 70 00 00 00 00 41 76 d5 56 00 00 00 00 00 41 76 de b9 30 00 00 00 00 41 76 e8 17 90 00 00 00 00 41 76 f4 57 c0 00 00 00 00 41 76 fb 87 20 00 00 00 00 41 77 01 7f 10 00 00 00 00")); boost 400 cygnal/testsuite/libamf.all/test_lc.cpp boost::uint8_t *foo = amf_obj.encodeVariable(el); boost 518 cygnal/testsuite/libamf.all/test_lc.cpp boost::intrusive_ptr<gnash::as_object> as; boost 145 cygnal/testsuite/libamf.all/test_sol.cpp boost::shared_ptr<Buffer> hex1(new Buffer("00 bf 00 00 01 28 54 43 53 4f 00 04 00 00 00 00 00 08 73 65 74 74 69 6e 67 73 00 00 00 00 00 04 67 61 69 6e 00 40 49 00 00 00 00 00 00 00 00 0f 65 63 68 6f 73 75 70 70 72 65 73 73 69 6f 6e 01 00 00 00 11 64 65 66 61 75 6c 74 6d 69 63 72 6f 70 68 6f 6e 65 02 00 0e 2f 64 65 76 2f 69 6e 70 75 74 2f 6d 69 63 00 00 0d 64 65 66 61 75 6c 74 63 61 6d 65 72 61 02 00 00 00 00 0d 64 65 66 61 75 6c 74 6b 6c 69 6d 69 74 00 40 59 00 00 00 00 00 00 00 00 0d 64 65 66 61 75 6c 74 61 6c 77 61 79 73 01 00 00 00 10 63 72 6f 73 73 64 6f 6d 61 69 6e 41 6c 6c 6f 77 01 01 00 00 11 63 72 6f 73 73 64 6f 6d 61 69 6e 41 6c 77 61 79 73 01 01 00 00 18 61 6c 6c 6f 77 54 68 69 72 64 50 61 72 74 79 4c 53 4f 41 63 63 65 73 73 01 01 00 00 0c 74 72 75 73 74 65 64 50 61 74 68 73 03 00 00 09 00 00 0c 6c 6f 63 61 6c 53 65 63 50 61 74 68 02 00 00 00 00 10 6c 6f 63 61 6c 53 65 63 50 61 74 68 54 69 6d 65 00 42 71 6d 14 10 22 e0 00 00")); boost 150 cygnal/testsuite/libamf.all/test_sol.cpp vector<boost::shared_ptr<amf::Element> > els = sol.getElements(); boost 117 cygnal/testsuite/libnet.all/generate_amfbins.cpp std::vector<boost::shared_ptr<amf::Element> > data1; boost 120 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop1(new Element(str1)); boost 124 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop2(new Element(str2)); boost 127 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop3(new Element("property three")); boost 131 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop4(new Element(num)); boost 181 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bnum1 = amf::AMF::encodeElement(elnum1); boost 187 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bbool1 = amf::AMF::encodeElement(elbool1); boost 192 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bstr1 = amf::AMF::encodeElement(elstr1); boost 199 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel3 = amf::AMF::encodeElement(el3); boost 206 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel4 = amf::AMF::encodeElement(el4); boost 213 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel6 = amf::AMF::encodeElement(el6); boost 220 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel15 = amf::AMF::encodeElement(el15); boost 157 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file1(new DiskStream); boost 161 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file2(new DiskStream); boost 165 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file3(new DiskStream); boost 169 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file4(new DiskStream); boost 178 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> ds1 = cache.findFile("foo"); boost 179 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> ds2 = cache.findFile("bar"); boost 242 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file1(new DiskStream); boost 246 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file2(new DiskStream); boost 250 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file3(new DiskStream); boost 254 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file4(new DiskStream); boost 264 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> ds1 = cache.findFile("foo"); boost 265 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> ds2 = cache.findFile("bar"); boost 310 cygnal/testsuite/libnet.all/test_cache.cpp boost::shared_ptr<DiskStream> file1(new DiskStream); boost 69 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf(new Buffer(50)); boost 71 cygnal/testsuite/libnet.all/test_cque.cpp boost::uint8_t *ptr = buf->reference(); boost 91 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf1(new Buffer(112)); boost 109 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf2 = que.peek(); boost 116 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf3 = que.peek(); boost 134 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> merge1(new Buffer); boost 135 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> merge2(new Buffer); boost 136 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> merge3(new Buffer); boost 159 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> foo = que.merge(merge1); boost 126 cygnal/testsuite/libnet.all/test_diskstream.cpp boost::uint8_t *ptr = ds1.loadToMem(48); boost 206 cygnal/testsuite/libnet.all/test_diskstream.cpp boost::shared_ptr<amf::Buffer> buf1(new amf::Buffer(12)); boost 354 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *buffer = (boost::uint8_t *)"GET /software/gnash/tests/flvplayer.swf?file=http://localhost/software/gnash/tests/Ouray_Ice_Festival_Climbing_Competition.flv HTTP/1.1\r\n" boost 424 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *field3 = (boost::uint8_t *) "Keep-Alive: 300"; boost 433 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *field4 = (boost::uint8_t *) "Keep-Alive: On"; boost 442 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *field5 = (boost::uint8_t *) "Keep-Alive: Off"; boost 453 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *buffer2 = (boost::uint8_t *)"GET /software/gnash/tests/flvplayer.swf?file=http://localhost/software/gnash/tests/Ouray_Ice_Festival_Climbing_Competition.flv HTTP/1.1\r\n)" boost 586 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Buffer> encstr = AMF::encodeString("Hello World!"); boost 587 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Buffer> encnum = AMF::encodeNumber(1.2345); boost 607 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *data1 = http.processHeaderFields(&ptr1); boost 608 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Element> el1 = amf.extractAMF(data1, data1 + 15); boost 636 cygnal/testsuite/libnet.all/test_http.cpp boost::uint8_t *data2 = http.processHeaderFields(&ptr2); boost 637 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Element> el2 = amf.extractAMF(data2, data2 + 15); boost 646 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<std::vector<std::string> > item2 = http.getFieldItem("accept"); boost 657 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<std::vector<std::string> > item3 = http.getFieldItem("connection"); boost 670 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex1(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 14 0a 00 00 00 01 02 00 0c 48 65 6c 6c 6f 20 77 6f 72 6c 64 21")); boost 671 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex2(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 02 00 0c 48 65 6c 6c 6f 20 77 6f 72 6c 64 21")); boost 673 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers = http.parseEchoRequest(*hex1); boost 708 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req1(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 07 0a 00 00 00 01 01 01")); boost 709 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers1 = http.parseEchoRequest(*hex_req1); boost 721 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res1(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 01 01")); boost 734 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req2(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 07 0a 00 00 00 01 01 00")); boost 735 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers2 = http.parseEchoRequest(*hex_req2); boost 745 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res2(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 01 00")); boost 757 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req3(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 06 0a 00 00 00 01 05")); boost 758 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers3 = http.parseEchoRequest(*hex_req3); boost 767 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res3(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 05")); boost 779 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req4(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 06 0a 00 00 00 01 06")); boost 780 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers4 = http.parseEchoRequest(*hex_req4); boost 789 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res4(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 05")); boost 801 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req5(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 10 0a 00 00 00 01 0b 42 71 e4 ca 4e 32 d0 00 01 a4")); boost 802 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers5 = http.parseEchoRequest(*hex_req5); boost 819 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res5(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0b 42 71 e4 ca 4e 32 d0 00 fe 5c")); boost 835 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req6(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 18 0a 00 00 00 01 0a 00 00 00 02 0b 42 71 e4 ca 4e 32 d0 00 01 a4 07 00 01")); boost 836 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers6 = http.parseEchoRequest(*hex_req6); boost 849 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res6(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 02 0b 42 71 e4 ca 4e 32 d0 00 fe 5c 0b 42 71 e4 ca 4e 32 d0 00 fe 5c")); boost 852 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req7(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 0a 0a 00 00 00 01 0a 00 00 00 00")); boost 853 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers7 = http.parseEchoRequest(*hex_req7); boost 862 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res7(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 00")); boost 878 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req8(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 13 0a 00 00 00 01 0a 00 00 00 01 00 3f f0 00 00 00 00 00 00")); boost 879 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers8 = http.parseEchoRequest(*hex_req8); boost 884 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props8 = headers8[3]->getProperties(); boost 900 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res8(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 01 00 3f f0 00 00 00 00 00 00")); boost 915 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req9(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 33 00 00 00 1c 0a 00 00 00 01 0a 00 00 00 02 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00")); boost 916 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers9 = http.parseEchoRequest(*hex_req9); boost 926 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res9(new Buffer("00 00 00 00 00 01 00 0b 2f 33 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 02 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00")); boost 939 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req10(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 34 00 00 00 25 0a 00 00 00 01 0a 00 00 00 03 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 40 08 00 00 00 00 00 00")); boost 940 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers10 = http.parseEchoRequest(*hex_req10); boost 950 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res10(new Buffer("00 00 00 00 00 01 00 0b 2f 34 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 03 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 40 08 00 00 00 00 00 00")); boost 962 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req11(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 0e 0a 00 00 00 01 00 00 00 00 00 00 00 00 00")); boost 963 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers11 = http.parseEchoRequest(*hex_req11); boost 973 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res11(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 00 00 00 00 00 00 00 00")); boost 985 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req12(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 0e 0a 00 00 00 01 00 3f f0 00 00 00 00 00 00")); boost 986 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers12 = http.parseEchoRequest(*hex_req12); boost 996 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res12(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 3f f0 00 00 00 00 00 00")); boost 1008 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req13(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 33 00 00 00 0e 0a 00 00 00 01 00 bf f0 00 00 00 00 00 00")); boost 1009 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers13 = http.parseEchoRequest(*hex_req13); boost 1019 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res13(new Buffer("00 00 00 00 00 01 00 0b 2f 33 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 bf f0 00 00 00 00 00 00")); boost 1031 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req14(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 34 00 00 00 0e 0a 00 00 00 01 00 40 70 00 00 00 00 00 00")); boost 1032 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers14 = http.parseEchoRequest(*hex_req14); boost 1042 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res14(new Buffer("00 00 00 00 00 01 00 0b 2f 34 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 40 70 00 00 00 00 00 00")); boost 1054 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req15(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 35 00 00 00 0e 0a 00 00 00 01 00 c0 70 00 00 00 00 00 00")); boost 1055 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers15 = http.parseEchoRequest(*hex_req15); boost 1065 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res15(new Buffer("00 00 00 00 00 01 00 0b 2f 35 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 c0 70 00 00 00 00 00 00")); boost 1077 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req16(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 36 00 00 00 0e 0a 00 00 00 01 00 40 f0 00 00 00 00 00 00")); boost 1078 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers16 = http.parseEchoRequest(*hex_req16); boost 1088 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res16(new Buffer("00 00 00 00 00 01 00 0b 2f 36 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 40 f0 00 00 00 00 00 00")); boost 1100 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req16x(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 37 00 00 00 0e 0a 00 00 00 01 00 c0 f0 00 00 00 00 00 00")); boost 1101 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers16x = http.parseEchoRequest(*hex_req16x); boost 1111 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res17(new Buffer("00 00 00 00 00 01 00 0b 2f 37 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 c0 f0 00 00 00 00 00 00")); boost 1123 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req18(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 38 00 00 00 0e 0a 00 00 00 01 00 00 00 00 00 00 00 00 00")); boost 1124 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers18 = http.parseEchoRequest(*hex_req18); boost 1134 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res18(new Buffer("00 00 00 00 00 01 00 0b 2f 38 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 00 00 00 00 00 00 00 00")); boost 1146 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req19(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 39 00 00 00 0e 0a 00 00 00 01 00 3f f8 00 00 00 00 00 00")); boost 1147 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers19 = http.parseEchoRequest(*hex_req19); boost 1157 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res19(new Buffer("00 00 00 00 00 01 00 0b 2f 39 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 3f f8 00 00 00 00 00 00")); boost 1169 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req20(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 03 2f 31 30 00 00 00 0e 0a 00 00 00 01 00 bf f8 00 00 00 00 00 00")); boost 1170 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers20 = http.parseEchoRequest(*hex_req20); boost 1180 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res20(new Buffer("00 00 00 00 00 01 00 0c 2f 31 30 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 bf f8 00 00 00 00 00 00")); boost 1192 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req21(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 03 2f 31 31 00 00 00 0e 0a 00 00 00 01 00 ff f8 00 00 00 00 00 00")); boost 1193 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers21 = http.parseEchoRequest(*hex_req21); boost 1203 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res21(new Buffer("00 00 00 00 00 01 00 0c 2f 31 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 ff f8 00 00 00 00 00 00")); boost 1215 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req22(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 03 2f 31 32 00 00 00 0e 0a 00 00 00 01 00 ff f0 00 00 00 00 00 00")); boost 1218 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req22x(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 03 2f 31 34 00 00 00 0e 0a 00 00 00 01 00 7f ef ff ff ff ff ff ff")); boost 1219 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers22x = http.parseEchoRequest(*hex_req22x); boost 1229 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res23(new Buffer("00 00 00 00 00 01 00 0c 2f 31 33 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 7f f0 00 00 00 00 00 00")); boost 1243 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req24(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 03 2f 31 35 00 00 00 0e 0a 00 00 00 01 00 00 00 00 00 00 00 00 01")); boost 1245 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res24(new Buffer("00 00 00 00 00 01 00 0c 2f 31 34 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 7f ef ff ff ff ff ff ff")); boost 1248 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req25(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 03 2f 31 36 00 00 00 0e 0a 00 00 00 01 00 00 00 00 00 00 00 00 00")); boost 1250 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res25(new Buffer("00 00 00 00 00 01 00 0c 2f 31 35 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 00 00 00 00 00 00 00 00 01")); boost 1254 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req26(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 35 00 00 00 33 0a 00 00 00 01 0a 00 00 00 03 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 0a 00 00 00 02 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00")); boost 1255 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers26 = http.parseEchoRequest(*hex_req26); boost 1256 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props26 = headers26[3]->getProperties(); boost 1257 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props26a = props26[2]->getProperties(); boost 1272 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res26(new Buffer("00 00 00 00 00 01 00 0b 2f 35 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 03 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 0a 00 00 00 02 00 3f f0 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00")); boost 1287 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req27(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 36 00 00 00 7f 0a 00 00 00 01 0a 00 00 00 65 00 3f f0 00 00 00 00 00 00 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 00 40 59 00 00 00 00 00 00")); boost 1288 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers27 = http.parseEchoRequest(*hex_req27); boost 1289 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props27 = headers27[3]->getProperties(); boost 1304 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res27(new Buffer("00 00 00 00 00 01 00 0b 2f 36 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 08 00 00 00 66 00 01 30 00 3f f0 00 00 00 00 00 00 00 03 31 30 30 00 40 59 00 00 00 00 00 00 00 06 6c 65 6e 67 74 68 00 40 59 80 00 00 00 00 00 00 00 09")); boost 1321 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req28(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 37 00 00 00 38 0a 00 00 00 01 08 00 00 00 01 00 06 6c 65 6e 67 74 68 00 3f f0 00 00 00 00 00 00 00 01 30 00 3f f0 00 00 00 00 00 00 00 03 6f 6e 65 00 3f f0 00 00 00 00 00 00 00 00 09")); boost 1322 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers28 = http.parseEchoRequest(*hex_req28); boost 1323 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props28 = headers28[3]->getProperties(); boost 1340 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res28(new Buffer("00 00 00 00 00 01 00 0b 2f 37 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 08 00 00 00 01 00 03 6f 6e 65 00 3f f0 00 00 00 00 00 00 00 01 30 00 3f f0 00 00 00 00 00 00 00 06 6c 65 6e 67 74 68 00 3f f0 00 00 00 00 00 00 00 00 09")); boost 1355 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req29(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 08 0a 00 00 00 01 02 00 00")); boost 1356 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers29 = http.parseEchoRequest(*hex_req29); boost 1366 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res29(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 02 00 00")); boost 1381 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req30(new Buffer(" 00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 14 0a 00 00 00 01 02 00 0c 48 65 6c 6c 6f 20 77 6f 72 6c 64 21")); boost 1382 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers30 = http.parseEchoRequest(*hex_req30); boost 1392 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res30(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 02 00 0c 48 65 6c 6c 6f 20 77 6f 72 6c 64 21")); boost 1405 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req31(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 33 00 00 00 2a 0a 00 00 00 01 0a 00 00 00 04 02 00 05 74 65 73 74 31 02 00 05 74 65 73 74 32 02 00 05 74 65 73 74 33 02 00 05 74 65 73 74 34")); boost 1406 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers31 = http.parseEchoRequest(*hex_req31); boost 1411 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props31 = headers31[3]->getProperties(); boost 1427 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res31(new Buffer("00 00 00 00 00 01 00 0b 2f 33 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 04 02 00 05 74 65 73 74 31 02 00 05 74 65 73 74 32 02 00 05 74 65 73 74 33 02 00 05 74 65 73 74 34")); boost 1440 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req40(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 26 0a 00 00 00 01 03 00 05 61 74 74 72 32 00 3f f0 00 00 00 00 00 00 00 05 61 74 74 72 31 02 00 03 6f 6e 65 00 00 09")); boost 1441 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers40 = http.parseEchoRequest(*hex_req40); boost 1445 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props40 = headers40[3]->getProperties(); boost 1458 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res40(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 03 00 05 61 74 74 72 32 00 3f f0 00 00 00 00 00 00 00 05 61 74 74 72 31 02 00 03 6f 6e 65 00 00 09")); boost 1471 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req41(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 2e 0a 00 00 00 01 0a 00 00 00 02 03 00 05 61 74 74 72 32 00 3f f0 00 00 00 00 00 00 00 05 61 74 74 72 31 02 00 03 6f 6e 65 00 00 09 07 00 01")); boost 1472 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers41 = http.parseEchoRequest(*hex_req41); boost 1483 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res41(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 02 03 00 05 61 74 74 72 32 00 3f f0 00 00 00 00 00 00 00 05 61 74 74 72 31 02 00 03 6f 6e 65 00 00 09 07 00 01")); boost 1496 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req42(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 31 00 00 00 59 0a 00 00 00 01 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 32 00 40 00 00 00 00 00 00 00 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 03 6f 6e 65 00 00 09")); boost 1497 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers42 = http.parseEchoRequest(*hex_req42); boost 1511 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res42(new Buffer("00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 03 6f 6e 65 00 0a 61 74 74 72 69 62 75 74 65 32 00 40 00 00 00 00 00 00 00 00 00 09")); boost 1525 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req43(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 32 00 00 00 b2 0a 00 00 00 01 0a 00 00 00 02 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 32 00 3f f0 00 00 00 00 00 00 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 03 6f 6e 65 00 00 09 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 32 00 40 00 00 00 00 00 00 00 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 03 74 77 6f 00 00 09")); boost 1526 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers43 = http.parseEchoRequest(*hex_req43); boost 1530 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43 = headers43[3]->getProperties(); boost 1531 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43a = props43[0]->getProperties(); boost 1532 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43b = props43[1]->getProperties(); boost 1554 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res43(new Buffer("00 00 00 00 00 01 00 0b 2f 32 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 0a 00 00 00 02 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 03 6f 6e 65 00 0a 61 74 74 72 69 62 75 74 65 32 00 3f f0 00 00 00 00 00 00 00 00 09 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 03 74 77 6f 00 0a 61 74 74 72 69 62 75 74 65 32 00 40 00 00 00 00 00 00 00 00 00 09")); boost 1556 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43 = headers43[3]->getProperties(); boost 1573 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req44(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 33 00 00 00 5b 0a 00 00 00 01 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 32 00 41 d2 65 80 b4 80 00 00 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 05 74 68 72 65 65 00 00 09")); boost 1574 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers44 = http.parseEchoRequest(*hex_req44); boost 1586 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res44(new Buffer("00 00 00 00 00 01 00 0b 2f 33 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 05 74 68 72 65 65 00 0a 61 74 74 72 69 62 75 74 65 32 00 41 d2 65 80 b4 80 00 00 00 00 09")); boost 1599 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_req45(new Buffer("00 00 00 00 00 01 00 04 65 63 68 6f 00 02 2f 34 00 00 00 5a 0a 00 00 00 01 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 32 00 42 71 3f 8f 4d 00 00 00 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 04 66 6f 75 72 00 00 09")); boost 1600 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers45 = http.parseEchoRequest(*hex_req45); boost 1604 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props45 = headers45[3]->getProperties(); boost 1625 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<Buffer> hex_res45(new Buffer("00 00 00 00 00 01 00 0b 2f 34 2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 10 00 27 6f 72 67 2e 72 65 64 35 2e 73 65 72 76 65 72 2e 77 65 62 61 70 70 2e 65 63 68 6f 2e 52 65 6d 6f 74 65 43 6c 61 73 73 00 0a 61 74 74 72 69 62 75 74 65 31 02 00 04 66 6f 75 72 00 0a 61 74 74 72 69 62 75 74 65 32 00 c1 9c 2c c0 00 00 00 00 00 00 09")); boost 1651 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt1 = http.parseEchoRequest(*hex_req1); boost 1661 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt2 = http.parseEchoRequest(*hex_req2); boost 1671 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt3 = http.parseEchoRequest(*hex_req3); boost 1681 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt4 = http.parseEchoRequest(*hex_req4); boost 1691 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt5 = http.parseEchoRequest(*hex_req5); boost 1701 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt6 = http.parseEchoRequest(*hex_req6); boost 1711 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt7 = http.parseEchoRequest(*hex_req7); boost 1721 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt8 = http.parseEchoRequest(*hex_req8); boost 1731 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt9 = http.parseEchoRequest(*hex_req9); boost 1741 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt10 = http.parseEchoRequest(*hex_req10); boost 1751 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt11 = http.parseEchoRequest(*hex_req11); boost 1761 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt12 = http.parseEchoRequest(*hex_req12); boost 1771 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt13 = http.parseEchoRequest(*hex_req13); boost 1781 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt14 = http.parseEchoRequest(*hex_req14); boost 1791 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt15 = http.parseEchoRequest(*hex_req15); boost 1801 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt16 = http.parseEchoRequest(*hex_req16); boost 1811 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt17 = http.parseEchoRequest(*hex_req16x); boost 1821 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt19 = http.parseEchoRequest(*hex_req19); boost 1831 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt20 = http.parseEchoRequest(*hex_req20); boost 1841 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt21 = http.parseEchoRequest(*hex_req21); boost 1851 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt22 = http.parseEchoRequest(*hex_req22); boost 1861 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt26 = http.parseEchoRequest(*hex_req26); boost 1871 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt27 = http.parseEchoRequest(*hex_req27); boost 1881 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt29 = http.parseEchoRequest(*hex_req29); boost 1891 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt30 = http.parseEchoRequest(*hex_req30); boost 1901 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt31 = http.parseEchoRequest(*hex_req31); boost 1911 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt40 = http.parseEchoRequest(*hex_req40); boost 1921 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt41 = http.parseEchoRequest(*hex_req41); boost 1931 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt42 = http.parseEchoRequest(*hex_req42); boost 1941 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt43 = http.parseEchoRequest(*hex_req43); boost 1951 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt44 = http.parseEchoRequest(*hex_req44); boost 1963 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt45 = http.parseEchoRequest(*hex_req45); boost 151 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> rthead; boost 154 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<Buffer> buf1(new Buffer("04 00 00 00 00 00 b8 14 01 00 00 00 02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 04 63 6f 64 65 02 00 14 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 52 65 73 65 74 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 2d 50 6c 61 79 69 6e 67 20 61 6e 64 20 72 65 73 65 74 74 69 6e 67 20 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 30 31 2e c4 00 07 64 65 74 61 69 6c 73 02 00 16 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 30 31 00 08 63 6c 69 65 6e 74 69 64 00 41 bf e4 78 30 00 00 00 00 00 09")); boost 155 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::queues_t> queues1 = client.split(*buf1); boost 178 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> tmpbuf(new Buffer); boost 218 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<Buffer> buf2(new Buffer("02 00 00 00 00 00 04 01 00 00 00 00 00 00 00 80 02 00 00 00 00 00 06 04 00 00 00 00 00 04 00 00 00 01 04 00 00 00 00 00 b8 14 01 00 00 00 02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 04 63 6f 64 65 02 00 14 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 52 65 73 65 74 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 2d 50 6c 61 79 69 6e 67 20 61 6e 64 20 72 65 73 65 74 74 69 6e 67 20 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 30 31 2e 02 00 00 00 00 00 06 04 00 00 00 00 00 00 00 00 00 01 c4 00 07 64 65 74 61 69 6c 73 02 00 16 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 30 31 00 08 63 6c 69 65 6e 74 69 64 00 41 d8 fb 78 56 00 00 00 00 00 09")); boost 219 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::queues_t> queues2 = client.split(*buf2); boost 318 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<Buffer> buf3(new Buffer("05 00 00 00 00 00 90 14 01 00 00 00 02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 04 63 6f 64 65 02 00 14 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 53 74 61 72 74 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 27 53 74 61 72 74 65 64 20 70 6c 61 79 69 6e 67 20 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 30 31 2e 00 08 63 6c 69 65 07 00 00 00 00 00 27 09 01 00 00 00 14 00 78 46 0f 14 0f 14 3f 6a ff ff 00 08 9f 40 10 9f f8 8b 3f fd b2 4f fb 5d c0 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 08 01 00 00 00 08 00 00 00 00 01 3b 08 01 00 00 00 2f ff fb 72 50 00 00 00 00 00 4b 00 00 00 00 07 e0 09 6d 00 00 00 00 00 01 2c 00 00 00 00 1f 80 25 b4 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff fc 0c 87 42 80 ec c8 b0 0e 90 c2 12 4d 90 3c 18 24 16 01 88 03 e1 60 1a 1a a0 1a 09 9c 1a 69 a1 10 39 06 8d 43 02 c3 4a 12 0b 00 c8 1f 0b 00 d8 16 00 25 9f ff ff fe c1 a0 00 00 ff 8a 47 80 80 0e 1e 32 4e 70 f1 22 ed 31 60 40 f8 02 00 00 00 00 00 04 01 00 00 00 00 00 00 01 3b c5 6e 74 69 64 00 41 d8 fb 78 56 00 00 00 00 00 09")); boost 319 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::queues_t> queues3 = client.split(*buf3); boost 416 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<Buffer> buf4(new Buffer("03 00 00 00 00 01 0b 14 00 00 00 00 02 00 07 63 6f 6e 6e 65 63 74 00 3f f0 00 00 00 00 00 00 03 00 03 61 70 70 02 00 08 6f 66 6c 61 44 65 6d 6f 00 08 66 6c 61 73 68 56 65 72 02 00 0e 4c 4e 58 20 31 30 2c 30 2c 31 32 2c 33 36 00 06 73 77 66 55 72 6c 02 00 29 68 74 74 70 3a 2f 2f 6c 6f 63 61 6c 68 6f 73 74 3a 35 30 38 30 2f 64 65 6d 6f 73 2f 6f 66 6c 61 5f 64 65 6d 6f 2e 73 77 66 00 05 74 63 55 72 6c 02 00 1e 72 74 6d c3 70 3a 2f 2f 6c 6f 63 61 6c 68 6f 73 74 3a 35 39 33 35 2f 6f 66 6c 61 44 65 6d 6f 00 04 66 70 61 64 01 00 00 0c 63 61 70 61 62 69 6c 69 74 69 65 73 00 40 2e 00 00 00 00 00 00 00 0b 61 75 64 69 6f 43 6f 64 65 63 73 00 40 a8 ee 00 00 00 00 00 00 0b 76 69 64 65 6f 43 6f 64 65 63 73 00 40 6f 80 00 00 00 00 00 00 0d 76 69 64 65 6f 46 75 6e 63 74 69 6f 6e 00 3f f0 00 00 00 00 00 00 00 07 c3 70 61 67 65 55 72 6c 06 00 00 09")); boost 419 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::queues_t> queues4 = client.split(*buf4); boost 449 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf1(new amf::Buffer("00 00 00 00 00 00")); // clear buffer message boost 450 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf2(new amf::Buffer("00 06 cf 03 04 c3")); // ping client from server boost 451 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf3(new amf::Buffer("00 07 cf 03 04 c3")); // Pong, reply from client boost 452 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf4(new amf::Buffer("00 00 00 00 00 01")); // clear buffer message boost 454 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::rtmp_ping_t> ping1 = client.decodePing(*buf1); boost 463 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> enc1 = server.encodePing(RTMP::PING_CLEAR); boost 470 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::uint32_t time = *(reinterpret_cast<boost::uint32_t *>(buf2->reference() + 2)); boost 471 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> enc2 = server.encodePing(RTMP::PING_CLIENT, htonl(time)); boost 481 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::rtmp_ping_t> ping2 = client.decodePing(*buf2); boost 504 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf11 = el11.getBuffer(); boost 524 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf1(new Buffer("03 00 00 00 00 01 1f 14 00 00 00 00")); boost 525 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head1 = client.encodeHeader(0x3, RTMP::HEADER_12, 287, boost 535 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> header1 = client.decodeHeader(buf1->reference()); boost 543 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf2(new Buffer("02 00 00 00 00 00 06 04 00 00 00 00")); boost 544 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head2 = client.encodeHeader(0x2, RTMP::HEADER_12, PING_MSG_SIZE, boost 553 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf3(new Buffer("02 ff e3 6c 00 00 06 04 00 00 00 00")); boost 554 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head3 = client.encodeHeader(0x2, RTMP::HEADER_12, PING_MSG_SIZE, boost 563 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> header2 = client.decodeHeader(*buf3); boost 571 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf4(new Buffer("c2")); boost 572 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head4 = client.encodeHeader(0x2, RTMP::HEADER_1); boost 583 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf5(new Buffer("43 00 00 00 00 00 19 14")); boost 584 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head5 = client.encodeHeader(0x3, RTMP::HEADER_8, 0x19, RTMP::INVOKE, boost 594 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMP::rtmp_head_t> header3 = client.decodeHeader(*buf5); boost 603 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf6(new Buffer("83 00 00 00")); boost 604 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head6 = client.encodeHeader(0x3, RTMP::HEADER_4, 0x19, RTMP::INVOKE, boost 628 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex2(new Buffer("02 00 07 5f 72 65 73 75 6c 74 00 3f f0 00 00 00 00 00 00 05 03 00 0b 61 70 70 6c 69 63 61 74 69 6f 6e 05 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 15 43 6f 6e 6e 65 63 74 69 6f 6e 20 73 75 63 63 65 65 64 65 64 2e 00 04 63 6f 64 65 02 00 1d 4e 65 74 43 6f 6e 6e 65 63 74 69 6f 6e 2e 43 6f 6e 6e 65 63 74 2e 53 75 63 63 65 73 73 00 00 09")); boost 630 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg1 = rtmp.decodeMsgBody(*hex2); boost 632 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > hell = msg1->getElements(); boost 633 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > props = hell[0]->getProperties(); boost 649 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf2 = rtmpserv.encodeResult(RTMPMsg::NC_CONNECT_SUCCESS); boost 659 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex3(new Buffer("02 00 07 5f 72 65 73 75 6c 74 00 3f f0 00 00 00 00 00 00 05 03 00 0b 61 70 70 6c 69 63 61 74 69 6f 6e 05 00 05 6c 65 76 65 6c 02 00 05 65 72 72 6f 72 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 00 00 04 63 6f 64 65 02 00 1c 4e 65 74 43 6f 6e 6e 65 63 74 69 6f 6e 2e 43 6f 6e 6e 65 63 74 2e 46 61 69 6c 65 64 00 00 09")); boost 660 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg2 = rtmp.decodeMsgBody(*hex3); boost 661 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > hell = msg2->getElements(); boost 662 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > props = hell[0]->getProperties(); boost 696 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex4(new Buffer("02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 04 63 6f 64 65 02 00 14 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 52 65 73 65 74 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 2a 50 6c 61 79 69 6e 67 20 61 6e 64 20 72 65 73 65 74 74 69 6e 67 20 50 44 5f 45 6e 67 6c 69 73 68 5f 4c 6f 77 40 32 30 30 31 2e 00 07 64 65 74 61 69 6c 73 02 00 13 50 44 5f 45 6e 67 6c 69 73 68 5f 4c 6f 77 40 32 30 30 31 00 08 63 6c 69 65 6e 74 69 64 02 00 08 64 73 4c 67 59 6f 68 62 00 00 09")); boost 697 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg4 = rtmp.decodeMsgBody(*hex4); boost 711 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex5(new Buffer("02 00 08 6f 6e 53 74 61 74 75 73 03 00 04 63 6f 64 65 02 00 14 4e 65 74 53 74 72 65 61 6d 2e 44 61 74 61 2e 53 74 61 72 74 00 00 09")); boost 712 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg5 = rtmp.decodeMsgBody(*hex5); boost 730 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex6(new Buffer("02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 04 63 6f 64 65 02 00 14 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 53 74 61 72 74 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 24 53 74 61 72 74 65 64 20 70 6c 61 79 69 6e 67 20 50 44 5f 45 6e 67 6c 69 73 68 5f 4c 6f 77 40 32 30 30 31 2e 00 07 64 65 74 61 69 6c 73 02 00 13 50 44 5f 45 6e 67 6c 69 73 68 5f 4c 6f 77 40 32 30 30 31 00 08 63 6c 69 65 6e 74 69 64 02 00 08 64 73 4c 67 59 6f 68 62 00 00 09")); boost 731 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg6 = rtmp.decodeMsgBody(*hex6); boost 745 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex7(new Buffer("02 00 06 5f 65 72 72 6f 72 00 3f f0 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 05 65 72 72 6f 72 00 04 63 6f 64 65 02 00 1e 4e 65 74 43 6f 6e 6e 65 63 74 69 6f 6e 2e 43 6f 6e 6e 65 63 74 2e 52 65 6a 65 63 74 65 64 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 41 5b 20 53 65 72 76 65 72 2e 52 65 6a 65 63 74 20 5d 20 3a 20 56 69 72 74 75 61 6c 20 68 6f 73 74 20 5f 64 65 66 61 c3 75 6c 74 56 48 6f 73 74 5f 20 69 73 20 6e 6f 74 20 61 76 61 69 6c 61 62 6c 65 2e 00 00 09")); boost 746 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg7 = rtmp.decodeMsgBody(*hex7); boost 756 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex8(new Buffer("02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 05 65 72 72 6f 72 00 04 63 6f 64 65 02 00 1d 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 53 74 72 65 61 6d 4e 6f 74 46 6f 75 6e 64 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 36 46 61 69 6c 65 64 20 74 6f 20 70 6c 61 79 20 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 3b 20 c4 73 74 72 65 61 6d 20 6e 6f 74 20 66 6f 75 6e 64 2e 00 07 64 65 74 61 69 6c 73 02 00 14 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 00 08 63 6c 69 65 6e 74 69 64 00 41 d8 3b b4 e4 00 00 00 00 00 09")); boost 757 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg8 = rtmp.decodeMsgBody(*hex8); boost 771 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> hex9(new Buffer("02 00 08 6f 6e 53 74 61 74 75 73 00 00 00 00 00 00 00 00 00 05 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 73 00 04 63 6f 64 65 02 00 13 4e 65 74 53 74 72 65 61 6d 2e 50 6c 61 79 2e 53 74 6f 70 00 0b 64 65 73 63 72 69 70 74 69 6f 6e 02 00 25 53 74 6f 70 70 65 64 20 70 6c 61 79 69 6e 67 20 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 2e 00 07 64 65 74 61 69 6c 73 c4 02 00 14 67 61 74 65 30 36 5f 74 61 62 6c 61 6e 5f 62 63 75 65 75 5f 00 08 63 6c 69 65 6e 74 69 64 00 41 d8 3b b4 e4 00 00 00 00 06 72 65 61 73 6f 6e 02 00 00 00 00 09")); boost 772 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<RTMPMsg> msg9 = rtmp.decodeMsgBody(*hex9); boost 790 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf1(new Buffer("06 00 d2 04 00 00 00 00")); boost 799 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf1(new Buffer("02 00 07 63 6f 6e 6e 65 63 74 00 3f f0 00 00 00 00 00 00 03 00 03 61 70 70 02 00 0f 6d 70 33 5f 61 70 70 2f 69 64 33 74 65 73 74 00 08 66 6c 61 73 68 56 65 72 02 00 0c 4c 4e 58 20 39 2c 30 2c 33 31 2c 30 00 06 73 77 66 55 72 6c 02 00 29 68 74 74 70 3a 2f 2f 72 65 6e 61 75 6e 2e 63 6f 6d 2f 66 6c 65 78 32 2f 70 6f 73 74 73 2f 4d 50 33 54 65 73 74 2e 73 77 66 00 05 74 63 55 72 6c 02 00 21 72 74 6d 70 3a 2f 2f 72 65 6e 61 75 6e 2e 63 6f 6d 2f 6d 70 33 5f 61 70 70 2f 69 64 33 74 65 73 74 00 04 66 70 61 64 01 00 00 0b 61 75 64 69 6f 43 6f 64 65 63 73 00 40 83 38 00 00 00 00 00 00 0b 76 69 64 65 6f 43 6f 64 65 63 73 00 40 5f 00 00 00 00 00 00 00 0d 76 69 64 65 6f 46 75 6e 63 74 69 6f 6e 00 3f f0 00 00 00 00 00 00 00 07 70 61 67 65 55 72 6c 02 00 2a 68 74 74 70 3a 2f 2f 72 65 6e 61 75 6e 2e 63 6f 6d 2f 66 6c 65 78 32 2f 70 6f 73 74 73 2f 4d 50 33 54 65 73 74 2e 68 74 6d 6c 00 0e 6f 62 6a 65 63 74 45 6e 63 6f 64 69 6e 67 00 00 00 00 00 00 00 00 00 00 00 09")); boost 800 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf2 = rtmp.encodeConnect("mp3_app/id3test", "http://renaun.com/flex2/posts/MP3Test.swf", "rtmp://renaun.com/mp3_app/id3test", 615, 124, 1, "http://renaun.com/flex2/posts/MP3Test.html"); boost 133 extensions/gtk2/gtkext.cpp static boost::intrusive_ptr<as_object> o; boost 209 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 221 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 244 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 260 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 284 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 305 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 319 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 332 extensions/gtk2/gtkext.cpp boost::intrusive_ptr<GtkExt> ptr = ensureType<GtkExt>(fn.this_ptr); boost 350 extensions/gtk2/gtkext.cpp static boost::intrusive_ptr<builtin_function> cl; boost 68 gui/Player.cpp class MessageHandler : public boost::static_visitor<boost::any> boost 73 gui/Player.cpp boost::any operator()(const HostMessage& e) { boost 78 gui/Player.cpp _gui.error(boost::any_cast<std::string>(e.arg())); boost 79 gui/Player.cpp return boost::blank(); boost 82 gui/Player.cpp return _gui.yesno(boost::any_cast<std::string>(e.arg())); boost 87 gui/Player.cpp return _gui.showMouse(boost::any_cast<bool>(e.arg())); boost 93 gui/Player.cpp boost::any_cast<movie_root::DisplayState>(e.arg()); boost 100 gui/Player.cpp return boost::blank(); boost 105 gui/Player.cpp return boost::blank(); boost 108 gui/Player.cpp _gui.showMenu(boost::any_cast<bool>(e.arg())); boost 109 gui/Player.cpp return boost::blank(); boost 112 gui/Player.cpp _gui.setClipboard(boost::any_cast<std::string>(e.arg())); boost 113 gui/Player.cpp return boost::blank(); boost 119 gui/Player.cpp return boost::blank(); boost 123 gui/Player.cpp const Dimensions i = boost::any_cast<Dimensions>(e.arg()); boost 125 gui/Player.cpp return boost::blank(); boost 132 gui/Player.cpp return boost::blank(); boost 136 gui/Player.cpp return boost::blank(); boost 140 gui/Player.cpp return boost::blank(); boost 144 gui/Player.cpp return boost::blank(); boost 148 gui/Player.cpp return boost::blank(); boost 152 gui/Player.cpp return boost::blank(); boost 170 gui/Player.cpp return boost::blank(); boost 173 gui/Player.cpp boost::any operator()(const CustomMessage& /*e*/) { boost 174 gui/Player.cpp return boost::blank(); boost 320 gui/Player.cpp boost::intrusive_ptr<movie_definition> boost 327 gui/Player.cpp boost::intrusive_ptr<gnash::movie_definition> md; boost 419 gui/Player.cpp boost::shared_ptr<SWF::TagLoadersTable> loaders(new SWF::TagLoadersTable()); boost 426 gui/Player.cpp boost::shared_ptr<StreamProvider> sp(new StreamProvider(_url, baseURL, np)); boost 438 gui/Player.cpp boost::format fmt = boost 439 gui/Player.cpp boost::format(_("Non-existent media handler %1% specified")) boost 626 gui/Player.cpp const size_t frame = boost::lexical_cast<size_t>(arg); boost 629 gui/Player.cpp catch (const boost::bad_lexical_cast&) {} boost 663 gui/Player.cpp boost::any boost 668 gui/Player.cpp return boost::apply_visitor(v, e); boost 670 gui/Player.cpp catch (const boost::bad_any_cast&) { boost 672 gui/Player.cpp return boost::blank(); boost 226 gui/Player.h boost::any call(const HostInterface::Message& e); boost 261 gui/Player.h static unsigned int silentStream(void* udata, boost::int16_t* stream, boost 313 gui/Player.h boost::shared_ptr<sound::sound_handler> _soundHandler; boost 315 gui/Player.h boost::shared_ptr<media::MediaHandler> _mediaHandler; boost 330 gui/Player.h boost::intrusive_ptr<movie_definition> _movieDef; boost 340 gui/Player.h boost::intrusive_ptr<movie_definition> load_movie(); boost 91 gui/ScreenShotter.cpp boost::replace_all(outfile, "%f", id); boost 95 gui/ScreenShotter.cpp boost::shared_ptr<IOChannel> t(makeFileChannel(f, true)); boost 130 gui/ScreenShotter.h saveImage(r, boost::lexical_cast<std::string>(frameAdvance)); boost 633 gui/aos4/aos4.cpp _runResources.setRenderer(boost::shared_ptr<Renderer>(_renderer)); boost 129 gui/aqua/aqua.cpp _runResources.setRenderer(boost::shared_ptr<Renderer>(_renderer)); boost 136 gui/dump/dump.cpp boost::split(file_fps, optarg, boost 137 gui/dump/dump.cpp boost::is_any_of("@"), boost::token_compress_on); boost 140 gui/dump/dump.cpp _fileOutputFPS = boost::lexical_cast<unsigned int>(file_fps[1]); boost 228 gui/dump/dump.cpp boost::uint32_t total_time = timer.elapsed(); boost 302 gui/dump/dump.cpp boost::int16_t samples[1024]; boost 85 gui/dump/dump.h boost::scoped_array<unsigned char> _offscreenbuf; boost 103 gui/dump/dump.h boost::shared_ptr<sound::sound_handler> _soundHandler; boost 208 gui/fb/EventDevice.cpp boost::shared_array<boost::uint8_t> buf = readData(sizeof( struct input_event)); boost 421 gui/fb/EventDevice.cpp std::vector<boost::shared_ptr<InputDevice> > boost 429 gui/fb/EventDevice.cpp std::vector<boost::shared_ptr<InputDevice> > devices; boost 472 gui/fb/EventDevice.cpp boost::shared_ptr<InputDevice> dev; boost 473 gui/fb/EventDevice.cpp dev = boost::shared_ptr<InputDevice>(new EventDevice(gui)); boost 94 gui/fb/InputDevice.cpp boost::shared_array<boost::uint8_t> boost 99 gui/fb/InputDevice.cpp boost::shared_array<boost::uint8_t> inbuf; boost 123 gui/fb/InputDevice.cpp inbuf.reset(new boost::uint8_t[size]); boost 158 gui/fb/InputDevice.cpp std::vector<boost::shared_ptr<InputDevice> > boost 163 gui/fb/InputDevice.cpp std::vector<boost::shared_ptr<InputDevice> > devices; boost 165 gui/fb/InputDevice.cpp std::vector<boost::shared_ptr<InputDevice> > id; boost 166 gui/fb/InputDevice.cpp std::vector<boost::shared_ptr<InputDevice> >::iterator it; boost 77 gui/fb/InputDevice.h static std::vector<boost::shared_ptr<InputDevice> > scanForDevices(Gui *gui); boost 82 gui/fb/InputDevice.h boost::shared_array<boost::uint8_t> readData(size_t size); boost 95 gui/fb/InputDevice.h boost::scoped_array<boost::uint8_t> _buffer; boost 110 gui/fb/InputDevice.h static std::vector<boost::shared_ptr<InputDevice> > scanForDevices(Gui *gui); boost 128 gui/fb/InputDevice.h static std::vector<boost::shared_ptr<InputDevice> > scanForDevices(Gui *gui); boost 147 gui/fb/InputDevice.h static std::vector<boost::shared_ptr<InputDevice> > scanForDevices(Gui *gui); boost 47 gui/fb/MouseDevice.cpp std::vector<boost::shared_ptr<InputDevice> > boost 54 gui/fb/MouseDevice.cpp std::vector<boost::shared_ptr<InputDevice> > devices; boost 100 gui/fb/MouseDevice.cpp boost::shared_ptr<InputDevice> dev; boost 102 gui/fb/MouseDevice.cpp dev = boost::shared_ptr<InputDevice>(new MouseDevice(gui)); boost 130 gui/fb/MouseDevice.cpp _buffer.reset(new boost::uint8_t[size]); boost 229 gui/fb/MouseDevice.cpp boost::shared_array<boost::uint8_t> buf; boost 266 gui/fb/TouchDevice.cpp std::vector<boost::shared_ptr<InputDevice> > boost 273 gui/fb/TouchDevice.cpp std::vector<boost::shared_ptr<InputDevice> > devices; boost 304 gui/fb/TouchDevice.cpp boost::shared_ptr<InputDevice> dev; boost 305 gui/fb/TouchDevice.cpp dev = boost::shared_ptr<InputDevice>(new TouchDevice(gui)); boost 740 gui/fb/fb.cpp std::vector<boost::shared_ptr<InputDevice> >::iterator it; boost 111 gui/fb/fbsup.h std::vector<boost::shared_ptr<InputDevice> > _inputs; boost 69 gui/gnash.cpp namespace po = boost::program_options; boost 115 gui/gnash.cpp std::cerr << boost::format(_("Error parsing options: %s\n")) boost 202 gui/gnash.cpp std::cerr << boost::format(_("Invalid host communication " boost 209 gui/gnash.cpp std::cerr << boost::format(_("Invalid control communication " boost 262 gui/gnash.cpp ->notifier(boost::bind(&LogFile::setVerbosity, &dbglogfile, _1)), boost 269 gui/gnash.cpp ->notifier(boost::bind(&RcInitFile::useWriteLog, &rcfile, _1)), boost 274 gui/gnash.cpp ->notifier(boost::bind(&LogFile::setActionDump, &dbglogfile, _1)), boost 280 gui/gnash.cpp ->notifier(boost::bind(&LogFile::setParserDump, &dbglogfile, _1)), boost 286 gui/gnash.cpp ->notifier(boost::bind(&Player::setFpsPrintTime, &p, _1)), boost 307 gui/gnash.cpp boost::split(renderers, RENDERER_CONFIG, boost 308 gui/gnash.cpp boost::is_any_of(" "), boost::token_compress_on); boost 321 gui/gnash.cpp ->notifier(boost::bind(&Player::setScale, &p, boost 322 gui/gnash.cpp boost::bind(gnash::clamp<float>, _1, 0.01f, 100.f))), boost 326 gui/gnash.cpp ->notifier(boost::bind(&Player::setDelay, &p, _1)), boost 330 gui/gnash.cpp ->notifier(boost::bind(&Player::setAudioDumpfile, &p, _1)), boost 335 gui/gnash.cpp ->notifier(boost::bind(&Player::setHWAccel, &p, _1)), boost 340 gui/gnash.cpp ->notifier(boost::bind(&Player::setWindowId, &p, _1)), boost 344 gui/gnash.cpp ->notifier(boost::bind(&Player::setWidth, &p, _1)), boost 348 gui/gnash.cpp ->notifier(boost::bind(&Player::setHeight, &p, _1)), boost 352 gui/gnash.cpp ->notifier(boost::bind(&Player::setXPosition, &p, _1)), boost 356 gui/gnash.cpp ->notifier(boost::bind(&Player::setYPosition, &p, _1)), boost 360 gui/gnash.cpp ->notifier(boost::bind(&Player::setDoLoop, &p, boost 361 gui/gnash.cpp boost::bind(std::logical_not<bool>(), _1))), boost 366 gui/gnash.cpp ->notifier(boost::bind(&setupSoundAndRendering, boost::ref(p), _1)), boost 379 gui/gnash.cpp ->notifier(boost::bind(&Player::setMedia, &p, _1)), boost 381 gui/gnash.cpp + string("\n") + boost::join(handlers, "|") boost 386 gui/gnash.cpp ->notifier(boost::bind(&Player::setRenderer, &p, _1)), boost 388 gui/gnash.cpp + string("\n") + boost::join(renderers, "|") boost 392 gui/gnash.cpp ->notifier(boost::bind(&Player::setExitTimeout, &p, _1)), boost 399 gui/gnash.cpp ->notifier(boost::bind(&Player::setBaseUrl, &p, _1)), boost 404 gui/gnash.cpp ->notifier(boost::bind(&setupFlashVars, boost::ref(p), _1)), boost 408 gui/gnash.cpp ->notifier(boost::bind(&setupFDs, boost::ref(p), _1)), boost 414 gui/gnash.cpp ->notifier(boost::bind(&Player::setMaxAdvances, &p, _1)), boost 418 gui/gnash.cpp ->notifier(boost::bind(&Player::setStartFullscreen, &p, _1)), boost 423 gui/gnash.cpp ->notifier(boost::bind(&Player::hideMenu, &p, _1)), boost 428 gui/gnash.cpp ->notifier(boost::bind(&Player::setScreenShots, &p, _1)), boost 432 gui/gnash.cpp ->notifier(boost::bind(&Player::setScreenShotFile, &p, _1)), boost 436 gui/gnash.cpp ->notifier(boost::bind(&Player::setScreenShotQuality, &p, _1)), boost 59 gui/gtk/gtk_canvas.cpp boost::shared_ptr<gnash::Renderer> renderer; boost 233 gui/gtk/gtk_canvas.cpp boost::format fmt = boost::format("Support for renderer %1% " boost 243 gui/gtk/gtk_canvas.cpp boost::format fmt = boost::format("Support for renderer %1% " boost 269 gui/gtk/gtk_canvas.cpp boost::format fmt = boost::format("Support for renderer %1% " boost 275 gui/gtk/gtk_canvas.cpp boost::format fmt = boost::format("Non-existent renderer %1% " boost 285 gui/gtk/gtk_canvas.cpp boost::format fmt = boost::format("Requested renderer %1% (hwaccel: " boost 306 gui/gtk/gtk_canvas.cpp boost::shared_ptr<gnash::Renderer> boost 54 gui/gtk/gtk_canvas.h boost::shared_ptr<gnash::Renderer> gnash_canvas_get_renderer (GnashCanvas *canvas); boost 91 gui/gtk/gtk_glue_agg.cpp boost::format fmt = boost::format( boost 352 gui/gtk/gtk_glue_agg_vaapi.cpp boost::shared_ptr<VaapiSurface> surface = (*img)->surface(); boost 396 gui/gtk/gtk_glue_agg_vaapi.cpp boost::shared_ptr<VaapiSurface> surface = (*img)->surface(); boost 61 gui/gtk/gtk_glue_agg_vaapi.h VaapiVideoWindow *getVideoWindow(boost::shared_ptr<VaapiSurface> surface, boost 70 gui/gtk/gtk_glue_agg_vaapi.h boost::shared_ptr<VaapiImage> _vaapi_image; boost 73 gui/gtk/gtk_glue_agg_vaapi.h boost::shared_ptr<VaapiSubpicture> _vaapi_subpicture; boost 481 gui/gui.cpp boost::int32_t x = (ux-_xoffset) / _xscale; boost 484 gui/gui.cpp boost::int32_t y = (uy-_yoffset) / _yscale; boost 824 gui/gui.cpp const std::vector<point> box = boost::assign::list_of boost 1209 gui/gui.cpp boost::uint64_t current_timer = clocktime::getTicks(); boost 1213 gui/gui.cpp boost::uint64_t interval_ms = (boost::uint64_t)(fps_timer_interval * 1000.0); boost 1254 gui/gui.cpp std::cerr << boost::format("Effective frame rate: %0.2f fps " boost 1336 gui/gui.cpp std::map<int, boost::function<void ()> >::iterator it = _fd_callbacks.find(fd); boost 1343 gui/gui.cpp boost::function<void()>& f = it->second; boost 110 gui/gui.h void setFDCallback(int fd, boost::function<void ()> callback); boost 514 gui/gui.h boost::shared_ptr<Renderer> _renderer; boost 548 gui/gui.h std::map<int /* fd */, boost::function<void ()> > _fd_callbacks; boost 557 gui/gui.h boost::int32_t _xoffset; boost 560 gui/gui.h boost::int32_t _yoffset; boost 573 gui/gui.h boost::uint64_t fps_timer, fps_start_timer; boost 596 gui/gui.h boost::intrusive_ptr<movie_definition> _movieDef; boost 614 gui/gui.h boost::scoped_ptr<ScreenShotter> _screenShotter; boost 157 gui/haiku/haiku.cpp boost::format fmt(_("pulses thread returned %d")); boost 296 gui/haiku/haiku_agg_glue.cpp boost::format fmt = boost::format( boost 329 gui/haiku/haiku_agg_glue.cpp HaikuAggGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) boost 343 gui/haiku/haiku_agg_glue.cpp boost::uint32_t rmask, gmask, bmask, amask; boost 59 gui/haiku/haiku_agg_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); boost 60 gui/haiku/haiku_agg_glue.h boost::uint32_t maskFlags(boost::uint32_t sdl_flags); boost 57 gui/kde/Kde4GlueAgg.h boost::scoped_array<unsigned char> _offscreenbuf; boost 59 gui/kde/Kde4GlueCairo.h boost::scoped_array<unsigned char> _offscreenbuf; boost 660 gui/kde/Kde4Gui.cpp boost::assign::insert(_keyMap) boost 55 gui/kde/kde_glue_agg.h boost::scoped_array<unsigned char> _offscreenbuf; boost 58 gui/pythonmod/gnash-view.cpp boost::shared_ptr<gnash::media::MediaHandler> media_handler; boost 59 gui/pythonmod/gnash-view.cpp boost::shared_ptr<gnash::sound::sound_handler> sound_handler; boost 67 gui/pythonmod/gnash-view.cpp boost::intrusive_ptr<gnash::movie_definition> movie_definition; boost 261 gui/pythonmod/gnash-view.cpp boost::shared_ptr<gnash::Renderer> renderer = gnash_canvas_get_renderer(view->canvas); boost 376 gui/pythonmod/gnash-view.cpp boost::int32_t x = event->x / xscale; boost 379 gui/pythonmod/gnash-view.cpp boost::int32_t y = event->y / yscale; boost 427 gui/pythonmod/gnash-view.cpp boost::shared_ptr<gnash::StreamProvider> sp( boost 501 gui/pythonmod/gnash-view.cpp boost::shared_ptr<gnash::Renderer> renderer = gnash_canvas_get_renderer(view->canvas); boost 114 gui/riscos/riscos.cpp _runResources.setRenderer(boost::shared_ptr<Renderer>(_renderer)); boost 180 gui/sdl/sdl.cpp boost::uint32_t sdl_flags = 0; boost 86 gui/sdl/sdl_agg_glue.cpp SdlAggGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) boost 101 gui/sdl/sdl_agg_glue.cpp boost::uint32_t rmask, gmask, bmask, amask; boost 37 gui/sdl/sdl_agg_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); boost 38 gui/sdl/sdl_agg_glue.h boost::uint32_t maskFlags(boost::uint32_t sdl_flags); boost 69 gui/sdl/sdl_cairo_glue.cpp SdlCairoGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) boost 91 gui/sdl/sdl_cairo_glue.cpp boost::uint32_t rmask, gmask, bmask, amask; boost 41 gui/sdl/sdl_cairo_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); boost 42 gui/sdl/sdl_cairo_glue.h boost::uint32_t maskFlags(boost::uint32_t sdl_flags); boost 32 gui/sdl/sdl_glue.h virtual bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) = 0; boost 71 gui/sdl/sdl_ogl_glue.cpp SdlOglGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) boost 36 gui/sdl/sdl_ogl_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); boost 93 libbase/AMF.cpp const boost::uint16_t si = readNetworkShort(pos); boost 115 libbase/AMF.cpp const boost::uint32_t si = readNetworkLong(pos); boost 117 libbase/AMF.cpp if (static_cast<boost::uint32_t>(end - pos) < si) { boost 188 libbase/AMF.cpp boost::uint16_t s; boost 190 libbase/AMF.cpp boost::uint8_t c0; boost 191 libbase/AMF.cpp boost::uint8_t c1; boost 203 libbase/AMF.cpp boost::uint8_t *x = static_cast<boost::uint8_t *>(word); boost 85 libbase/AMF.h DSOEXPORT double readNumber(const boost::uint8_t*& pos, boost 86 libbase/AMF.h const boost::uint8_t* end); boost 94 libbase/AMF.h DSOEXPORT bool readBoolean(const boost::uint8_t*& pos, boost 95 libbase/AMF.h const boost::uint8_t* end); boost 103 libbase/AMF.h DSOEXPORT std::string readString(const boost::uint8_t*& pos, boost 104 libbase/AMF.h const boost::uint8_t* end); boost 112 libbase/AMF.h DSOEXPORT std::string readLongString(const boost::uint8_t*& pos, boost 113 libbase/AMF.h const boost::uint8_t* end); boost 118 libbase/AMF.h inline boost::uint16_t boost 119 libbase/AMF.h readNetworkShort(const boost::uint8_t* buf) boost 121 libbase/AMF.h const boost::uint16_t s = buf[0] << 8 | buf[1]; boost 128 libbase/AMF.h inline boost::uint32_t boost 129 libbase/AMF.h readNetworkLong(const boost::uint8_t* buf) boost 131 libbase/AMF.h const boost::uint32_t s = buf[0] << 24 | buf[1] << 16 | boost 38 libbase/BitsReader.cpp boost::uint32_t value = 0; boost 88 libbase/BitsReader.cpp boost::int32_t BitsReader::read_sint(unsigned short bitcount) boost 90 libbase/BitsReader.cpp boost::int32_t value = boost::int32_t(read_uint(bitcount)); boost 101 libbase/BitsReader.h boost::int32_t read_sint(unsigned short bitcount); boost 104 libbase/BitsReader.h boost::uint8_t read_u8() boost 111 libbase/BitsReader.h boost::int8_t read_s8() boost 113 libbase/BitsReader.h return static_cast<boost::int8_t>(read_u8()); boost 117 libbase/BitsReader.h boost::uint16_t read_u16() boost 121 libbase/BitsReader.h boost::uint16_t result = *ptr++; boost 127 libbase/BitsReader.h boost::int16_t read_s16() boost 129 libbase/BitsReader.h return static_cast<boost::int16_t>(read_u16()); boost 133 libbase/BitsReader.h boost::uint32_t read_u32() boost 137 libbase/BitsReader.h boost::uint32_t result = *ptr++; boost 145 libbase/BitsReader.h boost::int32_t read_s32() boost 147 libbase/BitsReader.h return static_cast<boost::int32_t>(read_u32()); boost 159 libbase/BitsReader.h bool gotBits(boost::uint32_t nbits) boost 161 libbase/BitsReader.h boost::uint32_t gotbits = 8-usedBits +8*(end-ptr-1); boost 46 libbase/ClockTime.cpp boost::uint64_t boost 60 libbase/ClockTime.cpp boost::uint64_t boost 68 libbase/ClockTime.cpp boost::uint64_t result = static_cast<boost::uint64_t>(tv.tv_sec) * 1000000L; boost 73 libbase/ClockTime.cpp return static_cast<boost::uint64_t>(result / 1000.0); boost 98 libbase/ClockTime.cpp boost::int32_t boost 31 libbase/ClockTime.h DSOEXPORT boost::uint64_t getTicks(); boost 36 libbase/ClockTime.h DSOEXPORT boost::int32_t getTimeZoneOffset(double time); boost 101 libbase/GnashAlgorithm.h std::for_each(begin, end, boost::bind(op, boost::bind(S(), _1))); boost 88 libbase/GnashFactory.h void listKeys(Iterator i, typename boost::enable_if<boost::is_same< boost 44 libbase/GnashFileUtilities.cpp typedef boost::tokenizer<boost::char_separator<char> > Tok; boost 45 libbase/GnashFileUtilities.cpp boost::char_separator<char> sep("/"); boost 69 libbase/GnashImage.cpp const size_t max = std::numeric_limits<boost::int32_t>::max(); boost 285 libbase/GnashImage.cpp boost::scoped_array<GnashImage::value_type> line( boost 79 libbase/GnashImage.h class DSOEXPORT GnashImage : boost::noncopyable boost 83 libbase/GnashImage.h typedef boost::uint8_t value_type; boost 84 libbase/GnashImage.h typedef boost::scoped_array<value_type> container_type; boost 261 libbase/GnashImage.h class Input : boost::noncopyable boost 270 libbase/GnashImage.h Input(boost::shared_ptr<IOChannel> in) boost 312 libbase/GnashImage.h boost::shared_ptr<gnash::IOChannel> in); boost 322 libbase/GnashImage.h boost::shared_ptr<gnash::IOChannel> in, FileType type); boost 326 libbase/GnashImage.h boost::shared_ptr<IOChannel> _inStream; boost 333 libbase/GnashImage.h class Output : boost::noncopyable boost 344 libbase/GnashImage.h Output(boost::shared_ptr<IOChannel> out, size_t width, size_t height) boost 376 libbase/GnashImage.h boost::shared_ptr<gnash::IOChannel> out, const GnashImage& image, boost 385 libbase/GnashImage.h boost::shared_ptr<IOChannel> _outStream; boost 106 libbase/GnashImageGif.cpp typedef boost::scoped_array<GifPixelType> PixelRow; boost 109 libbase/GnashImageGif.cpp boost::scoped_array<PixelRow> _gifData; boost 42 libbase/GnashImageGif.h std::auto_ptr<Input> createGifInput(boost::shared_ptr<IOChannel> in); boost 77 libbase/GnashImageJpeg.cpp class rw_source_IOChannel : boost::noncopyable boost 208 libbase/GnashImageJpeg.cpp boost::shared_ptr<IOChannel> m_in_stream; boost 612 libbase/GnashImageJpeg.cpp boost::scoped_array<unsigned char> data( boost 70 libbase/GnashImageJpeg.h DSOEXPORT JpegInput(boost::shared_ptr<IOChannel> in); boost 120 libbase/GnashImageJpeg.h static std::auto_ptr<Input> create(boost::shared_ptr<IOChannel> in) boost 145 libbase/GnashImageJpeg.h boost::shared_ptr<IOChannel> in, unsigned int maxHeaderBytes) boost 176 libbase/GnashImageJpeg.h JpegOutput(boost::shared_ptr<IOChannel> out, size_t width, boost 199 libbase/GnashImageJpeg.h static std::auto_ptr<Output> create(boost::shared_ptr<IOChannel> out, boost 133 libbase/GnashImagePng.cpp boost::scoped_array<png_bytep> _rowPtrs; boost 134 libbase/GnashImagePng.cpp boost::scoped_array<png_byte> _pixelData; boost 359 libbase/GnashImagePng.cpp boost::scoped_array<const png_byte*> rows(new const png_byte*[_height]); boost 384 libbase/GnashImagePng.cpp boost::scoped_array<const png_byte*> rows(new const png_byte*[_height]); boost 42 libbase/GnashImagePng.h std::auto_ptr<Input> createPngInput(boost::shared_ptr<IOChannel> in); boost 44 libbase/GnashImagePng.h std::auto_ptr<Output> createPngOutput(boost::shared_ptr<IOChannel> out, boost 93 libbase/GnashNumeric.h boost::int32_t boost 107 libbase/GnashNumeric.h std::numeric_limits<boost::uint32_t>::max() + 1.0; boost 109 libbase/GnashNumeric.h std::numeric_limits<boost::int32_t>::max() / factor; boost 111 libbase/GnashNumeric.h std::numeric_limits<boost::int32_t>::min() / factor; boost 119 libbase/GnashNumeric.h static_cast<boost::uint32_t>( boost 122 libbase/GnashNumeric.h -static_cast<boost::uint32_t>( boost 127 libbase/GnashNumeric.h inline boost::int32_t boost 112 libbase/GnashTexture.h void update(const boost::uint8_t *data); boost 29 libbase/GnashVaapiImage.cpp static boost::uint64_t get_ticks_usec(void) boost 34 libbase/GnashVaapiImage.cpp return (boost::uint64_t)t.tv_sec * 1000000 + t.tv_nsec / 1000; boost 38 libbase/GnashVaapiImage.cpp return (boost::uint64_t)t.tv_sec * 1000000 + t.tv_usec; boost 82 libbase/GnashVaapiImage.cpp this->update(const_cast<boost::uint8_t*>(from.begin())); boost 113 libbase/GnashVaapiImage.cpp (boost::uint32_t)(get_ticks_usec() - _creation_time)); boost 128 libbase/GnashVaapiImage.cpp (boost::uint32_t)(get_ticks_usec() - _creation_time)); boost 37 libbase/GnashVaapiImage.h boost::shared_ptr<VaapiSurface> _surface; boost 38 libbase/GnashVaapiImage.h boost::uint64_t _creation_time; boost 44 libbase/GnashVaapiImage.h GnashVaapiImage(boost::shared_ptr<VaapiSurface> surface, boost 49 libbase/GnashVaapiImage.h virtual void update(boost::shared_ptr<VaapiSurface> surface); boost 50 libbase/GnashVaapiImage.h virtual void update(boost::uint8_t* data); boost 56 libbase/GnashVaapiImage.h boost::shared_ptr<VaapiSurface> surface() const boost 38 libbase/GnashVaapiImageProxy.h boost::shared_ptr<VaapiSurface> _surface; boost 65 libbase/GnashVaapiImageProxy.h boost::shared_ptr<VaapiSurface> surface() const boost 46 libbase/GnashVaapiTexture.h void update(boost::shared_ptr<VaapiSurface> surface); boost 29 libbase/IOChannel.cpp boost::uint32_t boost 33 libbase/IOChannel.cpp boost::uint32_t result = static_cast<boost::uint32_t>(read_byte()); boost 34 libbase/IOChannel.cpp result |= static_cast<boost::uint32_t>(read_byte()) << 8; boost 35 libbase/IOChannel.cpp result |= static_cast<boost::uint32_t>(read_byte()) << 16; boost 36 libbase/IOChannel.cpp result |= static_cast<boost::uint32_t>(read_byte()) << 24; boost 40 libbase/IOChannel.cpp boost::uint16_t boost 43 libbase/IOChannel.cpp boost::uint16_t result = static_cast<boost::uint16_t>(read_byte()); boost 44 libbase/IOChannel.cpp result |= static_cast<boost::uint16_t>(read_byte()) << 8; boost 69 libbase/IOChannel.cpp boost::uint32_t i; boost 78 libbase/IOChannel.cpp boost::uint8_t boost 81 libbase/IOChannel.cpp boost::uint8_t u; boost 53 libbase/IOChannel.h boost::uint32_t read_le32(); boost 59 libbase/IOChannel.h boost::uint16_t read_le16(); boost 65 libbase/IOChannel.h boost::uint8_t read_byte(); boost 78 libbase/ImageIterators.h const ARGB& operator=(boost::uint32_t pixel) const { boost 94 libbase/ImageIterators.h operator boost::uint32_t() const { boost 95 libbase/ImageIterators.h boost::uint32_t ret = 0xff000000; boost 122 libbase/ImageIterators.h struct pixel_iterator : public boost::iterator_facade< boost 158 libbase/ImageIterators.h friend class boost::iterator_core_access; boost 45 libbase/NamingPolicy.cpp boost::replace_all(path, "/", "_"); boost 80 libbase/NamingPolicy.cpp boost::replace_all(pre, "/", "_"); boost 43 libbase/Point2d.h boost::int32_t x; // TWIPS boost 46 libbase/Point2d.h boost::int32_t y; // TWIPS boost 56 libbase/Point2d.h Point2d(boost::int32_t cx, boost::int32_t cy) boost 70 libbase/Point2d.h x( p0.x + (boost::int32_t)((p1.x - p0.x) * t)), boost 71 libbase/Point2d.h y( p0.y + (boost::int32_t)((p1.y - p0.y) * t)) boost 79 libbase/Point2d.h Point2d& setTo(const boost::int32_t cx, const boost::int32_t cy) boost 96 libbase/Point2d.h x = p0.x + (boost::int32_t)((p1.x - p0.x) * t); boost 97 libbase/Point2d.h y = p0.y + (boost::int32_t)((p1.y - p0.y) * t); boost 103 libbase/Point2d.h boost::int64_t squareDistance(const Point2d& p0, const Point2d& p1) boost 105 libbase/Point2d.h boost::int64_t hside = p1.x - p0.x; boost 106 libbase/Point2d.h boost::int64_t vside = p1.y - p0.y; boost 112 libbase/Point2d.h boost::int64_t squareDistance(const Point2d& p) const boost 118 libbase/Point2d.h boost::int32_t distance(const Point2d& p) const boost 120 libbase/Point2d.h return (boost::int32_t)( std::sqrt( static_cast<double>(squareDistance(p)) ) ); boost 55 libbase/RTMP.cpp boost::uint32_t getUptime(); boost 57 libbase/RTMP.cpp boost::int32_t decodeInt32LE(const boost::uint8_t* c); boost 60 libbase/RTMP.cpp boost::uint8_t* encodeInt16(boost::uint8_t *output, boost::uint8_t *outend, boost 62 libbase/RTMP.cpp boost::uint8_t* encodeInt24(boost::uint8_t *output, boost::uint8_t *outend, boost 64 libbase/RTMP.cpp boost::uint8_t* encodeInt32(boost::uint8_t *output, boost::uint8_t *outend, boost 117 libbase/RTMP.cpp std::vector<boost::uint8_t> _sendBuf; boost 118 libbase/RTMP.cpp std::vector<boost::uint8_t> _recvBuf; boost 210 libbase/RTMP.cpp boost::uint16_t port = 1935; boost 213 libbase/RTMP.cpp port = boost::lexical_cast<boost::uint16_t>(p); boost 215 libbase/RTMP.cpp catch (const boost::bad_lexical_cast&) {} boost 434 libbase/RTMP.cpp boost::uint8_t hbuf[RTMPHeader::headerSize] = { 0 }; boost 435 libbase/RTMP.cpp boost::uint8_t* header = hbuf; boost 468 libbase/RTMP.cpp const boost::uint32_t tmp = (hbuf[2] << 8) + hbuf[1]; boost 505 libbase/RTMP.cpp const boost::uint32_t timestamp = decodeInt24(header); boost 599 libbase/RTMP.cpp const boost::uint32_t uptime = getUptime(); boost 622 libbase/RTMP.cpp const boost::uint32_t prevTimestamp = oldh._timestamp; boost 656 libbase/RTMP.cpp boost::uint8_t* header; boost 657 libbase/RTMP.cpp boost::uint8_t* hptr; boost 658 libbase/RTMP.cpp boost::uint8_t* hend; boost 659 libbase/RTMP.cpp boost::uint8_t c; boost 703 libbase/RTMP.cpp const boost::uint32_t t = 0xffffff; boost 729 libbase/RTMP.cpp boost::uint8_t *buffer = payloadData(packet); boost 779 libbase/RTMP.cpp const boost::uint8_t* pos = payloadData(packet) + 1; boost 780 libbase/RTMP.cpp const boost::uint8_t* end = payloadEnd(packet); boost 826 libbase/RTMP.cpp boost::uint32_t uptime = htonl(getUptime()); boost 828 libbase/RTMP.cpp boost::uint8_t* ourSig = &_sendBuf.front() + 1; boost 901 libbase/RTMP.cpp const boost::uint8_t* serverSig = &_recvBuf.front() + 1; boost 904 libbase/RTMP.cpp boost::uint32_t suptime; boost 944 libbase/RTMP.cpp const boost::uint8_t* serverSig = &_recvBuf.front(); boost 945 libbase/RTMP.cpp const boost::uint8_t* ourSig = &_sendBuf.front() + 1; boost 1094 libbase/RTMP.cpp const boost::uint32_t bw = amf::readNetworkLong(payloadData(packet)); boost 1102 libbase/RTMP.cpp const boost::uint32_t bw = amf::readNetworkLong(payloadData(packet)); boost 1114 libbase/RTMP.cpp boost::int32_t boost 1151 libbase/RTMP.cpp boost::uint8_t* boost 1161 libbase/RTMP.cpp boost::uint8_t* boost 1172 libbase/RTMP.cpp boost::uint8_t* boost 1184 libbase/RTMP.cpp boost::uint32_t boost 173 libbase/RTMP.h boost::uint32_t _timestamp; boost 176 libbase/RTMP.h boost::uint32_t _streamID; boost 218 libbase/RTMP.h boost::shared_ptr<SimpleBuffer> buffer; boost 260 libbase/RTMP.h inline boost::uint8_t* boost 269 libbase/RTMP.h inline const boost::uint8_t* boost 282 libbase/RTMP.h inline const boost::uint8_t* boost 414 libbase/RTMP.h boost::shared_ptr<SimpleBuffer> getMessage() { boost 415 libbase/RTMP.h if (_messageQueue.empty()) return boost::shared_ptr<SimpleBuffer>(); boost 416 libbase/RTMP.h boost::shared_ptr<SimpleBuffer> b = _messageQueue.front(); boost 426 libbase/RTMP.h boost::shared_ptr<SimpleBuffer> getFLVFrame() { boost 427 libbase/RTMP.h if (_flvQueue.empty()) return boost::shared_ptr<SimpleBuffer>(); boost 428 libbase/RTMP.h boost::shared_ptr<SimpleBuffer> b = _flvQueue.front(); boost 437 libbase/RTMP.h int readSocket(boost::uint8_t* dst, int num); boost 445 libbase/RTMP.h void setServerBandwidth(boost::uint32_t bw) { boost 450 libbase/RTMP.h boost::uint32_t serverBandwidth() const { boost 455 libbase/RTMP.h void setBandwidth(boost::uint32_t bw) { boost 460 libbase/RTMP.h boost::uint32_t bandwidth() const { boost 466 libbase/RTMP.h boost::uint8_t m_nClientBW2; boost 514 libbase/RTMP.h std::deque<boost::shared_ptr<SimpleBuffer> > _messageQueue; boost 515 libbase/RTMP.h std::deque<boost::shared_ptr<SimpleBuffer> > _flvQueue; boost 518 libbase/RTMP.h boost::uint32_t _serverBandwidth; boost 521 libbase/RTMP.h boost::uint32_t _bandwidth; boost 526 libbase/RTMP.h boost::scoped_ptr<HandShaker> _handShaker; boost 536 libbase/RTMP.h boost::scoped_ptr<RTMPPacket> _incompletePacket; boost 180 libbase/SWFCtype.cpp static const CharMap upper = boost::assign::map_list_of boost 271 libbase/SWFCtype.cpp static const CharMap lower = boost::assign::map_list_of boost 126 libbase/SharedMem.cpp boost::io::group(std::hex, std::showbase, _shmkey)); boost 49 libbase/SharedMem.h typedef boost::uint8_t* iterator; boost 56 libbase/SimpleBuffer.h _data.reset(new boost::uint8_t[_capacity]); boost 73 libbase/SimpleBuffer.h _data.reset(new boost::uint8_t[_size]); boost 102 libbase/SimpleBuffer.h boost::uint8_t* data() { return _data.get(); } boost 105 libbase/SimpleBuffer.h const boost::uint8_t* data() const { return _data.get(); } boost 122 libbase/SimpleBuffer.h boost::scoped_array<boost::uint8_t> tmp; boost 125 libbase/SimpleBuffer.h _data.reset(new boost::uint8_t[_capacity]); boost 146 libbase/SimpleBuffer.h const boost::uint8_t* newData = boost 147 libbase/SimpleBuffer.h reinterpret_cast<const boost::uint8_t*>(inData); boost 161 libbase/SimpleBuffer.h void appendByte(const boost::uint8_t b) boost 175 libbase/SimpleBuffer.h void appendNetworkShort(const boost::uint16_t s) boost 190 libbase/SimpleBuffer.h void appendNetworkLong(const boost::uint32_t l) boost 210 libbase/SimpleBuffer.h const boost::uint8_t* incomingData = buf.data(); boost 218 libbase/SimpleBuffer.h boost::scoped_array<boost::uint8_t> _data; boost 59 libbase/Socket.h bool connect(const std::string& hostname, boost::uint16_t port); boost 68 libbase/StringPredicates.h return boost::iequals(a, b); boost 159 libbase/URL.cpp boost::scoped_array<char> buf; boost 354 libbase/URL.cpp typedef boost::char_separator<char> Sep; boost 355 libbase/URL.cpp typedef boost::tokenizer< Sep > Tok; boost 38 libbase/WallClockTimer.cpp boost::uint32_t boost 41 libbase/WallClockTimer.cpp boost::uint64_t currTime = clocktime::getTicks(); boost 42 libbase/WallClockTimer.h boost::uint32_t elapsed() const; boost 49 libbase/WallClockTimer.h boost::uint64_t startTimer; boost 31 libbase/accumulator.h class accumulator_type : public boost::program_options::value_semantic boost 38 libbase/accumulator.h accumulator_type* notifier(boost::function1<void, const T&> f) { boost 73 libbase/accumulator.h virtual void parse(boost::any& value_store, boost 79 libbase/accumulator.h boost::any_cast<T&>(value_store) += _interval; boost 83 libbase/accumulator.h virtual bool apply_default(boost::any& value_store) const { boost 89 libbase/accumulator.h virtual void notify(const boost::any& value_store) const { boost 90 libbase/accumulator.h if (_notifier) _notifier(boost::any_cast<T>(value_store)); boost 96 libbase/accumulator.h boost::function1<void, const T&> _notifier; boost 114 libbase/curl_adapter.cpp boost::detail::thread::lock_ops<boost::mutex>::lock(mut); boost 125 libbase/curl_adapter.cpp boost::detail::thread::lock_ops<boost::mutex>::unlock(mut); boost 174 libbase/curl_adapter.cpp boost::mutex _shareMutex; boost 177 libbase/curl_adapter.cpp boost::mutex _cookieMutex; boost 180 libbase/curl_adapter.cpp boost::mutex _dnscacheMutex; boost 260 libbase/curl_adapter.cpp # define GNASH_DEFER_LOCK boost::defer_lock boost 563 libbase/curl_adapter.cpp boost::format fmt = boost::format("writing to cache file: requested " boost 714 libbase/curl_adapter.cpp boost::format fmt = boost::format( boost 1399 libbase/curl_adapter.cpp static const ReservedNames names = boost::assign::list_of boost 35 libbase/extension.h typedef boost::char_separator<char> Sep; boost 36 libbase/extension.h typedef boost::tokenizer< Sep > Tok; boost 189 libbase/log.cpp boost::mutex::scoped_lock lock(_ioMutex); boost 299 libbase/log.cpp boost::mutex::scoped_lock lock(_ioMutex); boost 204 libbase/log.h boost::mutex _ioMutex; boost 237 libbase/log.h DSOEXPORT void processLog_network(const boost::format& fmt); boost 238 libbase/log.h DSOEXPORT void processLog_error(const boost::format& fmt); boost 239 libbase/log.h DSOEXPORT void processLog_unimpl(const boost::format& fmt); boost 240 libbase/log.h DSOEXPORT void processLog_trace(const boost::format& fmt); boost 241 libbase/log.h DSOEXPORT void processLog_debug(const boost::format& fmt); boost 242 libbase/log.h DSOEXPORT void processLog_action(const boost::format& fmt); boost 243 libbase/log.h DSOEXPORT void processLog_parse(const boost::format& fmt); boost 244 libbase/log.h DSOEXPORT void processLog_security(const boost::format& fmt); boost 245 libbase/log.h DSOEXPORT void processLog_swferror(const boost::format& fmt); boost 246 libbase/log.h DSOEXPORT void processLog_aserror(const boost::format& fmt); boost 247 libbase/log.h DSOEXPORT void processLog_abc(const boost::format& fmt); boost 290 libbase/log.h boost::format f(t0); \ boost 291 libbase/log.h using namespace boost::io; \ boost 151 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("cache(%p, %d) called") % from % sz << std::endl; boost 157 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" current position: %ld)") % curr_pos << std::endl; boost 164 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" after SEEK_END, position: %ld") % boost 170 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" write %d bytes") % wrote; boost 173 libbase/noseek_fd_adapter.cpp boost::format err = boost::format("writing to cache file: " boost 184 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" after write, position: %ld") % boost 192 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" after seek-back, position: %ld") % boost 206 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" fill_cache(%d) called") % size << std::endl; boost 217 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(" bytes needed = %d") % bytesNeeded << boost 223 libbase/noseek_fd_adapter.cpp std::cerr << boost::format(_("Error reading %d bytes from " boost 272 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("read_cache(%d) called") % bytes << std::endl; boost 303 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("fread from _cache returned %d") % ret << boost 317 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("eof() returning %d") % ret << std::endl; boost 329 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("tell() returning %ld") % ret << std::endl; boost 341 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("Warning: seek backward requested " boost 368 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("making NoSeekFile stream for fd %d") % fd << std::endl; boost 377 libbase/noseek_fd_adapter.cpp std::cerr << boost::format("NoSeekFile stream: %s") % ex.what() << std::endl; boost 419 libbase/rc.cpp cerr << boost::format(_("Warning: missing value for " boost 610 libbase/rc.cpp cerr << boost::format(_("Warning: unrecognized directive " boost 622 libbase/rc.cpp cerr << boost::format(_("Warning: empty include " boost 627 libbase/rc.cpp cerr << boost::format(_("Warning: include specification " boost 636 libbase/rc.cpp cerr << boost::format(_("Warning: unrecognized action \"%s\" in " boost 728 libbase/rc.cpp cerr << boost::format(_("Couldn't open file %s for writing")) % filespec << endl; boost 765 libbase/rc.cpp cmd << "LCShmkey " << std::hex << (boost::uint32_t) _lcshmkey << endl << boost 37 libbase/rc.h typedef boost::uint32_t key_t; boost 424 libbase/rc.h typedef boost::char_separator<char> Sep; boost 425 libbase/rc.h typedef boost::tokenizer< Sep > Tok; boost 428 libbase/rc.h boost::uint32_t _delay; boost 431 libbase/rc.h boost::uint32_t _movieLibraryLimit; boost 440 libbase/rc.h boost::uint32_t _verbosity; boost 545 libbase/rc.h boost::uint32_t _lcshmkey; boost 44 libbase/ref_counted.h typedef boost::detail::atomic_count Counter; boost 51 libbase/sharedlib.h typedef boost::mutex::scoped_lock scoped_lock; boost 75 libbase/sharedlib.h boost::mutex _libMutex; boost 51 libbase/string_table.cpp boost::mutex::scoped_lock aLock(_lock); boost 68 libbase/string_table.cpp boost::mutex::scoped_lock aLock(_lock); boost 75 libbase/string_table.cpp boost::mutex::scoped_lock aLock(_lock); boost 89 libbase/string_table.cpp const std::string& t = boost::to_lower_copy(s.value); boost 112 libbase/string_table.cpp const std::string lower = boost::to_lower_copy(to_insert); boost 69 libbase/string_table.h typedef boost::multi_index_container<svt, boost 152 libbase/string_table.h boost::mutex _lock; boost 37 libbase/tu_file.cpp boost::uint32_t read_le32() boost 40 libbase/tu_file.cpp boost::uint32_t result = static_cast<boost::uint32_t>(read_byte()); boost 41 libbase/tu_file.cpp result |= static_cast<boost::uint32_t>(read_byte()) << 8; boost 42 libbase/tu_file.cpp result |= static_cast<boost::uint32_t>(read_byte()) << 16; boost 43 libbase/tu_file.cpp result |= static_cast<boost::uint32_t>(read_byte()) << 24; boost 52 libbase/tu_file.cpp boost::uint16_t read_le16() boost 54 libbase/tu_file.cpp boost::uint16_t result = static_cast<boost::uint16_t>(read_byte()); boost 55 libbase/tu_file.cpp result |= static_cast<boost::uint16_t>(read_byte()) << 8; boost 64 libbase/tu_file.cpp boost::uint8_t read_byte() { boost 65 libbase/tu_file.cpp boost::uint8_t u; boost 192 libbase/tu_file.cpp boost::format fmt = boost::format( boost 35 libbase/utf8.cpp const boost::uint32_t invalid = std::numeric_limits<boost::uint32_t>::max(); boost 47 libbase/utf8.cpp while (boost::uint32_t code = decodeNextUnicodeCharacter(it, e)) { boost 92 libbase/utf8.cpp boost::uint32_t boost 96 libbase/utf8.cpp boost::uint32_t uc; boost 126 libbase/utf8.cpp if ((*it & 0x80) == 0) return static_cast<boost::uint32_t>(*it++); boost 298 libbase/utf8.cpp boost::uint32_t c = utf8::decodeNextUnicodeCharacter(it, e); boost 90 libbase/utf8.h DSOEXPORT boost::uint32_t decodeNextUnicodeCharacter(std::string::const_iterator& it, boost 95 libbase/utf8.h DSOEXPORT std::string encodeUnicodeCharacter(boost::uint32_t ucs_character); boost 101 libbase/utf8.h DSOEXPORT std::string encodeLatin1Character(boost::uint32_t ucsCharacter); boost 162 libcore/AMFConverter.cpp boost::uint16_t tz = 0; boost 410 libcore/AMFConverter.cpp const boost::uint32_t li = readNetworkLong(_pos); boost 445 libcore/AMFConverter.cpp const boost::uint32_t li = readNetworkLong(_pos); boost 472 libcore/AMFConverter.cpp const boost::uint16_t strlen = readNetworkShort(_pos); boost 559 libcore/AMFConverter.cpp const boost::uint16_t si = readNetworkShort(_pos); boost 595 libcore/AMFConverter.cpp const boost::uint16_t tz = readNetworkShort(_pos); boost 95 libcore/AMFConverter.h void writeData(const boost::uint8_t* data, size_t length); boost 135 libcore/AMFConverter.h Reader(const boost::uint8_t*& pos, const boost::uint8_t* end, Global_as& gl) boost 175 libcore/AMFConverter.h const boost::uint8_t*& _pos; boost 178 libcore/AMFConverter.h const boost::uint8_t* const _end; boost 74 libcore/Bitmap.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 102 libcore/Bitmap.h const boost::intrusive_ptr<const BitmapMovieDefinition> _def; boost 593 libcore/Button.cpp boost::bind(&isCharacterNull, _1, false)); boost 607 libcore/Button.cpp boost::bind(&isCharacterNull, _1, includeUnloaded)); boost 753 libcore/Button.cpp boost::bind(&DisplayObject::add_invalidated_bounds, _1, boost 754 libcore/Button.cpp boost::ref(ranges), force || invalidated()) boost 975 libcore/Button.cpp boost::bind(&DisplayObject::getMovieInfo, _1, tr, localIter)); boost 103 libcore/Button.h virtual InteractiveObject* topmostMouseEntity(boost::int32_t x, boost 104 libcore/Button.h boost::int32_t y); boost 115 libcore/Button.h bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 189 libcore/Button.h const boost::intrusive_ptr<const SWF::DefineButtonTag> _def; boost 179 libcore/ClassHierarchy.cpp std::for_each(classes.begin(), classes.end(), boost::bind(nf, this, _1)); boost 185 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, depth)); boost 222 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, depth)); boost 246 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, depth)); boost 347 libcore/DisplayList.cpp boost::bind(DepthEquals(), _1, depth)); boost 402 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, newdepth)); boost 461 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, index)); boost 848 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, depthNew)); boost 902 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, newDepth)); boost 914 libcore/DisplayList.cpp _charsByDepth.remove_if(boost::mem_fn(&DisplayObject::unloaded)); boost 936 libcore/DisplayList.cpp return std::find_if(c.begin(), c.end(), boost::bind(std::not2(DepthLessThan()), _1, depth)); boost 946 libcore/DisplayList.cpp boost::bind(std::not2(DepthLessThan()), _1, depth)); boost 953 libcore/DisplayList.cpp boost::bind(DepthGreaterThan(), _1, boost 974 libcore/DisplayList.cpp boost::format fmt = boost::format( boost 981 libcore/DisplayList.cpp % boost::io::group(std::boolalpha, dobj->isDestroyed()) boost 982 libcore/DisplayList.cpp % boost::io::group(std::boolalpha, dobj->unloaded()); boost 159 libcore/DisplayList.h const SWFMatrix* mat, boost::uint16_t* ratio); boost 311 libcore/DisplayObject.cpp boost::bind(blendModeMatches, _1, mode)); boost 1291 libcore/DisplayObject.cpp if (newAlpha > std::numeric_limits<boost::int16_t>::max() || boost 1292 libcore/DisplayObject.cpp newAlpha < std::numeric_limits<boost::int16_t>::min()) { boost 1293 libcore/DisplayObject.cpp cx.aa = std::numeric_limits<boost::int16_t>::min(); boost 1296 libcore/DisplayObject.cpp cx.aa = static_cast<boost::int16_t>(newAlpha); boost 1308 libcore/DisplayObject.cpp boost::int32_t x, y; boost 1309 libcore/DisplayObject.cpp boost::tie(x, y) = getRoot(*getObject(&o)).mousePosition(); boost 1322 libcore/DisplayObject.cpp boost::int32_t x, y; boost 1323 libcore/DisplayObject.cpp boost::tie(x, y) = getRoot(*getObject(&o)).mousePosition(); boost 1597 libcore/DisplayObject.cpp static const BlendModeMap bm = boost::assign::map_list_of boost 167 libcore/DisplayObject.h class DisplayObject : public GcResource, boost::noncopyable boost 359 libcore/DisplayObject.h boost::uint16_t get_ratio() const { return _ratio; } boost 361 libcore/DisplayObject.h void set_ratio(boost::uint16_t r) { boost 487 libcore/DisplayObject.h bool pointInBounds(boost::int32_t x, boost::int32_t y) const boost 500 libcore/DisplayObject.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const = 0; boost 514 libcore/DisplayObject.h virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const boost 647 libcore/DisplayObject.h virtual InteractiveObject* topmostMouseEntity(boost::int32_t, boost 648 libcore/DisplayObject.h boost::int32_t) { boost 656 libcore/DisplayObject.h virtual const DisplayObject* findDropTarget(boost::int32_t x, boost 657 libcore/DisplayObject.h boost::int32_t y, DisplayObject* dragging) const boost 1054 libcore/DisplayObject.h boost::int32_t _depth; boost 1066 libcore/DisplayObject.h boost::uint16_t _ratio; boost 58 libcore/DragState.h void setOffset(boost::int32_t x, boost::int32_t y) { boost 63 libcore/DragState.h boost::int32_t xOffset() const { return _xoffset; } boost 64 libcore/DragState.h boost::int32_t yOffset() const { return _yoffset; } boost 129 libcore/DragState.h boost::int32_t _xoffset; boost 130 libcore/DragState.h boost::int32_t _yoffset; boost 56 libcore/DynamicShape.h void moveTo(boost::int32_t x, boost::int32_t y); boost 59 libcore/DynamicShape.h void lineTo(boost::int32_t x, boost::int32_t y, int swfVersion); boost 64 libcore/DynamicShape.h void curveTo(boost::int32_t cx, boost::int32_t cy, boost 65 libcore/DynamicShape.h boost::int32_t ax, boost::int32_t ay, int swfVersion); boost 95 libcore/DynamicShape.h void lineStyle(boost::uint16_t thickness, const rgba& color, boost 146 libcore/DynamicShape.h bool pointTestLocal(boost::int32_t x, boost::int32_t y, boost 191 libcore/DynamicShape.h boost::int32_t _x; boost 194 libcore/DynamicShape.h boost::int32_t _y; boost 140 libcore/ExternalInterface.cpp boost::shared_ptr<ExternalInterface::invoke_t> boost 145 libcore/ExternalInterface.cpp boost::shared_ptr<ExternalInterface::invoke_t> error; boost 154 libcore/ExternalInterface.cpp boost::scoped_array<char> buffer(new char[bytes + 1]); boost 177 libcore/ExternalInterface.cpp boost::shared_ptr<ExternalInterface::invoke_t> boost 180 libcore/ExternalInterface.cpp boost::shared_ptr<ExternalInterface::invoke_t> invoke; boost 202 libcore/ExternalInterface.cpp boost::erase_first(invoke->name, "\""); boost 203 libcore/ExternalInterface.cpp boost::erase_last(invoke->name, "\""); boost 210 libcore/ExternalInterface.cpp boost::erase_first(invoke->type, "\""); boost 211 libcore/ExternalInterface.cpp boost::erase_last(invoke->type, "\""); boost 61 libcore/ExternalInterface.h static boost::shared_ptr<invoke_t> parseInvoke(const std::string &str); boost 63 libcore/ExternalInterface.h DSOEXPORT static boost::shared_ptr<invoke_t> ExternalEventCheck(int fd); boost 41 libcore/FillStyle.cpp class SetLerp : public boost::static_visitor<> boost 53 libcore/FillStyle.cpp const T& a = boost::get<T>(_a); boost 54 libcore/FillStyle.cpp const T& b = boost::get<T>(_b); boost 223 libcore/FillStyle.cpp boost::apply_visitor(SetLerp(a.fill, b.fill, t), f.fill); boost 43 libcore/FillStyle.h GradientRecord(boost::uint8_t ratio, const rgba& color) boost 50 libcore/FillStyle.h boost::uint8_t ratio; boost 97 libcore/FillStyle.h BitmapFill(SWF::FillType t, movie_definition* md, boost::uint16_t id, boost 143 libcore/FillStyle.h mutable boost::intrusive_ptr<const CachedBitmap> _bitmapInfo; boost 149 libcore/FillStyle.h boost::uint16_t _id; boost 281 libcore/FillStyle.h typedef boost::variant<BitmapFill, SolidFill, GradientFill> Fill; boost 74 libcore/Filters.h BevelFilter(float distance, float angle, boost::uint32_t hcolor, boost 75 libcore/Filters.h boost::uint8_t halpha, boost::uint32_t scolor, boost::uint8_t salpha, boost 77 libcore/Filters.h boost::uint8_t quality, bevel_type type, bool knockout) : boost 86 libcore/Filters.h boost::uint32_t m_highlightColor; // Color of the highlight. boost 87 libcore/Filters.h boost::uint8_t m_highlightAlpha; // Alpha of the highlight. boost 88 libcore/Filters.h boost::uint32_t m_shadowColor; // RGB color. boost 89 libcore/Filters.h boost::uint8_t m_shadowAlpha; // Alpha strength, as a percentage(?) boost 93 libcore/Filters.h boost::uint8_t m_quality; // How many times to apply the filter. boost 111 libcore/Filters.h BlurFilter(float blurX, float blurY, boost::uint8_t quality) : boost 117 libcore/Filters.h boost::uint8_t m_quality; // How many passes to take. boost 164 libcore/Filters.h ConvolutionFilter(boost::uint8_t matrixX, boost::uint8_t matrixY, boost 166 libcore/Filters.h bool preserveAlpha, bool clamp, boost::uint32_t color, boost 167 libcore/Filters.h boost::uint8_t alpha) boost 181 libcore/Filters.h boost::uint8_t _matrixX; // Number of columns boost 182 libcore/Filters.h boost::uint8_t _matrixY; // Number of rows boost 188 libcore/Filters.h boost::uint32_t _color; // For off-image pixels boost 189 libcore/Filters.h boost::uint8_t _alpha; // For off-image pixels boost 207 libcore/Filters.h DropShadowFilter(float distance, float angle, boost::uint32_t color, boost 208 libcore/Filters.h boost::uint8_t alpha, float blurX, float blurY, float strength, boost 209 libcore/Filters.h boost::uint8_t quality, bool inner, bool knockout, bool hideObject) : boost 218 libcore/Filters.h boost::uint32_t m_color; // RGB color. boost 219 libcore/Filters.h boost::uint8_t m_alpha; // Alpha strength, as a percentage(?) boost 223 libcore/Filters.h boost::uint8_t m_quality; // How many times to apply the filter. boost 245 libcore/Filters.h GlowFilter(boost::uint32_t color, boost 246 libcore/Filters.h boost::uint8_t alpha, float blurX, float blurY, float strength, boost 247 libcore/Filters.h boost::uint8_t quality, bool inner, bool knockout) : boost 253 libcore/Filters.h boost::uint32_t m_color; // RGB color. boost 254 libcore/Filters.h boost::uint8_t m_alpha; // Alpha strength, as a percentage(?) boost 258 libcore/Filters.h boost::uint8_t m_quality; // How many times to apply the filter. boost 287 libcore/Filters.h std::vector<boost::uint32_t> colors, boost 288 libcore/Filters.h std::vector<boost::uint8_t> alphas, boost 289 libcore/Filters.h std::vector<boost::uint8_t> ratios, boost 291 libcore/Filters.h boost::uint8_t quality, glow_types type, bool knockout) : boost 300 libcore/Filters.h std::vector<boost::uint32_t> m_colors; // Colors of the gradients. boost 301 libcore/Filters.h std::vector<boost::uint8_t> m_alphas; // Alphas of the gradients. boost 302 libcore/Filters.h std::vector<boost::uint8_t> m_ratios; // Ratios of the gradients. boost 306 libcore/Filters.h boost::uint8_t m_quality; // How many times to apply the filter. boost 334 libcore/Filters.h std::vector<boost::uint32_t> colors, boost 335 libcore/Filters.h std::vector<boost::uint8_t> alphas, boost 336 libcore/Filters.h std::vector<boost::uint8_t> ratios, boost 338 libcore/Filters.h boost::uint8_t quality, glow_types type, bool knockout) : boost 346 libcore/Filters.h std::vector<boost::uint32_t> m_colors; // Colors of the gradients. boost 347 libcore/Filters.h std::vector<boost::uint8_t> m_alphas; // Alphas of the gradients. boost 348 libcore/Filters.h std::vector<boost::uint8_t> m_ratios; // Ratios of the gradients. boost 352 libcore/Filters.h boost::uint8_t m_quality; // How many times to apply the filter. boost 188 libcore/Font.cpp boost::uint16_t boost 54 libcore/Font.h boost::uint16_t m_char0; boost 55 libcore/Font.h boost::uint16_t m_char1; boost 113 libcore/Font.h boost::uint16_t codeTableLookup(int glyph, bool embedded) const; boost 162 libcore/Font.h int get_glyph_index(boost::uint16_t code, bool embedded) const; boost 240 libcore/Font.h boost::shared_ptr<SWF::ShapeRecord> glyph; boost 262 libcore/Font.h void setFlags(boost::uint8_t flags); boost 288 libcore/Font.h int add_os_glyph(boost::uint16_t code); boost 291 libcore/Font.h boost::scoped_ptr<SWF::DefineFontTag> _fontTag; boost 317 libcore/Font.h boost::shared_ptr<const CodeTable> _embeddedCodeTable; boost 159 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale); boost 160 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale); boost 172 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale); boost 173 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale); boost 184 libcore/FreetypeGlyphsProvider.cpp boost::int32_t x1 = static_cast<boost::int32_t>(ctrl->x * _scale); boost 185 libcore/FreetypeGlyphsProvider.cpp boost::int32_t y1 = static_cast<boost::int32_t>(ctrl->y * _scale); boost 186 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale); boost 187 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale); boost 202 libcore/FreetypeGlyphsProvider.cpp boost::int32_t x1 = static_cast<boost::int32_t>(x * _scale); boost 203 libcore/FreetypeGlyphsProvider.cpp boost::int32_t y1 = static_cast<boost::int32_t>(y * _scale); boost 204 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale); boost 205 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale); boost 237 libcore/FreetypeGlyphsProvider.cpp boost::int32_t _x, _y; boost 243 libcore/FreetypeGlyphsProvider.cpp boost::mutex FreetypeGlyphsProvider::m_lib_mutex; boost 249 libcore/FreetypeGlyphsProvider.cpp boost::mutex::scoped_lock lock(m_lib_mutex); boost 255 libcore/FreetypeGlyphsProvider.cpp boost::format err = boost::format(_("Can't init FreeType! Error " boost 434 libcore/FreetypeGlyphsProvider.cpp boost::format msg = boost::format(_("Can't find font file " boost 447 libcore/FreetypeGlyphsProvider.cpp boost::format msg = boost::format(_("Font file '%s' " boost 456 libcore/FreetypeGlyphsProvider.cpp boost::format msg = boost::format(_("Some error " boost 104 libcore/FreetypeGlyphsProvider.h std::auto_ptr<SWF::ShapeRecord> getGlyph(boost::uint16_t code, boost 164 libcore/FreetypeGlyphsProvider.h static boost::mutex m_lib_mutex; boost 97 libcore/Function.h virtual boost::uint8_t registers() const { boost 111 libcore/Function.h void add_arg(boost::uint8_t reg, const ObjectURI& name) { boost 132 libcore/Function.h Argument(boost::uint8_t r, const ObjectURI& n) : reg(r), name(n) {} boost 133 libcore/Function.h boost::uint8_t reg; boost 87 libcore/Function2.h virtual boost::uint8_t registers() const { boost 91 libcore/Function2.h void setRegisterCount(boost::uint8_t ct) { boost 95 libcore/Function2.h void setFlags(boost::uint16_t flags) { boost 105 libcore/Function2.h boost::uint8_t _registerCount; boost 108 libcore/Function2.h boost::uint16_t _function2Flags; boost 58 libcore/Geometry.h Edge(boost::int32_t cx, boost::int32_t cy, boost::int32_t ax, boost 59 libcore/Geometry.h boost::int32_t ay) boost 93 libcore/Geometry.h boost::int32_t dx = B.x - A.x; boost 94 libcore/Geometry.h boost::int32_t dy = B.y - A.y; boost 101 libcore/Geometry.h boost::int32_t pdx = p.x - A.x; boost 102 libcore/Geometry.h boost::int32_t pdy = p.y - A.y; boost 157 libcore/Geometry.h static boost::int64_t squareDistancePtCurve(const point& A, boost 237 libcore/Geometry.h Path(boost::int32_t ax, boost::int32_t ay, boost 263 libcore/Geometry.h void reset(boost::int32_t ax, boost::int32_t ay, boost 340 libcore/Geometry.h drawLineTo(boost::int32_t dx, boost::int32_t dy) boost 363 libcore/Geometry.h drawCurveTo(boost::int32_t cdx, boost::int32_t cdy, boost::int32_t adx, boost::int32_t ady) boost 574 libcore/Geometry.h const std::vector<LineStyle>& lineStyles, boost::int32_t x, boost 575 libcore/Geometry.h boost::int32_t y, const SWFMatrix& wm); boost 68 libcore/HostInterface.h const boost::any& arg = boost::blank()) boost 74 libcore/HostInterface.h const boost::any& arg() const { return _arg; } boost 77 libcore/HostInterface.h boost::any _arg; boost 182 libcore/HostInterface.h explicit HostMessage(KnownEvent e, const boost::any& arg = boost::blank()) boost 189 libcore/HostInterface.h const boost::any& arg() const { return _arg; } boost 193 libcore/HostInterface.h boost::any _arg; boost 211 libcore/HostInterface.h typedef boost::variant<HostMessage, CustomMessage> Message; boost 221 libcore/HostInterface.h virtual boost::any call(const Message& e) = 0; boost 115 libcore/InteractiveObject.h virtual InteractiveObject* topmostMouseEntity(boost::int32_t /*x*/, boost 116 libcore/InteractiveObject.h boost::int32_t /*y*/) = 0; boost 131 libcore/InteractiveObject.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const boost 40 libcore/LineStyle.cpp class GetColor : public boost::static_visitor<rgba> boost 114 libcore/LineStyle.cpp m_color = boost::apply_visitor(GetColor(), fp.first.fill); boost 115 libcore/LineStyle.cpp pOther->m_color = boost::apply_visitor(GetColor(), fp.second->fill); boost 150 libcore/LineStyle.cpp const boost::uint8_t flags1 = in.read_u8(); boost 151 libcore/LineStyle.cpp const boost::uint8_t flags2 = in.read_u8(); boost 170 libcore/LineStyle.cpp m_color = boost::apply_visitor(GetColor(), fp.first.fill); boost 182 libcore/LineStyle.cpp m_width = static_cast<boost::uint16_t>( boost 69 libcore/LineStyle.h LineStyle(boost::uint16_t width, const rgba& color, boost 109 libcore/LineStyle.h boost::uint16_t getThickness() const { boost 169 libcore/LineStyle.h boost::uint16_t m_width; boost 51 libcore/LoadVariablesThread.cpp boost::scoped_array<char> buf(new char[chunkSize]); boost 173 libcore/LoadVariablesThread.cpp boost::mutex::scoped_lock lock(_mutex); boost 180 libcore/LoadVariablesThread.cpp boost::mutex::scoped_lock lock(_mutex); boost 94 libcore/LoadVariablesThread.h _thread.reset(new boost::thread( boost 95 libcore/LoadVariablesThread.h boost::bind(LoadVariablesThread::execLoadingThread, this))); boost 119 libcore/LoadVariablesThread.h boost::mutex::scoped_lock lock(_mutex); boost 162 libcore/LoadVariablesThread.h boost::mutex::scoped_lock lock(_mutex); boost 203 libcore/LoadVariablesThread.h std::auto_ptr<boost::thread> _thread; boost 211 libcore/LoadVariablesThread.h boost::mutex _mutex; boost 61 libcore/MorphShape.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 73 libcore/MorphShape.h const boost::intrusive_ptr<const SWF::DefineMorphShapeTag> _def; boost 98 libcore/Movie.h virtual void addCharacter(boost::uint16_t /*id*/) {} boost 104 libcore/Movie.h virtual bool initializeCharacter(boost::uint16_t /*id*/) { boost 257 libcore/MovieClip.cpp const boost::int32_t _x; boost 258 libcore/MovieClip.cpp const boost::int32_t _y; boost 289 libcore/MovieClip.cpp const boost::int32_t _x; boost 290 libcore/MovieClip.cpp const boost::int32_t _y; boost 323 libcore/MovieClip.cpp const boost::int32_t _x; boost 326 libcore/MovieClip.cpp const boost::int32_t _y; boost 441 libcore/MovieClip.cpp boost::int32_t _x; boost 442 libcore/MovieClip.cpp boost::int32_t _y; boost 1198 libcore/MovieClip.cpp boost::uint8_t bm = tag->getBlendMode(); boost 1225 libcore/MovieClip.cpp boost::uint16_t ratio = tag->getRatio(); boost 1243 libcore/MovieClip.cpp const boost::uint16_t id = tag->getID(); boost 1531 libcore/MovieClip.cpp boost::mem_fn(&DisplayObject::unloaded)); boost 1962 libcore/MovieClip.cpp boost::mem_fn(&DisplayObject::setReachable)); boost 145 libcore/MovieClip.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 148 libcore/MovieClip.h virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const; boost 154 libcore/MovieClip.h virtual bool pointInHitableShape(boost::int32_t x, boost::int32_t y) const; boost 219 libcore/MovieClip.h virtual InteractiveObject* topmostMouseEntity(boost::int32_t x, boost 220 libcore/MovieClip.h boost::int32_t y); boost 223 libcore/MovieClip.h const DisplayObject* findDropTarget(boost::int32_t x, boost::int32_t y, boost 667 libcore/MovieClip.h bool hitTestDrawable(boost::int32_t x, boost::int32_t y) const; boost 717 libcore/MovieClip.h const boost::intrusive_ptr<const movie_definition> _def; boost 720 libcore/MovieClip.h typedef boost::ptr_list<LoadVariablesThread> LoadVariablesThreads; boost 47 libcore/MovieFactory.cpp boost::intrusive_ptr<SWFMovieDefinition> createSWFMovie( boost 51 libcore/MovieFactory.cpp boost::intrusive_ptr<BitmapMovieDefinition> createBitmapMovie( boost 55 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> createNonLibraryMovie( boost 63 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> boost 67 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> ret; boost 109 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> boost 114 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> mov; boost 238 libcore/MovieFactory.cpp boost::intrusive_ptr<SWFMovieDefinition> boost 243 libcore/MovieFactory.cpp boost::intrusive_ptr<SWFMovieDefinition> m = new SWFMovieDefinition(runResources); boost 257 libcore/MovieFactory.cpp boost::intrusive_ptr<BitmapMovieDefinition> boost 263 libcore/MovieFactory.cpp boost::intrusive_ptr<BitmapMovieDefinition> ret; boost 267 libcore/MovieFactory.cpp boost::shared_ptr<IOChannel> imageData(in.release()); boost 290 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> boost 296 libcore/MovieFactory.cpp boost::intrusive_ptr<movie_definition> ret; boost 84 libcore/MovieFactory.h static DSOEXPORT boost::intrusive_ptr<movie_definition> makeMovie( boost 113 libcore/MovieFactory.h static DSOEXPORT boost::intrusive_ptr<movie_definition> makeMovie( boost 44 libcore/MovieLibrary.h boost::intrusive_ptr<movie_definition> def; boost 68 libcore/MovieLibrary.h boost::intrusive_ptr<movie_definition>* ret) boost 70 libcore/MovieLibrary.h boost::mutex::scoped_lock lock(_mapMutex); boost 91 libcore/MovieLibrary.h boost::mutex::scoped_lock lock(_mapMutex); boost 98 libcore/MovieLibrary.h boost::mutex::scoped_lock lock(_mapMutex); boost 121 libcore/MovieLibrary.h boost::mutex::scoped_lock lock(_mapMutex); boost 128 libcore/MovieLibrary.h mutable boost::mutex _mapMutex; boost 81 libcore/MovieLoader.cpp boost::mutex::scoped_lock lock(_requestsMutex); boost 90 libcore/MovieLoader.cpp boost::bind(&Request::pending, _1)); boost 139 libcore/MovieLoader.cpp boost::intrusive_ptr<movie_definition> md ( boost 162 libcore/MovieLoader.cpp boost::mutex::scoped_lock requestsLock(_requestsMutex); boost 172 libcore/MovieLoader.cpp boost::mutex::scoped_lock lock(_killMutex); boost 224 libcore/MovieLoader.cpp boost::intrusive_ptr<movie_definition> md; boost 347 libcore/MovieLoader.cpp boost::mutex::scoped_lock requestsLock(_requestsMutex); boost 360 libcore/MovieLoader.cpp boost::bind(&Request::completed, _1)); boost 406 libcore/MovieLoader.cpp boost::mutex::scoped_lock lock(_killMutex); boost 443 libcore/MovieLoader.cpp boost::mutex::scoped_lock lock(_requestsMutex); boost 456 libcore/MovieLoader.cpp _thread.reset(new boost::thread(boost::bind( boost 487 libcore/MovieLoader.cpp boost::mutex::scoped_lock lock(_requestsMutex); boost 494 libcore/MovieLoader.cpp boost::mem_fn(&Request::setReachable)); boost 50 libcore/MovieLoader.h class DSOEXPORT MovieLoader : boost::noncopyable { boost 90 libcore/MovieLoader.h class Request : boost::noncopyable { boost 134 libcore/MovieLoader.h bool getCompleted(boost::intrusive_ptr<movie_definition>& md) const boost 136 libcore/MovieLoader.h boost::mutex::scoped_lock lock(_mutex); boost 144 libcore/MovieLoader.h boost::mutex::scoped_lock lock(_mutex); boost 151 libcore/MovieLoader.h boost::mutex::scoped_lock lock(_mutex); boost 162 libcore/MovieLoader.h void setCompleted(boost::intrusive_ptr<movie_definition> md) boost 164 libcore/MovieLoader.h boost::mutex::scoped_lock lock(_mutex); boost 174 libcore/MovieLoader.h boost::intrusive_ptr<movie_definition> _mdef; boost 175 libcore/MovieLoader.h mutable boost::mutex _mutex; boost 181 libcore/MovieLoader.h typedef boost::ptr_list<Request> Requests; boost 184 libcore/MovieLoader.h mutable boost::mutex _requestsMutex; boost 201 libcore/MovieLoader.h boost::mutex _killMutex; boost 203 libcore/MovieLoader.h boost::condition _wakeup; boost 208 libcore/MovieLoader.h std::auto_ptr<boost::thread> _thread; boost 213 libcore/MovieLoader.h boost::barrier _barrier; boost 79 libcore/PropFlags.h PropFlags(boost::uint16_t flags) boost 120 libcore/PropFlags.h boost::uint16_t get_flags() const { return _flags; } boost 130 libcore/PropFlags.h bool set_flags(boost::uint16_t setTrue, boost::uint16_t setFalse = 0) { boost 139 libcore/PropFlags.h boost::uint16_t _flags; boost 40 libcore/Property.cpp struct GetCache : boost::static_visitor<as_value> boost 51 libcore/Property.cpp struct SetCache : boost::static_visitor<> boost 103 libcore/Property.cpp return boost::get<as_value>(_bound); boost 106 libcore/Property.cpp const GetterSetter* a = boost::get<const GetterSetter>(&_bound); boost 130 libcore/Property.cpp return boost::apply_visitor(GetCache(), _bound); boost 156 libcore/Property.cpp GetterSetter* a = boost::get<GetterSetter>(&_bound); boost 175 libcore/Property.cpp boost::apply_visitor(boost::bind(SetCache(), _1, value), _bound); boost 57 libcore/Property.h struct GetSetVisitor : boost::static_visitor<typename S::result_type> boost 90 libcore/Property.h struct SetUnderlying : boost::static_visitor<> boost 102 libcore/Property.h struct GetUnderlying : boost::static_visitor<as_value> boost 114 libcore/Property.h struct MarkReachable : boost::static_visitor<> boost 139 libcore/Property.h return boost::apply_visitor(s, _getset); boost 145 libcore/Property.h boost::apply_visitor(s, _getset); boost 150 libcore/Property.h boost::apply_visitor(boost::bind(SetUnderlying(), _1, v), _getset); boost 155 libcore/Property.h return boost::apply_visitor(GetUnderlying(), _getset); boost 159 libcore/Property.h boost::apply_visitor(MarkReachable(), _getset); boost 199 libcore/Property.h class ScopedLock : boost::noncopyable boost 263 libcore/Property.h boost::variant<UserDefinedGetterSetter, NativeGetterSetter> _getset; boost 278 libcore/Property.h struct SetReachable : boost::static_visitor<> boost 398 libcore/Property.h return boost::apply_visitor(SetReachable(), _bound); boost 404 libcore/Property.h typedef boost::variant<as_value, GetterSetter> BoundType; boost 83 libcore/PropertyList.h class PropertyList : boost::noncopyable boost 94 libcore/PropertyList.h typedef boost::multi_index::sequenced< boost 109 libcore/PropertyList.h typedef boost::multi_index::ordered_unique< boost 118 libcore/PropertyList.h typedef boost::multi_index::ordered_non_unique< boost 124 libcore/PropertyList.h typedef boost::multi_index_container< boost 300 libcore/PropertyList.h boost::mem_fn(&Property::setReachable)); boost 48 libcore/RGBA.cpp boost::uint32_t hexnumber; boost 57 libcore/RGBA.h rgba(boost::uint8_t r, boost::uint8_t g, boost::uint8_t b, boost 58 libcore/RGBA.h boost::uint8_t a) boost 74 libcore/RGBA.h void parseRGB(boost::uint32_t rgbCol) { boost 75 libcore/RGBA.h m_r = static_cast<boost::uint8_t>(rgbCol >> 16); boost 76 libcore/RGBA.h m_g = static_cast<boost::uint8_t>(rgbCol >> 8); boost 77 libcore/RGBA.h m_b = static_cast<boost::uint8_t>(rgbCol); boost 87 libcore/RGBA.h boost::uint32_t toRGB() const { boost 97 libcore/RGBA.h boost::uint32_t toRGBA() const { boost 102 libcore/RGBA.h void set(boost::uint8_t r, boost::uint8_t g, boost::uint8_t b, boost 103 libcore/RGBA.h boost::uint8_t a) { boost 129 libcore/RGBA.h boost::uint8_t m_r, m_g, m_b, m_a; boost 49 libcore/Relay.h class Relay : boost::noncopyable boost 55 libcore/RunResources.h void setStreamProvider(boost::shared_ptr<StreamProvider> sp) { boost 77 libcore/RunResources.h void setSoundHandler(boost::shared_ptr<sound::sound_handler> s) { boost 89 libcore/RunResources.h void setMediaHandler(boost::shared_ptr<media::MediaHandler> s) { boost 97 libcore/RunResources.h void setRenderer(boost::shared_ptr<Renderer> r) { boost 110 libcore/RunResources.h void setTagLoaders(boost::shared_ptr<const SWF::TagLoadersTable> loaders) { boost 136 libcore/RunResources.h boost::shared_ptr<StreamProvider> _streamProvider; boost 138 libcore/RunResources.h boost::shared_ptr<sound::sound_handler> _soundHandler; boost 140 libcore/RunResources.h boost::shared_ptr<media::MediaHandler> _mediaHandler; boost 142 libcore/RunResources.h boost::shared_ptr<Renderer> _renderer; boost 144 libcore/RunResources.h boost::shared_ptr<const SWF::TagLoadersTable> _tagLoaders; boost 63 libcore/SWFCxForm.cpp boost::int16_t rt = r; boost 64 libcore/SWFCxForm.cpp boost::int16_t gt = g; boost 65 libcore/SWFCxForm.cpp boost::int16_t bt = b; boost 66 libcore/SWFCxForm.cpp boost::int16_t at = a; boost 73 libcore/SWFCxForm.cpp r = clamp<boost::int16_t>(rt, 0, 255); boost 74 libcore/SWFCxForm.cpp g = clamp<boost::int16_t>(gt, 0, 255); boost 75 libcore/SWFCxForm.cpp b = clamp<boost::int16_t>(bt, 0, 255); boost 76 libcore/SWFCxForm.cpp a = clamp<boost::int16_t>(at, 0, 255); boost 52 libcore/SWFCxForm.h boost::int16_t ra; // RedMultTerm, 8.8 fixed point boost 53 libcore/SWFCxForm.h boost::int16_t ga; // GreenMultTerm 8.8 fixed point boost 54 libcore/SWFCxForm.h boost::int16_t ba; // BlueMultTerm 8.8 fixed point boost 55 libcore/SWFCxForm.h boost::int16_t aa; // AlphaMultTerm 8.8 fixed point boost 56 libcore/SWFCxForm.h boost::int16_t rb; // RedAddTerm, 16 bit integer(no fraction) boost 57 libcore/SWFCxForm.h boost::int16_t gb; // GreenAddTerm 16 bit integer(no fraction) boost 58 libcore/SWFCxForm.h boost::int16_t bb; // BlueAddTerm 16 bit integer(no fraction) boost 59 libcore/SWFCxForm.h boost::int16_t ab; // AlphaAddTerm 16 bit integer(no fraction) boost 72 libcore/SWFCxForm.h void transform(boost::uint8_t& r, boost::uint8_t& g, boost::uint8_t& b, boost 73 libcore/SWFCxForm.h boost::uint8_t& a) const; boost 63 libcore/SWFMatrix.cpp inline boost::int32_t boost 69 libcore/SWFMatrix.cpp inline boost::int32_t boost 72 libcore/SWFMatrix.cpp return (static_cast<boost::int64_t>(a) * boost 73 libcore/SWFMatrix.cpp static_cast<boost::int64_t>(b) + 0x8000) >> 16; boost 82 libcore/SWFMatrix.cpp boost::int32_t t0 = multiplyFixed16(_a, p.x) + multiplyFixed16(_c, p.y) + _tx; boost 83 libcore/SWFMatrix.cpp boost::int32_t t1 = multiplyFixed16(_b, p.x) + multiplyFixed16(_d, p.y) + _ty; boost 91 libcore/SWFMatrix.cpp const boost::int32_t t0 = multiplyFixed16(_a, x) + multiplyFixed16(_c, y) + _tx; boost 92 libcore/SWFMatrix.cpp const boost::int32_t t1 = multiplyFixed16(_b,x) + multiplyFixed16(_d, y) + _ty; boost 100 libcore/SWFMatrix.cpp const boost::int32_t xmin = r.getMinX(); boost 101 libcore/SWFMatrix.cpp const boost::int32_t xmax = r.getMaxX(); boost 102 libcore/SWFMatrix.cpp const boost::int32_t ymin = r.getMinY(); boost 103 libcore/SWFMatrix.cpp const boost::int32_t ymax = r.getMaxY(); boost 242 libcore/SWFMatrix.cpp const boost::int32_t x1 = r.get_x_min(); boost 243 libcore/SWFMatrix.cpp const boost::int32_t y1 = r.get_y_min(); boost 244 libcore/SWFMatrix.cpp const boost::int32_t x2 = r.get_x_max(); boost 245 libcore/SWFMatrix.cpp const boost::int32_t y2 = r.get_y_max(); boost 267 libcore/SWFMatrix.cpp const boost::int64_t det = determinant(); boost 276 libcore/SWFMatrix.cpp const boost::int32_t t0 = (boost::int32_t)(d() * dn); boost 277 libcore/SWFMatrix.cpp _d = (boost::int32_t)(a() * dn); boost 278 libcore/SWFMatrix.cpp _c = (boost::int32_t)(-c() * dn); boost 279 libcore/SWFMatrix.cpp _b = (boost::int32_t)(-b() * dn); boost 281 libcore/SWFMatrix.cpp const boost::int32_t t4 = -(multiplyFixed16(_tx, t0) + multiplyFixed16(_ty, _c)); boost 313 libcore/SWFMatrix.cpp boost::int64_t boost 323 libcore/SWFMatrix.cpp return (boost::int64_t)a() * d() - (boost::int64_t)b() * c(); boost 79 libcore/SWFMatrix.h boost::int32_t a() const { boost 83 libcore/SWFMatrix.h boost::int32_t b() const { boost 87 libcore/SWFMatrix.h boost::int32_t c() const { boost 91 libcore/SWFMatrix.h boost::int32_t d() const { boost 95 libcore/SWFMatrix.h boost::int32_t tx() const { boost 99 libcore/SWFMatrix.h boost::int32_t ty() const { boost 162 libcore/SWFMatrix.h void transform(boost::int32_t& x, boost::int32_t& y) const; boost 174 libcore/SWFMatrix.h void transform(geometry::Range2d<boost::int32_t>& r) const; boost 206 libcore/SWFMatrix.h boost::int64_t determinant() const; boost 209 libcore/SWFMatrix.h boost::int32_t _a; boost 212 libcore/SWFMatrix.h boost::int32_t _b; boost 215 libcore/SWFMatrix.h boost::int32_t _c; boost 218 libcore/SWFMatrix.h boost::int32_t _d; boost 221 libcore/SWFMatrix.h boost::int32_t _tx; boost 224 libcore/SWFMatrix.h boost::int32_t _ty; boost 88 libcore/SWFMovie.cpp const boost::uint16_t id = _def->exportID(symbol); boost 119 libcore/SWFMovie.h void addCharacter(boost::uint16_t id); boost 132 libcore/SWFMovie.h bool initializeCharacter(boost::uint16_t id); boost 144 libcore/SWFMovie.h const boost::intrusive_ptr<const SWFMovieDefinition> _def; boost 30 libcore/SWFRect.cpp const boost::int32_t SWFRect::rectNull; boost 31 libcore/SWFRect.cpp const boost::int32_t SWFRect::rectMax; boost 38 libcore/SWFRect.cpp boost::int32_t x1 = r.get_x_min(); boost 39 libcore/SWFRect.cpp boost::int32_t y1 = r.get_y_min(); boost 40 libcore/SWFRect.cpp boost::int32_t x2 = r.get_x_max(); boost 41 libcore/SWFRect.cpp boost::int32_t y2 = r.get_y_max(); boost 84 libcore/SWFRect.cpp const boost::int32_t x1 = r.get_x_min(); boost 85 libcore/SWFRect.cpp const boost::int32_t y1 = r.get_y_min(); boost 86 libcore/SWFRect.cpp const boost::int32_t x2 = r.get_x_max(); boost 87 libcore/SWFRect.cpp const boost::int32_t y2 = r.get_y_max(); boost 127 libcore/SWFRect.cpp p.x = gnash::clamp<boost::int32_t>(p.x, _xMin, _xMax); boost 128 libcore/SWFRect.cpp p.y = gnash::clamp<boost::int32_t>(p.y, _yMin, _yMax); boost 49 libcore/SWFRect.h static const boost::int32_t rectNull = 0x80000000; boost 50 libcore/SWFRect.h static const boost::int32_t rectMax = 0x7fffffff; boost 103 libcore/SWFRect.h boost::int32_t width() const boost 109 libcore/SWFRect.h boost::int32_t height() const boost 115 libcore/SWFRect.h boost::int32_t get_x_min() const boost 122 libcore/SWFRect.h boost::int32_t get_x_max() const boost 129 libcore/SWFRect.h boost::int32_t get_y_min() const boost 136 libcore/SWFRect.h boost::int32_t get_y_max() const boost 143 libcore/SWFRect.h bool point_test(boost::int32_t x, boost::int32_t y) const boost 154 libcore/SWFRect.h void set_to_point(boost::int32_t x, boost::int32_t y) boost 161 libcore/SWFRect.h void set_to_rect(boost::int32_t x1, boost::int32_t y1, boost::int32_t x2, boost 162 libcore/SWFRect.h boost::int32_t y2) boost 171 libcore/SWFRect.h void expand_to_point(boost::int32_t x, boost::int32_t y) boost 186 libcore/SWFRect.h void expand_to_circle(boost::int32_t x, boost::int32_t y, boost 187 libcore/SWFRect.h boost::int32_t radius) boost 222 libcore/SWFRect.h geometry::Range2d<boost::int32_t> getRange() const boost 227 libcore/SWFRect.h return geometry::Range2d<boost::int32_t>(geometry::nullRange); boost 231 libcore/SWFRect.h return geometry::Range2d<boost::int32_t>(geometry::worldRange); boost 235 libcore/SWFRect.h return geometry::Range2d<boost::int32_t>(_xMin, _yMin, boost 246 libcore/SWFRect.h void expand_to(boost::int32_t x, boost::int32_t y) boost 254 libcore/SWFRect.h boost::int32_t _xMin; // TWIPS boost 255 libcore/SWFRect.h boost::int32_t _yMin; // TWIPS boost 256 libcore/SWFRect.h boost::int32_t _xMax; // TWIPS boost 257 libcore/SWFRect.h boost::int32_t _yMax; // TWIPS boost 121 libcore/SWFStream.cpp boost::uint32_t value = 0; boost 196 libcore/SWFStream.cpp boost::int32_t value = boost::int32_t(read_uint(bitcount)); boost 257 libcore/SWFStream.cpp boost::uint32_t i; boost 259 libcore/SWFStream.cpp boost::uint16_t s0; boost 260 libcore/SWFStream.cpp boost::uint16_t s1; boost 263 libcore/SWFStream.cpp boost::uint8_t c0; boost 264 libcore/SWFStream.cpp boost::uint8_t c1; boost 265 libcore/SWFStream.cpp boost::uint8_t c2; boost 266 libcore/SWFStream.cpp boost::uint8_t c3; boost 277 libcore/SWFStream.cpp const boost::uint8_t *cp = (const boost::uint8_t *) p; boost 327 libcore/SWFStream.cpp boost::uint8_t SWFStream::read_u8() boost 333 libcore/SWFStream.cpp boost::int8_t boost 340 libcore/SWFStream.cpp boost::uint16_t SWFStream::read_u16() boost 356 libcore/SWFStream.cpp boost::uint32_t result = buf[0]; boost 363 libcore/SWFStream.cpp boost::int16_t SWFStream::read_s16() boost 369 libcore/SWFStream.cpp boost::uint32_t SWFStream::read_u32() boost 396 libcore/SWFStream.cpp boost::int32_t SWFStream::read_s32() boost 157 libcore/SWFStream.h boost::uint8_t read_u8(); boost 163 libcore/SWFStream.h boost::int8_t read_s8(); boost 169 libcore/SWFStream.h boost::uint16_t read_u16(); boost 175 libcore/SWFStream.h boost::int16_t read_s16(); boost 181 libcore/SWFStream.h boost::uint32_t read_u32(); boost 188 libcore/SWFStream.h boost::int32_t read_s32(); boost 197 libcore/SWFStream.h boost::uint32_t read_V32() boost 200 libcore/SWFStream.h boost::uint32_t res = read_u8(); boost 424 libcore/SWFStream.h boost::uint8_t m_current_byte; boost 425 libcore/SWFStream.h boost::uint8_t m_unused_bits; boost 43 libcore/Shape.h Shape(movie_root& mr, as_object* object, boost::shared_ptr<DynamicShape> sh, boost 67 libcore/Shape.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 71 libcore/Shape.h const boost::intrusive_ptr<const SWF::DefineShapeTag> _def; boost 73 libcore/Shape.h boost::shared_ptr<DynamicShape> _shape; boost 85 libcore/StaticText.h const boost::dynamic_bitset<>& getSelected() const { boost 89 libcore/StaticText.h void setSelectionColor(boost::uint32_t color); boost 95 libcore/StaticText.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 103 libcore/StaticText.h const boost::intrusive_ptr<const SWF::DefineTextTag> _def; boost 109 libcore/StaticText.h boost::dynamic_bitset<> _selectedText; boost 31 libcore/SystemClock.cpp boost::uint64_t boost 52 libcore/SystemClock.h boost::uint64_t _startTime; boost 128 libcore/TextField.cpp boost::intrusive_ptr<const Font> f = def.getFont(); boost 195 libcore/TextField.cpp boost::intrusive_ptr<const Font> f = fontlib::get_default_font(); boost 250 libcore/TextField.cpp boost::uint16_t x; boost 251 libcore/TextField.cpp boost::uint16_t y; boost 252 libcore/TextField.cpp boost::uint16_t h; boost 266 libcore/TextField.cpp const std::vector<point> line = boost::assign::list_of boost 306 libcore/TextField.cpp boost::int32_t xmin = _bounds.get_x_min(); boost 307 libcore/TextField.cpp boost::int32_t xmax = _bounds.get_x_max(); boost 308 libcore/TextField.cpp boost::int32_t ymin = _bounds.get_y_min(); boost 309 libcore/TextField.cpp boost::int32_t ymax = _bounds.get_y_max(); boost 311 libcore/TextField.cpp const std::vector<point> coords = boost::assign::list_of boost 534 libcore/TextField.cpp boost::int32_t x_mouse, y_mouse; boost 535 libcore/TextField.cpp boost::tie(x_mouse, y_mouse) = root.mousePosition(); boost 945 libcore/TextField.cpp boost::intrusive_ptr<const Font> boost 950 libcore/TextField.cpp boost::intrusive_ptr<const Font> oldfont = _font; boost 1053 libcore/TextField.cpp boost::uint16_t fontHeight = getFontHeight(); boost 1060 libcore/TextField.cpp const boost::uint16_t leftMargin = getLeftMargin(); boost 1061 libcore/TextField.cpp const boost::uint16_t indent = getIndent(); boost 1062 libcore/TextField.cpp const boost::uint16_t blockIndent = getBlockIndent(); boost 1109 libcore/TextField.cpp boost::int32_t x = static_cast<boost::int32_t>(rec.xOffset()); boost 1110 libcore/TextField.cpp boost::int32_t y = static_cast<boost::int32_t>(rec.yOffset()); boost 1170 libcore/TextField.cpp boost::uint16_t fontHeight = getFontHeight(); boost 1313 libcore/TextField.cpp boost::uint32_t code = 0; boost 1441 libcore/TextField.cpp boost::uint16_t originalsize = _fontHeight; boost 1564 libcore/TextField.cpp boost::uint16_t originalblockindent = getBlockIndent(); boost 1565 libcore/TextField.cpp boost::uint16_t originalindent = getIndent(); boost 1566 libcore/TextField.cpp boost::uint16_t originalleading = getLeading(); boost 1567 libcore/TextField.cpp boost::uint16_t originalleftmargin = getLeftMargin(); boost 1568 libcore/TextField.cpp boost::uint16_t originalrightmargin = getRightMargin(); boost 1700 libcore/TextField.cpp static_cast<boost::uint16_t>(code), _embedFonts); boost 1784 libcore/TextField.cpp static_cast<boost::uint16_t>(code), _embedFonts); boost 2273 libcore/TextField.cpp boost::bind(&SWF::TextRecord::setColor, _1, _textColor)); boost 120 libcore/TextField.h InteractiveObject* topmostMouseEntity(boost::int32_t x, boost::int32_t y); boost 208 libcore/TextField.h bool pointInShape(boost::int32_t x, boost::int32_t y) const; boost 266 libcore/TextField.h boost::int32_t maxChars() const { boost 274 libcore/TextField.h void maxChars(boost::int32_t max) { boost 429 libcore/TextField.h boost::intrusive_ptr<const Font> setFont( boost 430 libcore/TextField.h boost::intrusive_ptr<const Font> newfont); boost 435 libcore/TextField.h boost::uint16_t getFontHeight() const boost 440 libcore/TextField.h void setFontHeight(boost::uint16_t h); boost 442 libcore/TextField.h boost::uint16_t getLeftMargin() const boost 447 libcore/TextField.h void setLeftMargin(boost::uint16_t h); boost 449 libcore/TextField.h boost::uint16_t getRightMargin() const boost 454 libcore/TextField.h void setRightMargin(boost::uint16_t h); boost 456 libcore/TextField.h boost::uint16_t getIndent() const boost 461 libcore/TextField.h void setIndent(boost::uint16_t h); boost 463 libcore/TextField.h boost::uint16_t getBlockIndent() const boost 468 libcore/TextField.h void setBlockIndent(boost::uint16_t h); boost 477 libcore/TextField.h boost::int16_t getLeading() const boost 482 libcore/TextField.h void setLeading(boost::int16_t h); boost 597 libcore/TextField.h void insertTab(SWF::TextRecord& rec, boost::int32_t& x, float scale); boost 612 libcore/TextField.h void reset_bounding_box(boost::int32_t x, boost::int32_t y) boost 626 libcore/TextField.h void newLine(boost::int32_t& x, boost::int32_t& y, boost 632 libcore/TextField.h const std::wstring::const_iterator& e, boost::int32_t& x, boost 633 libcore/TextField.h boost::int32_t& y, SWF::TextRecord& rec, int& last_code, boost 695 libcore/TextField.h boost::intrusive_ptr<const SWF::DefineEditTextTag> _tag; boost 742 libcore/TextField.h boost::intrusive_ptr<const Font> _font; boost 771 libcore/TextField.h boost::int16_t _leading; boost 772 libcore/TextField.h boost::uint16_t _indent; boost 776 libcore/TextField.h boost::uint16_t _blockIndent; boost 778 libcore/TextField.h boost::uint16_t _leftMargin; boost 780 libcore/TextField.h boost::uint16_t _rightMargin; boost 782 libcore/TextField.h boost::uint16_t _fontHeight; boost 45 libcore/UserFunction.h virtual boost::uint8_t registers() const = 0; boost 160 libcore/Video.cpp const boost::uint16_t current_frame = get_ratio(); boost 181 libcore/Video.cpp boost::uint16_t from_frame = _lastDecodedVideoFrameNum + 1; boost 203 libcore/Video.cpp boost::bind(boost::mem_fn(&media::VideoDecoder::push), boost 58 libcore/Video.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const boost 114 libcore/Video.h const boost::intrusive_ptr<const SWF::DefineVideoStreamTag> m_def; boost 123 libcore/Video.h boost::int32_t _lastDecodedVideoFrameNum; boost 184 libcore/abc/AbcBlock.cpp boost::uint32_t name = in->read_V32(); boost 200 libcore/abc/AbcBlock.cpp boost::uint8_t kind = in->read_u8(); boost 213 libcore/abc/AbcBlock.cpp boost::uint32_t vindex = in->read_V32(); boost 236 libcore/abc/AbcBlock.cpp boost::uint32_t offset = in->read_V32(); boost 263 libcore/abc/AbcBlock.cpp boost::uint32_t offset = in->read_V32(); boost 279 libcore/abc/AbcBlock.cpp boost::uint32_t mcount = in->read_V32(); boost 336 libcore/abc/AbcBlock.cpp boost::bind(&abc::Class::setPrototype, _1, mach->global())); boost 339 libcore/abc/AbcBlock.cpp boost::bind(&Method::initPrototype, _1, mach)); boost 344 libcore/abc/AbcBlock.cpp boost::bind(&abc::Method::initTraits, _1, *this)); boost 346 libcore/abc/AbcBlock.cpp boost::bind(&abc::Class::initTraits, _1, *this)); boost 348 libcore/abc/AbcBlock.cpp boost::bind(&abc::Class::initTraits, _1, *this)); boost 477 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 483 libcore/abc/AbcBlock.cpp _integerPool[i] = static_cast<boost::int32_t> (_stream->read_V32()); boost 493 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 508 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 525 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 534 libcore/abc/AbcBlock.cpp boost::uint32_t length = _stream->read_V32(); boost 549 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 561 libcore/abc/AbcBlock.cpp boost::uint32_t nameIndex = _stream->read_V32(); boost 593 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 601 libcore/abc/AbcBlock.cpp boost::uint32_t icount = _stream->read_V32(); boost 605 libcore/abc/AbcBlock.cpp boost::uint32_t selection = _stream->read_V32(); boost 621 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 633 libcore/abc/AbcBlock.cpp boost::uint32_t ns = 0; boost 634 libcore/abc/AbcBlock.cpp boost::uint32_t name = 0; boost 635 libcore/abc/AbcBlock.cpp boost::uint32_t nsset = 0; boost 787 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 797 libcore/abc/AbcBlock.cpp boost::uint32_t param_count = _stream->read_V32(); boost 798 libcore/abc/AbcBlock.cpp boost::uint32_t return_type = _stream->read_V32(); boost 832 libcore/abc/AbcBlock.cpp boost::uint32_t ptype = _stream->read_V32(); boost 862 libcore/abc/AbcBlock.cpp boost::uint32_t method_name = _stream->read_V32(); boost 864 libcore/abc/AbcBlock.cpp boost::uint8_t flags = _stream->read_u8(); boost 872 libcore/abc/AbcBlock.cpp boost::uint32_t ocount = _stream->read_V32(); boost 878 libcore/abc/AbcBlock.cpp boost::uint32_t index = _stream->read_V32(); boost 912 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 916 libcore/abc/AbcBlock.cpp boost::uint32_t icount = _stream->read_V32(); boost 931 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 936 libcore/abc/AbcBlock.cpp boost::uint32_t index = _stream->read_V32(); boost 980 libcore/abc/AbcBlock.cpp boost::uint32_t super_index = _stream->read_V32(); boost 1020 libcore/abc/AbcBlock.cpp boost::uint8_t flags = _stream->read_u8(); boost 1032 libcore/abc/AbcBlock.cpp boost::uint32_t ns_index = _stream->read_V32(); boost 1046 libcore/abc/AbcBlock.cpp boost::uint32_t intcount = _stream->read_V32(); boost 1049 libcore/abc/AbcBlock.cpp boost::uint32_t i_index = _stream->read_V32(); boost 1069 libcore/abc/AbcBlock.cpp boost::uint32_t offset = _stream->read_V32(); boost 1079 libcore/abc/AbcBlock.cpp boost::uint32_t tcount = _stream->read_V32(); boost 1098 libcore/abc/AbcBlock.cpp boost::uint32_t count = _classes.size(); boost 1103 libcore/abc/AbcBlock.cpp boost::uint32_t offset = _stream->read_V32(); boost 1114 libcore/abc/AbcBlock.cpp boost::uint32_t tcount = _stream->read_V32(); boost 1133 libcore/abc/AbcBlock.cpp const boost::uint32_t scriptcount = _stream->read_V32(); boost 1142 libcore/abc/AbcBlock.cpp boost::uint32_t offset = _stream->read_V32(); boost 1152 libcore/abc/AbcBlock.cpp const boost::uint32_t tcount = _stream->read_V32(); boost 1174 libcore/abc/AbcBlock.cpp boost::uint32_t count = _stream->read_V32(); boost 1178 libcore/abc/AbcBlock.cpp boost::uint32_t offset = _stream->read_V32(); boost 1206 libcore/abc/AbcBlock.cpp boost::uint32_t clength = _stream->read_V32(); boost 1221 libcore/abc/AbcBlock.cpp const boost::uint32_t ecount = _stream->read_V32(); boost 1233 libcore/abc/AbcBlock.cpp boost::uint32_t catch_type = _stream->read_V32(); boost 1261 libcore/abc/AbcBlock.cpp boost::uint32_t cvn = _stream->read_V32(); boost 1273 libcore/abc/AbcBlock.cpp boost::uint32_t tcount = _stream->read_V32(); boost 134 libcore/abc/AbcBlock.h boost::uint32_t _slotID; boost 135 libcore/abc/AbcBlock.h boost::uint32_t _typeIndex; boost 136 libcore/abc/AbcBlock.h boost::uint32_t _classInfoIndex; boost 275 libcore/abc/AbcBlock.h boost::uint32_t uIntegerPoolAt(size_t i) const { boost 285 libcore/abc/AbcBlock.h boost::int32_t integerPoolAt(size_t i) const { boost 321 libcore/abc/AbcBlock.h bool pool_value(boost::uint32_t index, PoolConstant type, as_value &v); boost 338 libcore/abc/AbcBlock.h void check_multiname_name(boost::uint32_t name); boost 340 libcore/abc/AbcBlock.h void check_multiname_namespace(boost::uint32_t ns); boost 342 libcore/abc/AbcBlock.h void check_multiname_namespaceset(boost::uint32_t nsset); boost 348 libcore/abc/AbcBlock.h std::vector<boost::int32_t> _integerPool; boost 349 libcore/abc/AbcBlock.h std::vector<boost::uint32_t> _uIntegerPool; boost 365 libcore/abc/AbcBlock.h boost::uint32_t mVersion; boost 82 libcore/abc/Class.cpp boost::bind(&Trait::finalize, _1, &bl)); boost 85 libcore/abc/Class.cpp boost::bind(&Trait::finalize, _1, &bl)); boost 113 libcore/abc/Class.h boost::uint32_t slotID, Class *type, as_value& val, boost 117 libcore/abc/Class.h boost::uint32_t slotID, Class *type, bool isstatic); boost 129 libcore/abc/Class.h boost::uint32_t slotID, Class *type, bool isstatic); boost 133 libcore/abc/Class.h boost::uint32_t slotID, Method *method, bool isstatic); boost 25 libcore/abc/CodeStream.cpp boost::uint32_t boost 31 libcore/abc/CodeStream.cpp boost::uint32_t result = data; boost 52 libcore/abc/CodeStream.cpp boost::uint8_t boost 61 libcore/abc/CodeStream.cpp return static_cast<boost::uint8_t> (data); boost 80 libcore/abc/CodeStream.cpp boost::int32_t boost 92 libcore/abc/CodeStream.cpp return static_cast<boost::int32_t>(result); boost 105 libcore/abc/CodeStream.cpp boost::uint8_t boost 110 libcore/abc/CodeStream.cpp return static_cast<boost::uint8_t> (data); boost 39 libcore/abc/CodeStream.h class CodeStream : public std::istream, private boost::noncopyable boost 47 libcore/abc/CodeStream.h boost::uint32_t read_V32(); boost 50 libcore/abc/CodeStream.h boost::uint8_t read_as3op(); boost 59 libcore/abc/CodeStream.h boost::int32_t read_S24(); boost 65 libcore/abc/CodeStream.h boost::uint8_t read_u8(); boost 62 libcore/abc/Method.cpp for(boost::uint32_t i = 0; i < _bodyLength ; ++i) { boost 63 libcore/abc/Method.cpp const boost::uint8_t opcode = _body->read_as3op(); boost 84 libcore/abc/Method.cpp boost::bind(&Trait::finalize, _1, &bl)); boost 60 libcore/abc/Method.h boost::uint32_t methodID() const { boost 64 libcore/abc/Method.h void setMethodID(boost::uint32_t m) { boost 70 libcore/abc/Method.h boost::uint32_t getMaxRegisters() { return _maxRegisters;} boost 72 libcore/abc/Method.h void setMaxRegisters(boost::uint32_t maxRegisters) { boost 76 libcore/abc/Method.h boost::uint32_t getBodyLength(){ return _bodyLength;} boost 78 libcore/abc/Method.h void setBodyLength(boost::uint32_t length){ _bodyLength = length;} boost 80 libcore/abc/Method.h void setMaxStack(boost::uint32_t max) { boost 84 libcore/abc/Method.h boost::uint32_t maxStack() const { boost 88 libcore/abc/Method.h void setMaxScope(boost::uint32_t max) { boost 92 libcore/abc/Method.h boost::uint32_t maxScope() const { boost 96 libcore/abc/Method.h void setScopeDepth(boost::uint32_t depth) { boost 100 libcore/abc/Method.h boost::uint32_t scopeDepth() const { boost 139 libcore/abc/Method.h boost::uint32_t slotID, Class *type, as_value& val, bool isconst); boost 142 libcore/abc/Method.h boost::uint32_t slotID, Class *type); boost 151 libcore/abc/Method.h boost::uint32_t slotID, Class *type); boost 154 libcore/abc/Method.h boost::uint32_t slotID, Method *method); boost 277 libcore/abc/Method.h boost::uint32_t _methodID; boost 282 libcore/abc/Method.h boost::uint32_t _bodyLength; boost 289 libcore/abc/Method.h boost::uint32_t _maxRegisters; boost 291 libcore/abc/Method.h boost::uint32_t _scopeDepth; boost 292 libcore/abc/Method.h boost::uint32_t _maxScope; boost 293 libcore/abc/Method.h boost::uint32_t _maxStack; boost 80 libcore/abc/MultiName.h boost::uint8_t flags() const { boost 127 libcore/abc/MultiName.h boost::uint8_t _flags; boost 52 libcore/abc/abc_function.h boost::uint32_t getMaxRegisters() const { boost 33 libcore/abc/asException.h void setStart(boost::uint32_t i) { _start = i; } boost 34 libcore/abc/asException.h void setEnd(boost::uint32_t i) { mEnd = i; } boost 35 libcore/abc/asException.h void setCatch(boost::uint32_t i) { mCatch = i; } boost 42 libcore/abc/asException.h boost::uint32_t _start; boost 43 libcore/abc/asException.h boost::uint32_t mEnd; boost 44 libcore/abc/asException.h boost::uint32_t mCatch; boost 558 libcore/as_object.cpp EraseIf(*_trigs, boost::bind(boost::mem_fn(&Trigger::dead), boost 559 libcore/as_object.cpp boost::bind(SecondElement<TriggerContainer::value_type>(), _1))); boost 162 libcore/as_object.h class as_object : public GcResource, boost::noncopyable boost 711 libcore/as_object.h boost::scoped_ptr<Relay> _relay; boost 726 libcore/as_object.h boost::scoped_ptr<TriggerContainer> _trigs; boost 92 libcore/as_value.cpp boost::int32_t boost 97 libcore/as_value.cpp boost::uint32_t target; boost 114 libcore/as_value.cpp throw boost::bad_lexical_cast(); boost 168 libcore/as_value.cpp throw boost::bad_lexical_cast(); boost 195 libcore/as_value.cpp if (*si != 'e' && *si != 'E') throw boost::bad_lexical_cast(); boost 200 libcore/as_value.cpp return boost::lexical_cast<double>(std::string(start, last)); boost 363 libcore/as_value.cpp catch (const boost::bad_lexical_cast&) { boost 524 libcore/as_value.cpp _value = boost::blank(); boost 531 libcore/as_value.cpp _value = boost::blank(); boost 717 libcore/as_value.cpp return boost::get<as_object*>(_value); boost 724 libcore/as_value.cpp return boost::get<CharacterProxy>(_value); boost 1064 libcore/as_value.cpp boost::format ret; boost 1069 libcore/as_value.cpp ret = boost::format("[rebound %s(%s):%p]") % boost 1074 libcore/as_value.cpp ret = boost::format("[dangling DisplayObject:%s]") % boost 1080 libcore/as_value.cpp ret = boost::format("[%s(%s):%p]") % typeName(*ch) % boost 59 libcore/as_value.h isNaN(const T& num, typename boost::enable_if<boost::is_floating_point<T> >:: boost 134 libcore/as_value.h _value(boost::blank()) boost 164 libcore/as_value.h as_value(T val, typename boost::enable_if<boost::is_same<bool, T> >::type* boost 419 libcore/as_value.h typedef boost::variant<boost::blank, boost 463 libcore/as_value.h return boost::get<double>(_value); boost 471 libcore/as_value.h return boost::get<bool>(_value); boost 479 libcore/as_value.h return boost::get<std::string>(_value); boost 41 libcore/asobj/ASConversions.cpp inline boost::int16_t truncateDouble(double d); boost 67 libcore/asobj/ASConversions.cpp const boost::int32_t a = truncateWithFactor<65536>( boost 69 libcore/asobj/ASConversions.cpp const boost::int32_t b = truncateWithFactor<65536>( boost 71 libcore/asobj/ASConversions.cpp const boost::int32_t c = truncateWithFactor<65536>( boost 73 libcore/asobj/ASConversions.cpp const boost::int32_t d = truncateWithFactor<65536>( boost 76 libcore/asobj/ASConversions.cpp const boost::int32_t tx = pixelsToTwips( boost 78 libcore/asobj/ASConversions.cpp const boost::int32_t ty = pixelsToTwips( boost 102 libcore/asobj/ASConversions.cpp inline boost::int16_t boost 106 libcore/asobj/ASConversions.cpp if (d > std::numeric_limits<boost::int16_t>::max() || boost 107 libcore/asobj/ASConversions.cpp d < std::numeric_limits<boost::int16_t>::min()) boost 109 libcore/asobj/ASConversions.cpp return std::numeric_limits<boost::int16_t>::min(); boost 111 libcore/asobj/ASConversions.cpp return static_cast<boost::int16_t>(d); boost 67 libcore/asobj/Array_as.cpp typedef boost::function2<bool, const as_value&, const as_value&> as_cmp_fn; boost 319 libcore/asobj/Array_as.cpp using namespace boost::algorithm; boost 731 libcore/asobj/Array_as.cpp inline boost::uint8_t boost 778 libcore/asobj/Array_as.cpp boost::uint8_t flag = boost 779 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toNumber(val, getVM(_fn))); boost 785 libcore/asobj/Array_as.cpp boost::uint8_t flag = boost 786 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toNumber(val, getVM(_fn))); boost 796 libcore/asobj/Array_as.cpp std::vector<boost::uint8_t>& _v; boost 893 libcore/asobj/Array_as.cpp return getURI(vm, boost::lexical_cast<std::string>(i), true); boost 1019 libcore/asobj/Array_as.cpp boost::uint8_t flags = 0; boost 1022 libcore/asobj/Array_as.cpp flags = static_cast<boost::uint8_t>(toNumber(fn.arg(0), getVM(fn))); boost 1033 libcore/asobj/Array_as.cpp flags=static_cast<boost::uint8_t>(toNumber(fn.arg(1), getVM(fn))); boost 1081 libcore/asobj/Array_as.cpp boost::uint8_t flags = 0; boost 1095 libcore/asobj/Array_as.cpp flags = static_cast<boost::uint8_t>(toNumber(fn.arg(1), getVM(fn))); boost 1148 libcore/asobj/Array_as.cpp std::vector<boost::uint8_t> flgs; boost 1154 libcore/asobj/Array_as.cpp std::vector<boost::uint8_t>::const_iterator it = boost 1174 libcore/asobj/Array_as.cpp boost::uint8_t flags = boost 1175 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toInt(fn.arg(1), getVM(fn))); boost 1457 libcore/asobj/Array_as.cpp const std::string& index = boost::lexical_cast<std::string>(i); boost 1541 libcore/asobj/Array_as.cpp return boost::lexical_cast<int>(nameString); boost 1543 libcore/asobj/Array_as.cpp catch (boost::bad_lexical_cast& e) { boost 235 libcore/asobj/Camera_as.cpp boost::scoped_ptr<media::VideoInput> _input; boost 114 libcore/asobj/Color_as.cpp const boost::int32_t rgb = (r<<16) | (g<<8) | b; boost 162 libcore/asobj/Color_as.cpp boost::int32_t color = toInt(fn.arg(0), getVM(fn)); boost 169 libcore/asobj/Color_as.cpp newTrans.rb = static_cast<boost::int16_t>(r); boost 170 libcore/asobj/Color_as.cpp newTrans.gb = static_cast<boost::int16_t>(g); boost 171 libcore/asobj/Color_as.cpp newTrans.bb = static_cast<boost::int16_t>(b); boost 262 libcore/asobj/Color_as.cpp target = static_cast<boost::int16_t>(d * 2.56); boost 265 libcore/asobj/Color_as.cpp target = static_cast<boost::int16_t>(d); boost 92 libcore/asobj/Date_as.cpp boost::int32_t millisecond; boost 93 libcore/asobj/Date_as.cpp boost::int32_t second; boost 94 libcore/asobj/Date_as.cpp boost::int32_t minute; boost 95 libcore/asobj/Date_as.cpp boost::int32_t hour; boost 96 libcore/asobj/Date_as.cpp boost::int32_t monthday; boost 97 libcore/asobj/Date_as.cpp boost::int32_t weekday; boost 98 libcore/asobj/Date_as.cpp boost::int32_t month; boost 99 libcore/asobj/Date_as.cpp boost::int32_t year; boost 100 libcore/asobj/Date_as.cpp boost::int32_t timeZoneOffset; boost 195 libcore/asobj/Date_as.cpp boost::format dateFormat("%s %s %d %02d:%02d:%02d GMT%+03d%02d %d"); boost 291 libcore/asobj/Date_as.cpp inline boost::int32_t boost 1267 libcore/asobj/Date_as.cpp boost::int32_t year = 0; boost 1367 libcore/asobj/Date_as.cpp const boost::int32_t ouryear = t.year - 70; boost 1373 libcore/asobj/Date_as.cpp boost::int32_t day = countLeapYears(ouryear + 1969) - countLeapYears(1970); boost 1402 libcore/asobj/Date_as.cpp boost::int32_t boost 1405 libcore/asobj/Date_as.cpp boost::int32_t year = 1970; boost 1449 libcore/asobj/Date_as.cpp boost::int32_t remainder = boost 1450 libcore/asobj/Date_as.cpp static_cast<boost::int32_t>(std::fmod(time, 86400.0)); boost 1453 libcore/asobj/Date_as.cpp boost::int32_t days; boost 350 libcore/asobj/Global_as.cpp static const ClassHierarchy::NativeClasses s = boost::assign::list_of boost 527 libcore/asobj/Global_as.cpp catch (const boost::bad_lexical_cast&) { boost 763 libcore/asobj/Global_as.cpp fn.nargs > 3 ? std::max<boost::int32_t>(toInt(fn.arg(3), getVM(fn)), 0) : 0; boost 832 libcore/asobj/Global_as.cpp fn.nargs > 3 ? std::max<boost::int32_t>(toInt(fn.arg(3), getVM(fn)), 0) : 0; boost 1096 libcore/asobj/Global_as.cpp const boost::uint32_t id = toInt(fn.arg(0), getVM(fn)); boost 91 libcore/asobj/Global_as.h boost::scoped_ptr<Extension> _et; boost 263 libcore/asobj/LoadableObject.cpp typedef boost::char_separator<char> Sep; boost 264 libcore/asobj/LoadableObject.cpp typedef boost::tokenizer<Sep> Tok; boost 144 libcore/asobj/LocalConnection_as.cpp inline boost::uint32_t getTimestamp(const VM& vm); boost 152 libcore/asobj/LocalConnection_as.cpp boost::uint32_t ts; boost 171 libcore/asobj/LocalConnection_as.cpp inline boost::uint32_t boost 173 libcore/asobj/LocalConnection_as.cpp boost::uint32_t s = buf[0] | buf[1] << 8 | buf[2] << 16 | buf[3] << 24; boost 253 libcore/asobj/LocalConnection_as.cpp std::deque<boost::shared_ptr<ConnectionData> > _queue; boost 256 libcore/asobj/LocalConnection_as.cpp boost::uint32_t _lastTime; boost 306 libcore/asobj/LocalConnection_as.cpp const boost::uint32_t timestamp = readLong(ptr + 8); boost 307 libcore/asobj/LocalConnection_as.cpp const boost::uint32_t size = readLong(ptr + 12); boost 321 libcore/asobj/LocalConnection_as.cpp const boost::uint8_t* b = ptr + 16; boost 324 libcore/asobj/LocalConnection_as.cpp const boost::uint8_t* end = b + size; boost 344 libcore/asobj/LocalConnection_as.cpp const boost::uint32_t timeNow = getTimestamp(vm); boost 381 libcore/asobj/LocalConnection_as.cpp boost::shared_ptr<ConnectionData> cd = _queue.front(); boost 618 libcore/asobj/LocalConnection_as.cpp boost::shared_ptr<ConnectionData> cd(new ConnectionData()); boost 663 libcore/asobj/LocalConnection_as.cpp static const ReservedNames reserved = boost::assign::list_of boost 673 libcore/asobj/LocalConnection_as.cpp boost::bind(StringNoCaseEqual(), _1, func)); boost 919 libcore/asobj/LocalConnection_as.cpp inline boost::uint32_t boost 208 libcore/asobj/Math_as.cpp boost::uniform_real<> uni_dist(0, 1); boost 209 libcore/asobj/Math_as.cpp boost::variate_generator<VM::RNG&, boost::uniform_real<> > uni( boost 232 libcore/asobj/Microphone_as.cpp boost::scoped_ptr<media::AudioInput> _input; boost 299 libcore/asobj/Microphone_as.cpp const boost::int32_t gain = clamp<boost::int32_t>(toInt(fn.arg(0), getVM(fn)), 0, 100); boost 456 libcore/asobj/Microphone_as.cpp const int timeout = std::max<boost::int32_t>(toInt(fn.arg(1), getVM(fn)), 0); boost 488 libcore/asobj/MovieClip_as.cpp boost::int32_t depthValue = static_cast<boost::int32_t>(depth); boost 735 libcore/asobj/MovieClip_as.cpp boost::int32_t depthValue = static_cast<boost::int32_t>(depth); boost 1011 libcore/asobj/MovieClip_as.cpp boost::int32_t x = pixelsToTwips(toNumber(fn.arg(0), getVM(fn))); boost 1012 libcore/asobj/MovieClip_as.cpp boost::int32_t y = pixelsToTwips(toNumber(fn.arg(1), getVM(fn))); boost 1019 libcore/asobj/MovieClip_as.cpp const boost::int32_t x = pixelsToTwips(toNumber(fn.arg(0), boost 1021 libcore/asobj/MovieClip_as.cpp const boost::int32_t y = pixelsToTwips(toNumber(fn.arg(1), boost 1284 libcore/asobj/MovieClip_as.cpp boost::int32_t x = 0; boost 1285 libcore/asobj/MovieClip_as.cpp boost::int32_t y = 0; boost 1345 libcore/asobj/MovieClip_as.cpp boost::int32_t x = 0; boost 1346 libcore/asobj/MovieClip_as.cpp boost::int32_t y = 0; boost 1496 libcore/asobj/MovieClip_as.cpp boost::uint8_t r = 0; boost 1497 libcore/asobj/MovieClip_as.cpp boost::uint8_t g = 0; boost 1498 libcore/asobj/MovieClip_as.cpp boost::uint8_t b = 0; boost 1499 libcore/asobj/MovieClip_as.cpp boost::uint8_t a = 255; boost 1500 libcore/asobj/MovieClip_as.cpp boost::uint16_t thickness = 0; boost 1591 libcore/asobj/MovieClip_as.cpp a = boost::uint8_t(255 * (alphaval / 100)); boost 1598 libcore/asobj/MovieClip_as.cpp boost::uint32_t rgbval = toInt(fn.arg(1), getVM(fn)); boost 1599 libcore/asobj/MovieClip_as.cpp r = boost::uint8_t((rgbval & 0xFF0000) >> 16); boost 1600 libcore/asobj/MovieClip_as.cpp g = boost::uint8_t((rgbval & 0x00FF00) >> 8); boost 1601 libcore/asobj/MovieClip_as.cpp b = boost::uint8_t((rgbval & 0x0000FF) ); boost 1604 libcore/asobj/MovieClip_as.cpp thickness = boost::uint16_t(pixelsToTwips(clamp<float>( boost 1672 libcore/asobj/MovieClip_as.cpp const boost::uint32_t rgbval = boost 1675 libcore/asobj/MovieClip_as.cpp const boost::uint8_t r = (rgbval & 0xFF0000) >> 16; boost 1676 libcore/asobj/MovieClip_as.cpp const boost::uint8_t g = (rgbval & 0x00FF00) >> 8; boost 1677 libcore/asobj/MovieClip_as.cpp const boost::uint8_t b = rgbval & 0x0000FF; boost 1678 libcore/asobj/MovieClip_as.cpp boost::uint8_t a = 255; boost 1801 libcore/asobj/MovieClip_as.cpp const ObjectURI& key = getURI(vm, boost::lexical_cast<std::string>(i)); boost 1804 libcore/asobj/MovieClip_as.cpp boost::uint32_t col = colVal.is_number() ? toInt(colVal, getVM(fn)) : 0; boost 1810 libcore/asobj/MovieClip_as.cpp const boost::uint8_t alp = 0xff * (a / 100); boost 1821 libcore/asobj/MovieClip_as.cpp const boost::uint32_t minRatio = boost 1823 libcore/asobj/MovieClip_as.cpp std::min<boost::uint32_t>(gradients[i - 1].ratio + step, 0xff); boost 1825 libcore/asobj/MovieClip_as.cpp boost::uint8_t rat = ratVal.is_number() ? boost 1826 libcore/asobj/MovieClip_as.cpp clamp<boost::uint32_t>(toInt(ratVal, getVM(fn)), minRatio, 0xff) boost 85 libcore/asobj/NetConnection_as.cpp class Connection : boost::noncopyable boost 220 libcore/asobj/NetConnection_as.cpp boost::scoped_ptr<IOChannel> _connection; boost 261 libcore/asobj/NetConnection_as.cpp std::vector<boost::shared_ptr<HTTPRequest> > _requestQueue; boost 264 libcore/asobj/NetConnection_as.cpp boost::shared_ptr<HTTPRequest> _currentRequest; boost 368 libcore/asobj/NetConnection_as.cpp boost::shared_ptr<SimpleBuffer> b = _rtmp.getMessage(); boost 421 libcore/asobj/NetConnection_as.cpp boost::mem_fn(&Connection::setReachable)); boost 542 libcore/asobj/NetConnection_as.cpp boost::shared_ptr<Connection> c(_currentConnection.release()); boost 871 libcore/asobj/NetConnection_as.cpp const boost::uint16_t invokecount = amf::readNetworkShort(b); boost 880 libcore/asobj/NetConnection_as.cpp const boost::uint16_t namelength = amf::readNetworkShort(b); boost 919 libcore/asobj/NetConnection_as.cpp const boost::uint16_t numreplies = amf::readNetworkShort(b); boost 935 libcore/asobj/NetConnection_as.cpp const boost::uint16_t replylength = amf::readNetworkShort(b); boost 952 libcore/asobj/NetConnection_as.cpp callbackID = boost::lexical_cast<size_t>(id); boost 954 libcore/asobj/NetConnection_as.cpp catch (const boost::bad_lexical_cast&) { boost 966 libcore/asobj/NetConnection_as.cpp const boost::uint16_t unusedlength = amf::readNetworkShort(b); boost 1034 libcore/asobj/NetConnection_as.cpp for (std::vector<boost::shared_ptr<HTTPRequest> >::iterator i = boost 1051 libcore/asobj/NetConnection_as.cpp (reinterpret_cast<boost::uint16_t*>(_data.data() + 4))[0] = htons(_calls); boost 1138 libcore/asobj/NetConnection_as.cpp const boost::uint8_t *b = _reply.data(); boost 1139 libcore/asobj/NetConnection_as.cpp const boost::uint8_t *end = _reply.data() + _reply.size(); boost 1249 libcore/asobj/NetConnection_as.cpp boost::io::group(std::setprecision(15), id)); boost 1268 libcore/asobj/NetConnection_as.cpp boost::io::group(std::setprecision(15), id), boost 160 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(statusMutex); boost 178 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(statusMutex); boost 211 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(image_mutex); boost 568 libcore/asobj/NetStream_as.cpp boost::uint64_t nextTimestamp; boost 699 libcore/asobj/NetStream_as.cpp adjustVolume(reinterpret_cast<boost::int16_t*>(raw->m_data), boost 731 libcore/asobj/NetStream_as.cpp boost::uint32_t pos = posSeconds*1000; boost 742 libcore/asobj/NetStream_as.cpp boost::uint32_t newpos = pos; boost 788 libcore/asobj/NetStream_as.cpp boost::uint32_t parserTime = m_parser->getBufferLength(); boost 789 libcore/asobj/NetStream_as.cpp boost::uint32_t playHeadTime = time(); boost 790 libcore/asobj/NetStream_as.cpp boost::uint32_t bufferLen = boost 814 libcore/asobj/NetStream_as.cpp boost::uint64_t curPos = _playHead.getPosition(); boost 878 libcore/asobj/NetStream_as.cpp boost::uint64_t nextTimestamp; boost 882 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(_audioStreamer._audioQueueMutex); boost 1102 libcore/asobj/NetStream_as.cpp boost::uint32_t bufferLen = bufferLength(); boost 1127 libcore/asobj/NetStream_as.cpp boost::uint64_t curPos = _playHead.getPosition(); boost 1290 libcore/asobj/NetStream_as.cpp boost::uint64_t curPosition = _playHead.getPosition(); boost 1293 libcore/asobj/NetStream_as.cpp boost::uint64_t firstFrameTimestamp; boost 1335 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(_audioStreamer._audioQueueMutex); boost 1341 libcore/asobj/NetStream_as.cpp boost::uint64_t nextTimestamp; boost 1367 libcore/asobj/NetStream_as.cpp boost::int32_t boost 1428 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(_state_mutex); boost 1499 libcore/asobj/NetStream_as.cpp boost::uint8_t* stream = reinterpret_cast<boost::uint8_t*>(samples); boost 1502 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(_audioQueueMutex); boost 1547 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(_audioQueueMutex); boost 1565 libcore/asobj/NetStream_as.cpp boost::mutex::scoped_lock lock(_audioQueueMutex); boost 1655 libcore/asobj/NetStream_as.cpp boost::uint32_t time = 0; boost 1657 libcore/asobj/NetStream_as.cpp time = static_cast<boost::uint32_t>(toNumber(fn.arg(0), getVM(fn))); boost 1678 libcore/asobj/NetStream_as.cpp ns->setBufferTime(boost::uint32_t(time * 1000)); boost 1870 libcore/asobj/NetStream_as.cpp const boost::uint8_t* ptr = _buffer.data(); boost 1871 libcore/asobj/NetStream_as.cpp const boost::uint8_t* endptr = ptr + _buffer.size(); boost 1903 libcore/asobj/NetStream_as.cpp boost::bind(std::multiplies<double>(), volume / 100.0, _1)); boost 98 libcore/asobj/NetStream_as.h boost::uint32_t m_size; boost 104 libcore/asobj/NetStream_as.h boost::uint8_t* m_data; boost 107 libcore/asobj/NetStream_as.h boost::uint8_t* m_ptr; boost 110 libcore/asobj/NetStream_as.h typedef boost::ptr_deque<CursoredBuffer> AudioQueue; boost 126 libcore/asobj/NetStream_as.h boost::mutex _audioQueueMutex; boost 146 libcore/asobj/NetStream_as.h unsigned int fetch(boost::int16_t* samples, unsigned int nSamples, boost 150 libcore/asobj/NetStream_as.h static unsigned int fetchWrapper(void* owner, boost::int16_t* samples, boost 230 libcore/asobj/NetStream_as.h void seek(boost::uint32_t pos); boost 236 libcore/asobj/NetStream_as.h boost::int32_t time(); boost 265 libcore/asobj/NetStream_as.h void setBufferTime(boost::uint32_t time); boost 272 libcore/asobj/NetStream_as.h boost::uint32_t bufferTime() { return m_bufferTime; } boost 318 libcore/asobj/NetStream_as.h static unsigned int audio_streamer(void *udata, boost::int16_t* samples, boost 356 libcore/asobj/NetStream_as.h boost::scoped_ptr<CharacterProxy> _audioController; boost 391 libcore/asobj/NetStream_as.h boost::uint32_t m_bufferTime; boost 397 libcore/asobj/NetStream_as.h boost::mutex image_mutex; boost 510 libcore/asobj/NetStream_as.h void pushDecodedAudioFrames(boost::uint32_t ts); boost 522 libcore/asobj/NetStream_as.h std::auto_ptr<image::GnashImage> getDecodedVideoFrame(boost::uint32_t ts); boost 535 libcore/asobj/NetStream_as.h boost::mutex _state_mutex; boost 550 libcore/asobj/NetStream_as.h boost::scoped_ptr<InterruptableVirtualClock> _playbackClock; boost 575 libcore/asobj/NetStream_as.h boost::mutex statusMutex; boost 309 libcore/asobj/Object.cpp const boost::uint16_t id = def->exportID(symbolid); boost 57 libcore/asobj/PlayHead.cpp boost::uint64_t now = _clockSource->elapsed(); boost 104 libcore/asobj/PlayHead.cpp boost::uint64_t now = _clockSource->elapsed(); boost 114 libcore/asobj/PlayHead.cpp boost::uint64_t now = _clockSource->elapsed(); boost 77 libcore/asobj/PlayHead.h boost::uint64_t getPosition() const { return _position; } boost 124 libcore/asobj/PlayHead.h void seekTo(boost::uint64_t position); boost 149 libcore/asobj/PlayHead.h boost::uint64_t _position; boost 169 libcore/asobj/PlayHead.h boost::uint64_t _clockOffset; boost 174 libcore/asobj/SharedObject_as.cpp boost::uint8_t end(0); boost 914 libcore/asobj/SharedObject_as.cpp boost::scoped_array<boost::uint8_t> sbuf(new boost::uint8_t[size]); boost 915 libcore/asobj/SharedObject_as.cpp const boost::uint8_t *buf = sbuf.get(); boost 916 libcore/asobj/SharedObject_as.cpp const boost::uint8_t *end = buf + size; boost 927 libcore/asobj/SharedObject_as.cpp buf += ntohs(*(reinterpret_cast<const boost::uint16_t*>(buf))); boost 951 libcore/asobj/SharedObject_as.cpp const boost::uint16_t len = boost 952 libcore/asobj/SharedObject_as.cpp ntohs(*(reinterpret_cast<const boost::uint16_t*>(buf))); boost 1027 libcore/asobj/SharedObject_as.cpp const boost::uint8_t header[] = { 0x00, 0xbf }; boost 1041 libcore/asobj/SharedObject_as.cpp const boost::uint8_t magic[] = { 'T', 'C', 'S', 'O', boost 1048 libcore/asobj/SharedObject_as.cpp const boost::uint16_t len = name.length(); boost 1053 libcore/asobj/SharedObject_as.cpp const boost::uint8_t padding[] = { 0, 0, 0, 0 }; boost 176 libcore/asobj/Sound_as.cpp boost::scoped_ptr<CharacterProxy> _attachedCharacter; boost 185 libcore/asobj/Sound_as.cpp boost::scoped_ptr<media::MediaParser> _mediaParser; boost 187 libcore/asobj/Sound_as.cpp boost::scoped_ptr<media::AudioDecoder> _audioDecoder; boost 192 libcore/asobj/Sound_as.cpp boost::uint64_t _startTime; boost 194 libcore/asobj/Sound_as.cpp boost::scoped_array<boost::uint8_t> _leftOverData; boost 195 libcore/asobj/Sound_as.cpp boost::uint8_t* _leftOverPtr; boost 196 libcore/asobj/Sound_as.cpp boost::uint32_t _leftOverSize; boost 234 libcore/asobj/Sound_as.cpp boost::mutex _soundCompletedMutex; boost 354 libcore/asobj/Sound_as.cpp boost::mutex::scoped_lock lock(_soundCompletedMutex); boost 411 libcore/asobj/Sound_as.cpp boost::mutex::scoped_lock lock(_soundCompletedMutex); boost 647 libcore/asobj/Sound_as.cpp boost::uint32_t seekms = boost::uint32_t(secOff * 1000); boost 751 libcore/asobj/Sound_as.cpp boost::uint64_t ts; boost 765 libcore/asobj/Sound_as.cpp boost::uint8_t* stream = reinterpret_cast<boost::uint8_t*>(samples); boost 977 libcore/asobj/Sound_as.cpp const boost::uint16_t id = def->exportID(name); boost 1032 libcore/asobj/Sound_as.cpp const boost::uint16_t id = def->exportID(name); boost 526 libcore/asobj/String_as.cpp const boost::uint16_t c = boost 527 libcore/asobj/String_as.cpp static_cast<boost::uint16_t>(toInt(fn.arg(i), getVM(fn))); boost 546 libcore/asobj/String_as.cpp const boost::uint16_t c = boost 547 libcore/asobj/String_as.cpp static_cast<boost::uint16_t>(toInt(fn.arg(i), getVM(fn))); boost 609 libcore/asobj/String_as.cpp while (boost::uint32_t code = utf8::decodeNextUnicodeCharacter(it, e)) boost 638 libcore/asobj/String_as.cpp boost::to_upper(wstr, swfLocale); boost 664 libcore/asobj/String_as.cpp boost::to_lower(wstr, swfLocale); boost 684 libcore/asobj/String_as.cpp std::string str = boost::to_lower_copy(val.to_string()); boost 696 libcore/asobj/String_as.cpp std::string str = boost::to_upper_copy(val.to_string()); boost 145 libcore/asobj/System_as.cpp boost::tie(resX, resY) = m.callInterface<std::pair<int, int> >( boost 319 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toInt(fn.arg(0), getVM(fn)))); boost 336 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toNumber(fn.arg(0), getVM(fn)))); boost 356 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toNumber(fn.arg(0), getVM(fn)))); boost 837 libcore/asobj/TextField_as.cpp boost::int32_t maxChars = text->maxChars(); boost 74 libcore/asobj/TextFormat_as.cpp boost::int32_t operator()(const as_value& val) const { boost 144 libcore/asobj/TextFormat_as.cpp (relay->*F)(boost::optional<U>()); boost 170 libcore/asobj/TextFormat_as.cpp const boost::optional<U>& opt = (relay->*F)(); boost 258 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, boost::uint16_t, boost 262 libcore/asobj/TextFormat_as.cpp Set<TextFormat_as, boost::uint16_t, &TextFormat_as::sizeSet, boost 313 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, boost::uint16_t, boost 317 libcore/asobj/TextFormat_as.cpp Set<TextFormat_as, boost::uint16_t, &TextFormat_as::leftMarginSet, boost 322 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, boost::uint16_t, boost 326 libcore/asobj/TextFormat_as.cpp Set<TextFormat_as, boost::uint16_t, &TextFormat_as::rightMarginSet, boost 331 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, boost::uint16_t, boost 335 libcore/asobj/TextFormat_as.cpp Set<TextFormat_as, boost::uint16_t, &TextFormat_as::indentSet, boost 340 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, boost::uint16_t, boost 344 libcore/asobj/TextFormat_as.cpp Set<TextFormat_as, boost::uint16_t, &TextFormat_as::leadingSet, boost 349 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, boost::uint32_t, boost 353 libcore/asobj/TextFormat_as.cpp Set<TextFormat_as, boost::uint32_t, &TextFormat_as::blockIndentSet, boost 53 libcore/asobj/TextFormat_as.h const boost::optional<bool>& underlined() const { return _underline; } boost 56 libcore/asobj/TextFormat_as.h const boost::optional<bool>& bold() const { return _bold; } boost 59 libcore/asobj/TextFormat_as.h const boost::optional<bool>& italic() const { return _italic; } boost 62 libcore/asobj/TextFormat_as.h const boost::optional<rgba>& color() const { return _color; } boost 65 libcore/asobj/TextFormat_as.h const boost::optional<bool>& bullet() const { return _bullet; } boost 74 libcore/asobj/TextFormat_as.h const boost::optional<std::vector<int> >& tabStops() const { boost 79 libcore/asobj/TextFormat_as.h const boost::optional<boost::uint16_t>& indent() const { return _indent; } boost 82 libcore/asobj/TextFormat_as.h const boost::optional<TextField::TextAlignment>& align() const { return _align; } boost 85 libcore/asobj/TextFormat_as.h const boost::optional<std::string>& font() const { return _font; } boost 88 libcore/asobj/TextFormat_as.h const boost::optional<std::string>& target() const { return _target; } boost 91 libcore/asobj/TextFormat_as.h const boost::optional<std::string>& url() const { return _url; } boost 94 libcore/asobj/TextFormat_as.h const boost::optional<boost::uint32_t>& blockIndent() const { boost 100 libcore/asobj/TextFormat_as.h const boost::optional<boost::uint16_t>& leading() const { return _leading; } boost 103 libcore/asobj/TextFormat_as.h const boost::optional<boost::uint16_t>& leftMargin() const { return _leftMargin; } boost 106 libcore/asobj/TextFormat_as.h const boost::optional<boost::uint16_t>& rightMargin() const { boost 111 libcore/asobj/TextFormat_as.h const boost::optional<boost::uint16_t>& size() const { return _pointSize; } boost 115 libcore/asobj/TextFormat_as.h void targetSet(const boost::optional<std::string>& s) { _target=s; } boost 117 libcore/asobj/TextFormat_as.h void urlSet(const boost::optional<std::string>& s) { _url=s; } boost 119 libcore/asobj/TextFormat_as.h void underlinedSet(const boost::optional<bool>& x) { _underline = x; } boost 121 libcore/asobj/TextFormat_as.h void italicSet(const boost::optional<bool>& x) { _italic = x; } boost 123 libcore/asobj/TextFormat_as.h void boldSet(const boost::optional<bool>& x) { _bold = x; } boost 125 libcore/asobj/TextFormat_as.h void bulletSet(const boost::optional<bool>& x) { _bullet = x; } boost 127 libcore/asobj/TextFormat_as.h void colorSet(const boost::optional<rgba>& x) { _color = x; } boost 129 libcore/asobj/TextFormat_as.h void indentSet(const boost::optional<boost::uint16_t>& x) { _indent = x; } boost 131 libcore/asobj/TextFormat_as.h void fontSet(const boost::optional<std::string>& font) { _font=font; } boost 133 libcore/asobj/TextFormat_as.h void alignSet(const boost::optional<TextField::TextAlignment>& x) { _align = x; } boost 137 libcore/asobj/TextFormat_as.h void blockIndentSet(const boost::optional<boost::uint32_t>& x) { boost 141 libcore/asobj/TextFormat_as.h void leadingSet(const boost::optional<boost::uint16_t>& x) { _leading = x; } boost 143 libcore/asobj/TextFormat_as.h void leftMarginSet(const boost::optional<boost::uint16_t>& x) { _leftMargin = x; } boost 145 libcore/asobj/TextFormat_as.h void rightMarginSet(const boost::optional<boost::uint16_t>& x) { boost 149 libcore/asobj/TextFormat_as.h void sizeSet(const boost::optional<boost::uint16_t>& x) { _pointSize = x; } boost 159 libcore/asobj/TextFormat_as.h boost::optional<bool> _underline; boost 162 libcore/asobj/TextFormat_as.h boost::optional<bool> _bold; boost 165 libcore/asobj/TextFormat_as.h boost::optional<bool> _italic; boost 168 libcore/asobj/TextFormat_as.h boost::optional<bool> _bullet; boost 178 libcore/asobj/TextFormat_as.h boost::optional<TextField::TextAlignment> _align; boost 181 libcore/asobj/TextFormat_as.h boost::optional<boost::uint32_t> _blockIndent; boost 187 libcore/asobj/TextFormat_as.h boost::optional<rgba> _color; boost 190 libcore/asobj/TextFormat_as.h boost::optional<std::string> _font; boost 194 libcore/asobj/TextFormat_as.h boost::optional<boost::uint16_t> _indent; boost 198 libcore/asobj/TextFormat_as.h boost::optional<boost::uint16_t> _leading; boost 201 libcore/asobj/TextFormat_as.h boost::optional<boost::uint16_t> _leftMargin; boost 204 libcore/asobj/TextFormat_as.h boost::optional<boost::uint16_t> _rightMargin; boost 207 libcore/asobj/TextFormat_as.h boost::optional<boost::uint16_t> _pointSize; boost 210 libcore/asobj/TextFormat_as.h boost::optional<std::vector<int> > _tabStops; boost 217 libcore/asobj/TextFormat_as.h boost::optional<std::string> _target; boost 221 libcore/asobj/TextFormat_as.h boost::optional<std::string> _url; boost 66 libcore/asobj/TextSnapshot_as.cpp boost::int32_t findText(boost::int32_t start, const std::string& text, boost 183 libcore/asobj/TextSnapshot_as.cpp const boost::dynamic_bitset<>& sel = field->first->getSelected(); boost 213 libcore/asobj/TextSnapshot_as.cpp const boost::dynamic_bitset<>& sel = field->first->getSelected(); boost 242 libcore/asobj/TextSnapshot_as.cpp const boost::dynamic_bitset<>& selected = field->first->getSelected(); boost 319 libcore/asobj/TextSnapshot_as.cpp const boost::dynamic_bitset<>& selected = field->first->getSelected(); boost 365 libcore/asobj/TextSnapshot_as.cpp start = std::max<boost::int32_t>(start, 0); boost 366 libcore/asobj/TextSnapshot_as.cpp start = std::min<boost::int32_t>(start, _count - 1); boost 388 libcore/asobj/TextSnapshot_as.cpp boost::int32_t boost 405 libcore/asobj/TextSnapshot_as.cpp snapshot.end(), text.begin(), text.end(), boost::is_iequal()); boost 500 libcore/asobj/TextSnapshot_as.cpp const size_t start = std::max<boost::int32_t>(0, boost 502 libcore/asobj/TextSnapshot_as.cpp const size_t end = std::max<boost::int32_t>(start + 1, boost 527 libcore/asobj/TextSnapshot_as.cpp boost::int32_t start = toInt(fn.arg(0), getVM(fn)); boost 566 libcore/asobj/TextSnapshot_as.cpp const size_t start = std::max<boost::int32_t>(0, boost 568 libcore/asobj/TextSnapshot_as.cpp const size_t end = std::max<boost::int32_t>(start + 1, boost 607 libcore/asobj/TextSnapshot_as.cpp const boost::int32_t start = toInt(fn.arg(0), getVM(fn)); boost 608 libcore/asobj/TextSnapshot_as.cpp const boost::int32_t end = toInt(fn.arg(1), getVM(fn)); boost 652 libcore/asobj/TextSnapshot_as.cpp const size_t start = std::max<boost::int32_t>(0, boost 654 libcore/asobj/TextSnapshot_as.cpp const size_t end = std::max<boost::int32_t>(start, boost 309 libcore/asobj/XMLNode_as.cpp boost::bind(namespaceMatches, _1, ns)); boost 348 libcore/asobj/XMLNode_as.cpp boost::bind(prefixMatches, _1, prefix)); boost 473 libcore/asobj/XMLNode_as.cpp boost::mem_fn(&XMLNode_as::setReachable)); boost 196 libcore/asobj/XMLSocket_as.cpp boost::scoped_array<char> buf(new char[bufSize]); boost 334 libcore/asobj/XMLSocket_as.cpp if (port > std::numeric_limits<boost::uint16_t>::max()) { boost 109 libcore/asobj/XML_as.cpp boost::replace_all(text, i->second, i->first); boost 120 libcore/asobj/XML_as.cpp boost::replace_all(text, i->first, i->second); boost 125 libcore/asobj/XML_as.cpp boost::replace_all(text, " ", "\xc2\xa0"); boost 679 libcore/asobj/XML_as.cpp status > std::numeric_limits<boost::int32_t>::max() || boost 680 libcore/asobj/XML_as.cpp status < std::numeric_limits<boost::int32_t>::min()) { boost 683 libcore/asobj/XML_as.cpp std::numeric_limits<boost::int32_t>::min())); boost 865 libcore/asobj/XML_as.cpp if (!std::equal(it, it + len, match.begin(), boost::is_iequal())) { boost 915 libcore/asobj/XML_as.cpp static const Entities entities = boost::assign::map_list_of boost 133 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t val = *it; boost 144 libcore/asobj/flash/display/BitmapData_as.cpp boost::uint32_t boost 507 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(1), getVM(fn)); boost 540 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t fill = toInt(fn.arg(2), getVM(fn)); boost 541 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t old = *pixelAt(*ptr, x, y); boost 588 libcore/asobj/flash/display/BitmapData_as.cpp return static_cast<boost::int32_t>(ptr->getPixel(x, y) & 0xffffff); boost 611 libcore/asobj/flash/display/BitmapData_as.cpp return static_cast<boost::int32_t>(ptr->getPixel(x, y)); boost 695 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(2), getVM(fn)); boost 719 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(2), getVM(fn)); boost 827 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint16_t id = def->exportID(linkage); boost 887 libcore/asobj/flash/display/BitmapData_as.cpp boost::uint32_t fillColor = fn.nargs > 3 ? toInt(fn.arg(3), getVM(fn)) : 0xffffffff; boost 96 libcore/asobj/flash/display/BitmapData_as.h void setPixel(size_t x, size_t y, boost::uint32_t color) const; boost 99 libcore/asobj/flash/display/BitmapData_as.h void setPixel32(size_t x, size_t y, boost::uint32_t color) const; boost 104 libcore/asobj/flash/display/BitmapData_as.h boost::uint32_t getPixel(size_t x, size_t y) const; boost 109 libcore/asobj/flash/display/BitmapData_as.h void fillRect(int x, int y, int w, int h, boost::uint32_t color); boost 111 libcore/asobj/flash/display/BitmapData_as.h void floodFill(size_t x, size_t y, boost::uint32_t old, boost 112 libcore/asobj/flash/display/BitmapData_as.h boost::uint32_t fill); boost 157 libcore/asobj/flash/display/BitmapData_as.h boost::intrusive_ptr<CachedBitmap> _cachedBitmap; boost 159 libcore/asobj/flash/display/BitmapData_as.h boost::scoped_ptr<image::GnashImage> _image; boost 127 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint32_t sp_highlightColor = toNumber(fn.arg(0), getVM(fn)); boost 139 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint8_t sp_highlightAlpha = toNumber(fn.arg(0), getVM(fn)); boost 151 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint32_t sp_shadowColor = toNumber(fn.arg(0), getVM(fn)); boost 163 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint8_t sp_shadowAlpha = toNumber(fn.arg(0), getVM(fn)); boost 211 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn)); boost 94 libcore/asobj/flash/filters/BlurFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn)); boost 184 libcore/asobj/flash/filters/DropShadowFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn)); boost 90 libcore/asobj/flash/filters/GlowFilter_as.cpp boost::uint32_t sp_inner = toNumber(fn.arg(0), getVM(fn)); boost 162 libcore/asobj/flash/filters/GlowFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn)); boost 184 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn)); boost 185 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn)); boost 326 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t r = static_cast<boost::uint32_t>( boost 328 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t g = static_cast<boost::uint32_t>( boost 330 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t b = static_cast<boost::uint32_t>( boost 332 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t rgb = (r << 16) + (g << 8) + b; boost 339 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t rgb = toInt(fn.arg(0), getVM(fn)); boost 73 libcore/asobj/flash/geom/Matrix_as.cpp typedef boost::numeric::ublas::c_matrix<double, 3, 3> MatrixType; boost 74 libcore/asobj/flash/geom/Matrix_as.cpp typedef boost::numeric::ublas::c_vector<double, 2> PointType; boost 219 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix = boost::numeric::ublas::prod(concatMatrix, currentMatrix); boost 526 libcore/asobj/flash/geom/Matrix_as.cpp boost::numeric::ublas::c_matrix<double, 2, 2> transformMatrix; boost 536 libcore/asobj/flash/geom/Matrix_as.cpp boost::numeric::ublas::c_matrix<double, 2, 2> currentMatrix; boost 557 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix = boost::numeric::ublas::prod(currentMatrix, transformMatrix); boost 574 libcore/asobj/flash/geom/Matrix_as.cpp translation = boost::numeric::ublas::prod(translation, transformMatrix); boost 600 libcore/asobj/flash/geom/Matrix_as.cpp boost::numeric::ublas::c_matrix<double, 2, 2> transformMatrix; boost 611 libcore/asobj/flash/geom/Matrix_as.cpp boost::numeric::ublas::c_matrix<double, 2, 2> currentMatrix; boost 632 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix = boost::numeric::ublas::prod(currentMatrix, transformMatrix); boost 809 libcore/asobj/flash/geom/Matrix_as.cpp boost::numeric::ublas::c_matrix<double, 2, 2> transformMatrix; boost 821 libcore/asobj/flash/geom/Matrix_as.cpp point = boost::numeric::ublas::prod(point, transformMatrix); boost 62 libcore/builtin_function.h virtual boost::uint8_t registers() const { boost 40 libcore/event_id.cpp static const EventFunctionNameMap e = boost::assign::map_list_of boost 76 libcore/event_id.cpp static const EventFunctionMap e = boost::assign::map_list_of boost 113 libcore/event_id.h void setKeyCode(boost::uint8_t SWFkey) boost 26 libcore/fontlib.cpp std::vector< boost::intrusive_ptr<Font> > s_fonts; boost 27 libcore/fontlib.cpp boost::intrusive_ptr<Font> _defaultFont; boost 42 libcore/fontlib.cpp boost::intrusive_ptr<Font> boost 57 libcore/fontlib.h boost::intrusive_ptr<Font> get_default_font(); boost 129 libcore/movie_root.cpp boost::mem_fn(&movie_root::ActionQueue::value_type::clear)); boost 232 libcore/movie_root.cpp boost::format fmt = boost::format(_("ActionLimits hit during " boost 632 libcore/movie_root.cpp const boost::int32_t x = pixelsToTwips(_mouseX); boost 633 libcore/movie_root.cpp const boost::int32_t y = pixelsToTwips(_mouseY); boost 664 libcore/movie_root.cpp boost::int32_t x = pixelsToTwips(_mouseX); boost 665 libcore/movie_root.cpp boost::int32_t y = pixelsToTwips(_mouseY); boost 697 libcore/movie_root.cpp boost::format fmt = boost::format(_("ActionLimits hit during mouse " boost 706 libcore/movie_root.cpp std::pair<boost::int32_t, boost::int32_t> boost 728 libcore/movie_root.cpp boost::int32_t xoffset = world_mouse.x - world_origin.x; boost 729 libcore/movie_root.cpp boost::int32_t yoffset = world_mouse.y - world_origin.y; boost 781 libcore/movie_root.cpp boost::uint32_t boost 791 libcore/movie_root.cpp boost::shared_ptr<Timer> t(timer); boost 1081 libcore/movie_root.cpp const boost::int32_t x = pixelsToTwips(_mouseX); boost 1082 libcore/movie_root.cpp const boost::int32_t y = pixelsToTwips(_mouseY); boost 1383 libcore/movie_root.cpp boost::shared_ptr<IOChannel> io(str.release()); boost 1470 libcore/movie_root.cpp boost::bind(CreatePointer<as_object>(), boost 1471 libcore/movie_root.cpp boost::bind(std::mem_fun(&ActiveRelay::owner), _1))); boost 1486 libcore/movie_root.cpp boost::shared_ptr<ExternalInterface::invoke_t> invoke = boost 1640 libcore/movie_root.cpp boost::shared_ptr<Timer> timer(it->second); boost 2001 libcore/movie_root.cpp boost::bind(advanceLiveChar, _1)); boost 2023 libcore/movie_root.cpp boost::uint8_t newAlpha = clamp<int>(frnd(alpha * 255.0f), 0, 255); boost 2090 libcore/movie_root.cpp boost::replace_all(command, "%u", safeurl); boost 2305 libcore/movie_root.cpp boost::uint8_t chunk[chunksize]; boost 150 libcore/movie_root.h class DSOEXPORT movie_root : public GcRoot, boost::noncopyable boost 159 libcore/movie_root.h LoadCallback(boost::shared_ptr<IOChannel> s, as_object* o) boost 167 libcore/movie_root.h boost::shared_ptr<IOChannel> _stream; boost 275 libcore/movie_root.h DSOEXPORT bool mouseMoved(boost::int32_t x, boost::int32_t y); boost 301 libcore/movie_root.h std::pair<boost::int32_t, boost::int32_t> mousePosition() const; boost 334 libcore/movie_root.h boost::uint32_t addIntervalTimer(std::auto_ptr<Timer> timer); boost 361 libcore/movie_root.h bool clearIntervalTimer(boost::uint32_t x); boost 577 libcore/movie_root.h typedef boost::array<boost::ptr_deque<ExecutableCode>, PRIORITY_SIZE> boost 781 libcore/movie_root.h void setScriptLimits(boost::uint16_t recursion, boost::uint16_t timeout); boost 785 libcore/movie_root.h boost::uint16_t getRecursionLimit() const { boost 791 libcore/movie_root.h boost::uint16_t getTimeoutLimit() const boost 889 libcore/movie_root.h InteractiveObject* getTopmostMouseEntity(boost::int32_t x, boost 890 libcore/movie_root.h boost::int32_t y) const; boost 935 libcore/movie_root.h const DisplayObject* findDropTarget(boost::int32_t x, boost::int32_t y, boost 987 libcore/movie_root.h boost::int32_t _mouseX; boost 988 libcore/movie_root.h boost::int32_t _mouseY; boost 1064 libcore/movie_root.h boost::uint16_t _recursionLimit; boost 1067 libcore/movie_root.h boost::uint16_t _timeoutLimit; boost 1105 libcore/movie_root.h return boost::any_cast<T>(_interfaceHandler->call(e)); boost 1107 libcore/movie_root.h catch (const boost::bad_any_cast&) { boost 139 libcore/parser/BitmapMovieDefinition.h boost::intrusive_ptr<CachedBitmap> _bitmap; boost 96 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_mutex); boost 104 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_mutex); boost 110 libcore/parser/SWFMovieDefinition.cpp boost::thread this_thread; boost 113 libcore/parser/SWFMovieDefinition.cpp return boost::this_thread::get_id() == _thread->get_id(); boost 136 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_mutex); boost 138 libcore/parser/SWFMovieDefinition.cpp _thread.reset(new boost::thread(boost::bind( boost 139 libcore/parser/SWFMovieDefinition.cpp execute, boost::ref(*this), &_movie_def))); boost 178 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_dictionaryMutex); boost 186 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_dictionaryMutex); boost 187 libcore/parser/SWFMovieDefinition.cpp boost::intrusive_ptr<SWF::DefinitionTag> ch = boost 205 libcore/parser/SWFMovieDefinition.cpp boost::intrusive_ptr<Font> f = it->second; boost 244 libcore/parser/SWFMovieDefinition.cpp boost::intrusive_ptr<sound_sample> ch = it->second; boost 258 libcore/parser/SWFMovieDefinition.cpp boost::intrusive_ptr<sound_sample>(sam))); boost 274 libcore/parser/SWFMovieDefinition.cpp boost::uint32_t file_start_pos = _in->tell(); boost 275 libcore/parser/SWFMovieDefinition.cpp boost::uint32_t header = _in->read_le32(); boost 326 libcore/parser/SWFMovieDefinition.cpp m_frame_rate = std::numeric_limits<boost::uint16_t>::max(); boost 380 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_frames_loaded_mutex); boost 423 libcore/parser/SWFMovieDefinition.cpp boost::intrusive_ptr<SWF::DefinitionTag> boost 432 libcore/parser/SWFMovieDefinition.cpp return boost::intrusive_ptr<SWF::DefinitionTag>(); boost 513 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_frames_loaded_mutex); boost 523 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_frames_loaded_mutex); boost 530 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_frames_loaded_mutex); boost 566 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_exportedResourcesMutex); boost 577 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock1(_namedFramesMutex); boost 578 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock2(_frames_loaded_mutex); boost 587 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_namedFramesMutex); boost 611 libcore/parser/SWFMovieDefinition.cpp boost::uint16_t boost 614 libcore/parser/SWFMovieDefinition.cpp boost::mutex::scoped_lock lock(_exportedResourcesMutex); boost 650 libcore/parser/SWFMovieDefinition.cpp boost::uint16_t targetID; boost 725 libcore/parser/SWFMovieDefinition.cpp boost::intrusive_ptr<SWF::DefinitionTag> res = boost 93 libcore/parser/SWFMovieDefinition.h mutable boost::mutex _mutex; boost 94 libcore/parser/SWFMovieDefinition.h std::auto_ptr<boost::thread> _thread; boost 99 libcore/parser/SWFMovieDefinition.h boost::barrier _barrier; boost 130 libcore/parser/SWFMovieDefinition.h boost::intrusive_ptr<SWF::DefinitionTag> getDisplayObject(int id) const; boost 136 libcore/parser/SWFMovieDefinition.h void addDisplayObject(int id, boost::intrusive_ptr<SWF::DefinitionTag> c); boost 232 libcore/parser/SWFMovieDefinition.h boost::mutex::scoped_lock lock(_bytes_loaded_mutex); boost 241 libcore/parser/SWFMovieDefinition.h virtual void importResources(boost::intrusive_ptr<movie_definition> source, boost 244 libcore/parser/SWFMovieDefinition.h virtual void addDisplayObject(boost::uint16_t id, SWF::DefinitionTag* c); boost 247 libcore/parser/SWFMovieDefinition.h SWF::DefinitionTag* getDefinitionTag(boost::uint16_t id) const; boost 255 libcore/parser/SWFMovieDefinition.h void add_font(int font_id, boost::intrusive_ptr<Font> f); boost 265 libcore/parser/SWFMovieDefinition.h void addBitmap(int DisplayObject_id, boost::intrusive_ptr<CachedBitmap> im); boost 284 libcore/parser/SWFMovieDefinition.h void addControlTag(boost::intrusive_ptr<SWF::ControlTag> tag) { boost 286 libcore/parser/SWFMovieDefinition.h boost::mutex::scoped_lock lock(_frames_loaded_mutex); boost 308 libcore/parser/SWFMovieDefinition.h boost::mutex::scoped_lock lock(_frames_loaded_mutex); boost 376 libcore/parser/SWFMovieDefinition.h boost::uint16_t exportID(const std::string& symbol) const; boost 385 libcore/parser/SWFMovieDefinition.h void registerExport(const std::string& symbol, boost::uint16_t id); boost 413 libcore/parser/SWFMovieDefinition.h mutable boost::mutex _dictionaryMutex; boost 434 libcore/parser/SWFMovieDefinition.h mutable boost::mutex _namedFramesMutex; boost 444 libcore/parser/SWFMovieDefinition.h mutable boost::mutex _exportedResourcesMutex; boost 464 libcore/parser/SWFMovieDefinition.h mutable boost::mutex _frames_loaded_mutex; boost 467 libcore/parser/SWFMovieDefinition.h mutable boost::condition _frame_reached_condition; boost 483 libcore/parser/SWFMovieDefinition.h mutable boost::mutex _bytes_loaded_mutex; boost 487 libcore/parser/SWFMovieDefinition.h boost::uint32_t m_file_length; boost 494 libcore/parser/SWFMovieDefinition.h boost::scoped_ptr<SWFStream> _str; boost 518 libcore/parser/SWFMovieDefinition.h boost::mutex::scoped_lock lock(_bytes_loaded_mutex); boost 526 libcore/parser/SWFMovieDefinition.h std::set< boost::intrusive_ptr<movie_definition> > _importSources; boost 56 libcore/parser/TypesParser.cpp boost::int32_t sx = 65536; boost 57 libcore/parser/TypesParser.cpp boost::int32_t sy = 65536; boost 60 libcore/parser/TypesParser.cpp const boost::uint8_t scale_nbits = in.read_uint(5); boost 68 libcore/parser/TypesParser.cpp boost::int32_t shx = 0; boost 69 libcore/parser/TypesParser.cpp boost::int32_t shy = 0; boost 80 libcore/parser/TypesParser.cpp const boost::uint8_t translate_nbits = in.read_uint(5); boost 81 libcore/parser/TypesParser.cpp boost::int32_t tx = 0; boost 82 libcore/parser/TypesParser.cpp boost::int32_t ty = 0; boost 95 libcore/parser/TypesParser.cpp const boost::uint8_t r = in.read_u8(); boost 96 libcore/parser/TypesParser.cpp const boost::uint8_t g = in.read_u8(); boost 97 libcore/parser/TypesParser.cpp const boost::uint8_t b = in.read_u8(); boost 98 libcore/parser/TypesParser.cpp const boost::uint8_t a = in.read_u8(); boost 106 libcore/parser/TypesParser.cpp const boost::uint8_t r = in.read_u8(); boost 107 libcore/parser/TypesParser.cpp const boost::uint8_t g = in.read_u8(); boost 108 libcore/parser/TypesParser.cpp const boost::uint8_t b = in.read_u8(); boost 109 libcore/parser/TypesParser.cpp const boost::uint8_t a = 0xff; boost 196 libcore/parser/TypesParser.cpp boost::optional<FillStyle> morph; boost 203 libcore/parser/TypesParser.cpp const boost::uint8_t grad_props = in.read_u8(); boost 205 libcore/parser/TypesParser.cpp const boost::uint8_t num_gradients = grad_props & 0xF; boost 246 libcore/parser/TypesParser.cpp boost::get<GradientFill>(morph->fill).setRecords(morphrecs); boost 296 libcore/parser/TypesParser.cpp boost::get<GradientFill>(morph->fill). boost 320 libcore/parser/TypesParser.cpp const boost::uint8_t field = in.read_uint(6); boost 323 libcore/parser/TypesParser.cpp const boost::uint8_t nbits = field & 0x0f; boost 352 libcore/parser/TypesParser.cpp const boost::uint8_t field = in.read_uint(6); boost 355 libcore/parser/TypesParser.cpp const boost::uint8_t nbits = field & 0x0f; boost 389 libcore/parser/TypesParser.cpp boost::optional<FillStyle> morph; boost 419 libcore/parser/TypesParser.cpp const boost::uint16_t id = in.read_u16(); boost 423 libcore/parser/TypesParser.cpp boost::optional<FillStyle> morph; boost 438 libcore/parser/TypesParser.cpp const boost::uint8_t ratio = in.read_u8(); boost 121 libcore/parser/action_buffer.cpp const boost::uint16_t length = read_uint16(i + 1); boost 122 libcore/parser/action_buffer.cpp const boost::uint16_t count = read_uint16(i + 3); boost 308 libcore/parser/action_buffer.cpp boost::int32_t val = instruction_data[3 + i] boost 379 libcore/parser/action_buffer.cpp boost::uint16_t argCount = instruction_data[3 + i] | (instruction_data[3 + i + 1] << 8); boost 382 libcore/parser/action_buffer.cpp boost::uint8_t registerCount = instruction_data[3 + i]; boost 389 libcore/parser/action_buffer.cpp const boost::uint16_t flags = boost 511 libcore/parser/action_buffer.cpp boost::uint32_t i; boost 513 libcore/parser/action_buffer.cpp boost::uint16_t s0; boost 514 libcore/parser/action_buffer.cpp boost::uint16_t s1; boost 517 libcore/parser/action_buffer.cpp boost::uint8_t c0; boost 518 libcore/parser/action_buffer.cpp boost::uint8_t c1; boost 519 libcore/parser/action_buffer.cpp boost::uint8_t c2; boost 520 libcore/parser/action_buffer.cpp boost::uint8_t c3; boost 532 libcore/parser/action_buffer.cpp const boost::uint8_t *cp = static_cast<const boost::uint8_t*>(p); boost 554 libcore/parser/action_buffer.cpp const boost::uint8_t *cp = static_cast<const boost::uint8_t*>(p); boost 557 libcore/parser/action_buffer.cpp boost::uint64_t i; boost 559 libcore/parser/action_buffer.cpp boost::uint32_t l0; boost 560 libcore/parser/action_buffer.cpp boost::uint32_t l1; boost 563 libcore/parser/action_buffer.cpp boost::uint16_t s0; boost 564 libcore/parser/action_buffer.cpp boost::uint16_t s1; boost 565 libcore/parser/action_buffer.cpp boost::uint16_t s2; boost 566 libcore/parser/action_buffer.cpp boost::uint16_t s3; boost 569 libcore/parser/action_buffer.cpp boost::uint8_t c0; boost 570 libcore/parser/action_buffer.cpp boost::uint8_t c1; boost 571 libcore/parser/action_buffer.cpp boost::uint8_t c2; boost 572 libcore/parser/action_buffer.cpp boost::uint8_t c3; boost 573 libcore/parser/action_buffer.cpp boost::uint8_t c4; boost 574 libcore/parser/action_buffer.cpp boost::uint8_t c5; boost 575 libcore/parser/action_buffer.cpp boost::uint8_t c6; boost 576 libcore/parser/action_buffer.cpp boost::uint8_t c7; boost 48 libcore/parser/action_buffer.h class action_buffer : boost::noncopyable boost 66 libcore/parser/action_buffer.h boost::uint8_t operator[] (size_t off) const boost 104 libcore/parser/action_buffer.h boost::int16_t read_int16(size_t pc) const boost 109 libcore/parser/action_buffer.h boost::int16_t ret = (m_buffer[pc] | (m_buffer[pc + 1] << 8)); boost 115 libcore/parser/action_buffer.h boost::uint16_t read_uint16(size_t pc) const boost 117 libcore/parser/action_buffer.h return static_cast<boost::uint16_t>(read_int16(pc)); boost 124 libcore/parser/action_buffer.h boost::int32_t read_int32(size_t pc) const boost 130 libcore/parser/action_buffer.h boost::int32_t val = m_buffer[pc] boost 200 libcore/parser/action_buffer.h std::vector<boost::uint8_t> m_buffer; boost 97 libcore/parser/filter_factory.cpp boost::shared_ptr<BitmapFilter> p(the_filter); boost 147 libcore/parser/filter_factory.cpp m_quality = static_cast<boost::uint8_t> (in.read_uint(5)); boost 227 libcore/parser/filter_factory.cpp boost::uint8_t count = in.read_u8(); // How many colorings. boost 261 libcore/parser/filter_factory.cpp m_quality = static_cast<boost::uint8_t> (in.read_uint(4)); boost 334 libcore/parser/filter_factory.cpp boost::uint8_t count = in.read_u8(); // How many colorings. boost 367 libcore/parser/filter_factory.cpp m_quality = static_cast<boost::uint8_t> (in.read_uint(4)); boost 178 libcore/parser/movie_definition.h boost::intrusive_ptr<movie_definition> /*source*/, boost 197 libcore/parser/movie_definition.h virtual DefinitionTag* getDefinitionTag(boost::uint16_t /*id*/) const boost 234 libcore/parser/movie_definition.h virtual void addDisplayObject(boost::uint16_t /*id*/, DefinitionTag* /*c*/) boost 243 libcore/parser/movie_definition.h virtual void add_font(int /*id*/, boost::intrusive_ptr<Font> /*ch*/) boost 274 libcore/parser/movie_definition.h virtual void addControlTag(boost::intrusive_ptr<SWF::ControlTag> /*c*/) boost 341 libcore/parser/movie_definition.h virtual void addBitmap(int /*id*/, boost::intrusive_ptr<CachedBitmap> /*im*/) boost 391 libcore/parser/movie_definition.h virtual void registerExport(const std::string&, boost::uint16_t) {} boost 397 libcore/parser/movie_definition.h virtual boost::uint16_t exportID(const std::string& /*symbol*/) const { boost 462 libcore/parser/movie_definition.h movie_definition(boost::uint16_t id = 0) boost 69 libcore/parser/sprite_definition.h const RunResources& runResources, boost::uint16_t id); boost 143 libcore/parser/sprite_definition.h virtual void add_font(int /*id*/, boost::intrusive_ptr<Font> /*ch*/) boost 163 libcore/parser/sprite_definition.h virtual void addBitmap(int /*id*/, boost::intrusive_ptr<CachedBitmap> /*im*/) boost 197 libcore/parser/sprite_definition.h virtual boost::uint16_t exportID(const std::string& symbol) const { boost 201 libcore/parser/sprite_definition.h virtual void registerExport(const std::string& s, boost::uint16_t id) { boost 209 libcore/parser/sprite_definition.h virtual SWF::DefinitionTag* getDefinitionTag(boost::uint16_t id) const boost 215 libcore/parser/sprite_definition.h virtual void addDisplayObject(boost::uint16_t id, SWF::DefinitionTag* c) boost 229 libcore/parser/sprite_definition.h virtual void addControlTag(boost::intrusive_ptr<SWF::ControlTag> c) boost 51 libcore/swf/CSMTextSettingsTag.cpp boost::uint16_t textID = in.read_u16(); boost 59 libcore/swf/CSMTextSettingsTag.cpp boost::uint8_t gridFit = in.read_uint(3); boost 62 libcore/swf/CSMTextSettingsTag.cpp boost::uint8_t reserved = in.read_uint(3); boost 43 libcore/swf/ControlTag.h class ControlTag : public ref_counted, boost::noncopyable boost 114 libcore/swf/DefaultTagLoaders.cpp const std::vector<TagPair> tags = boost::assign::list_of boost 179 libcore/swf/DefineBitsTag.cpp boost::shared_ptr<IOChannel> ad(StreamAdapter::getFile(in, boost 202 libcore/swf/DefineBitsTag.cpp const boost::uint16_t id = in.read_u16(); boost 247 libcore/swf/DefineBitsTag.cpp boost::intrusive_ptr<CachedBitmap> bi = renderer->createCachedBitmap(im); boost 336 libcore/swf/DefineBitsTag.cpp boost::shared_ptr<IOChannel> ad(StreamAdapter::getFile(in, boost 348 libcore/swf/DefineBitsTag.cpp const boost::uint32_t jpeg_size = in.read_u32(); boost 365 libcore/swf/DefineBitsTag.cpp boost::shared_ptr<IOChannel> ad(StreamAdapter::getFile(in, boost 371 libcore/swf/DefineBitsTag.cpp const boost::uint32_t alpha_position = in.tell() + jpeg_size; boost 379 libcore/swf/DefineBitsTag.cpp boost::shared_ptr<IOChannel> ad(StreamAdapter::getFile(in, boost 393 libcore/swf/DefineBitsTag.cpp boost::scoped_array<boost::uint8_t> buffer(new boost::uint8_t[bufferLength]); boost 414 libcore/swf/DefineBitsTag.cpp const boost::uint8_t bitmap_format = in.read_u8(); boost 415 libcore/swf/DefineBitsTag.cpp const boost::uint16_t width = in.read_u16(); boost 416 libcore/swf/DefineBitsTag.cpp const boost::uint16_t height = in.read_u16(); boost 489 libcore/swf/DefineBitsTag.cpp boost::scoped_array<boost::uint8_t> buffer(new boost::uint8_t[bufSize]); boost 499 libcore/swf/DefineBitsTag.cpp boost::uint8_t* colorTable = buffer.get(); boost 502 libcore/swf/DefineBitsTag.cpp boost::uint8_t* inRow = buffer.get() + boost 505 libcore/swf/DefineBitsTag.cpp boost::uint8_t* outRow = scanline(*image, j); boost 507 libcore/swf/DefineBitsTag.cpp boost::uint8_t pixel = inRow[i * bytes_per_pixel]; boost 525 libcore/swf/DefineBitsTag.cpp boost::uint8_t* inRow = buffer.get() + j * pitch; boost 526 libcore/swf/DefineBitsTag.cpp boost::uint8_t* outRow = scanline(*image, j); boost 528 libcore/swf/DefineBitsTag.cpp const boost::uint16_t pixel = inRow[i * 2] | boost 550 libcore/swf/DefineBitsTag.cpp boost::uint8_t* inRow = buffer.get() + j * pitch; boost 551 libcore/swf/DefineBitsTag.cpp boost::uint8_t* outRow = scanline(*image, j); boost 606 libcore/swf/DefineBitsTag.cpp boost::uint8_t buf[CHUNKSIZE]; boost 626 libcore/swf/DefineBitsTag.cpp BOOST_STATIC_ASSERT(sizeof(char) == sizeof(boost::uint8_t)); boost 38 libcore/swf/DefineButtonCxformTag.cpp const boost::uint16_t buttonID = in.read_u16(); boost 46 libcore/swf/DefineButtonSoundTag.h boost::uint16_t soundID; boost 83 libcore/swf/DefineButtonTag.cpp const boost::uint16_t id = in.read_u16(); boost 100 libcore/swf/DefineButtonTag.cpp const boost::uint16_t id = in.read_u16(); boost 156 libcore/swf/DefineButtonTag.cpp const boost::uint8_t flags = in.read_u8(); boost 256 libcore/swf/DefineButtonTag.cpp boost::mem_fn(&ButtonAction::triggeredByKeyPress)) != boost 116 libcore/swf/DefineButtonTag.h boost::uint8_t _blendMode; boost 197 libcore/swf/DefineButtonTag.h typedef boost::ptr_vector<ButtonAction> ButtonActions; boost 263 libcore/swf/DefineButtonTag.h boost::uint16_t id); boost 271 libcore/swf/DefineButtonTag.h boost::scoped_ptr<SWF::DefineButtonSoundTag> _soundTag; boost 39 libcore/swf/DefineEditTextTag.cpp const boost::uint16_t id = in.read_u16(); boost 95 libcore/swf/DefineEditTextTag.h boost::uint16_t rightMargin() const { boost 100 libcore/swf/DefineEditTextTag.h boost::uint16_t leftMargin() const { boost 105 libcore/swf/DefineEditTextTag.h boost::uint16_t indent() const { boost 111 libcore/swf/DefineEditTextTag.h boost::uint16_t textHeight() const { boost 124 libcore/swf/DefineEditTextTag.h boost::uint16_t leading() const { boost 182 libcore/swf/DefineEditTextTag.h boost::intrusive_ptr<Font> getFont() const boost 192 libcore/swf/DefineEditTextTag.h DefineEditTextTag(SWFStream& in, movie_definition& m, boost::uint16_t id); boost 257 libcore/swf/DefineEditTextTag.h boost::intrusive_ptr<Font> _font; boost 263 libcore/swf/DefineEditTextTag.h boost::uint16_t _textHeight; boost 277 libcore/swf/DefineEditTextTag.h boost::uint16_t _leftMargin; boost 280 libcore/swf/DefineEditTextTag.h boost::uint16_t _rightMargin; boost 283 libcore/swf/DefineEditTextTag.h boost::uint16_t _indent; boost 288 libcore/swf/DefineEditTextTag.h boost::uint16_t _leading; boost 50 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint16_t ref = in.read_u16(); boost 63 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint8_t flags = in.read_u8(); boost 66 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint16_t csm_table_int = flags >> 6; boost 89 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint16_t zone_position = in.read_u16(); boost 90 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint16_t zone_size = in.read_u16(); boost 100 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint8_t u = in.read_u8(); boost 48 libcore/swf/DefineFontNameTag.h boost::uint16_t fontID = in.read_u16(); boost 48 libcore/swf/DefineFontTag.cpp const boost::uint16_t fontID = in.read_u16(); boost 51 libcore/swf/DefineFontTag.cpp boost::intrusive_ptr<Font> f(new Font(ft)); boost 72 libcore/swf/DefineFontTag.cpp const boost::uint16_t code = in.read_u16(); boost 80 libcore/swf/DefineFontTag.cpp const boost::uint8_t code = in.read_u8(); boost 197 libcore/swf/DefineFontTag.cpp const boost::uint16_t glyph_count = in.read_u16(); boost 217 libcore/swf/DefineFontTag.cpp std::vector<boost::uint32_t> offsets; boost 224 libcore/swf/DefineFontTag.cpp const boost::uint32_t off = in.read_u32(); boost 236 libcore/swf/DefineFontTag.cpp const boost::uint16_t off = in.read_u16(); boost 302 libcore/swf/DefineFontTag.cpp const boost::uint16_t kerning_count = in.read_u16(); boost 307 libcore/swf/DefineFontTag.cpp boost::uint16_t char0, char1; boost 316 libcore/swf/DefineFontTag.cpp const boost::int16_t adjustment = in.read_s16(); boost 340 libcore/swf/DefineFontTag.cpp const boost::uint16_t fontID = in.read_u16(); boost 360 libcore/swf/DefineFontTag.cpp const boost::uint8_t flags = in.read_u8(); boost 82 libcore/swf/DefineFontTag.h boost::shared_ptr<const Font::CodeTable> getCodeTable() const { boost 96 libcore/swf/DefineFontTag.h boost::int16_t leading() const { boost 103 libcore/swf/DefineFontTag.h boost::int16_t ascent() const { boost 110 libcore/swf/DefineFontTag.h boost::int16_t descent() const { boost 146 libcore/swf/DefineFontTag.h boost::int16_t _ascent; boost 147 libcore/swf/DefineFontTag.h boost::int16_t _descent; boost 148 libcore/swf/DefineFontTag.h boost::int16_t _leading; boost 153 libcore/swf/DefineFontTag.h boost::shared_ptr<const Font::CodeTable> _codeTable; boost 50 libcore/swf/DefineMorphShapeTag.cpp const boost::uint16_t id = in.read_u16(); boost 110 libcore/swf/DefineMorphShapeTag.cpp const boost::uint16_t fillCount = in.read_variable_count(); boost 118 libcore/swf/DefineMorphShapeTag.cpp const boost::uint16_t lineCount = in.read_variable_count(); boost 71 libcore/swf/DefineMorphShapeTag.h const RunResources& r, boost::uint16_t id); boost 38 libcore/swf/DefineScalingGridTag.cpp const boost::uint16_t id = in.read_u16(); boost 62 libcore/swf/DefineSceneAndFrameLabelDataTag.h boost::intrusive_ptr<ControlTag> t( boost 79 libcore/swf/DefineSceneAndFrameLabelDataTag.h boost::uint32_t scenes = in.read_V32(); boost 84 libcore/swf/DefineSceneAndFrameLabelDataTag.h boost::uint32_t offset = in.read_V32(); boost 91 libcore/swf/DefineSceneAndFrameLabelDataTag.h boost::uint32_t labels = in.read_V32(); boost 94 libcore/swf/DefineSceneAndFrameLabelDataTag.h boost::uint32_t num = in.read_V32(); boost 103 libcore/swf/DefineSceneAndFrameLabelDataTag.h std::map<boost::uint32_t, std::string> _scenes; boost 104 libcore/swf/DefineSceneAndFrameLabelDataTag.h std::map<boost::uint32_t, std::string> _frames; boost 56 libcore/swf/DefineShapeTag.cpp const boost::uint16_t id = in.read_u16(); boost 56 libcore/swf/DefineShapeTag.h bool pointTestLocal(boost::int32_t x, boost::int32_t y, boost 64 libcore/swf/DefineShapeTag.h const RunResources& r, boost::uint16_t id); boost 48 libcore/swf/DefineTextTag.cpp const boost::uint16_t id = in.read_u16(); boost 89 libcore/swf/DefineTextTag.cpp const boost::uint16_t id = in.read_u16(); boost 79 libcore/swf/DefineTextTag.h boost::uint16_t id) boost 60 libcore/swf/DefineVideoStreamTag.cpp boost::uint16_t id = in.read_u16(); boost 110 libcore/swf/DefineVideoStreamTag.cpp boost::mutex::scoped_lock lock(_video_mutex); boost 47 libcore/swf/DefineVideoStreamTag.h VideoData(boost::shared_array<boost::uint8_t> data, boost::uint32_t size, boost 60 libcore/swf/DefineVideoStreamTag.h boost::shared_array<boost::uint8_t> videoData; boost 61 libcore/swf/DefineVideoStreamTag.h boost::uint32_t dataSize; boost 74 libcore/swf/DefineVideoStreamTag.h typedef boost::ptr_vector<media::EncodedVideoFrame> EmbeddedFrames; boost 141 libcore/swf/DefineVideoStreamTag.h size_t visitSlice(const T& t, boost::uint32_t from, boost::uint32_t to) const { boost 143 libcore/swf/DefineVideoStreamTag.h boost::mutex::scoped_lock lock(_video_mutex); boost 167 libcore/swf/DefineVideoStreamTag.h DefineVideoStreamTag(SWFStream& in, boost::uint16_t id); boost 172 libcore/swf/DefineVideoStreamTag.h boost::uint8_t m_reserved_flags; boost 175 libcore/swf/DefineVideoStreamTag.h boost::uint8_t m_deblocking_flags; boost 186 libcore/swf/DefineVideoStreamTag.h boost::uint16_t m_num_frames; boost 202 libcore/swf/DefineVideoStreamTag.h mutable boost::mutex _video_mutex; boost 207 libcore/swf/DefineVideoStreamTag.h boost::uint32_t _width; boost 210 libcore/swf/DefineVideoStreamTag.h boost::uint32_t _height; boost 76 libcore/swf/DefinitionTag.h boost::uint16_t id() const { boost 82 libcore/swf/DefinitionTag.h DefinitionTag(boost::uint16_t id) : _id(id) {} boost 86 libcore/swf/DefinitionTag.h const boost::uint16_t _id; boost 97 libcore/swf/DoABCTag.h boost::intrusive_ptr<DoABCTag> ABCtag(new DoABCTag(block.release())); boost 64 libcore/swf/DoActionTag.h boost::intrusive_ptr<DoActionTag> da(new DoActionTag(m)); boost 74 libcore/swf/DoInitActionTag.h const boost::uint16_t cid = in.read_u16(); boost 94 libcore/swf/DoInitActionTag.h boost::intrusive_ptr<ControlTag> da(new DoInitActionTag(in, m, cid)); boost 48 libcore/swf/ExportAssetsTag.h boost::intrusive_ptr<ControlTag> t(new ExportAssetsTag(in, m)); boost 58 libcore/swf/ExportAssetsTag.h const boost::uint16_t id = mov->definition()->exportID(*it); boost 76 libcore/swf/ExportAssetsTag.h const boost::uint16_t count = in.read_u16(); boost 85 libcore/swf/ExportAssetsTag.h const boost::uint16_t id = in.read_u16(); boost 50 libcore/swf/ImportAssetsTag.h boost::intrusive_ptr<ControlTag> p(new ImportAssetsTag(tag, in, m, r)); boost 90 libcore/swf/ImportAssetsTag.h boost::uint8_t reserved = in.read_uint(8); boost 95 libcore/swf/ImportAssetsTag.h const boost::uint16_t count = in.read_u16(); boost 104 libcore/swf/ImportAssetsTag.h boost::intrusive_ptr<movie_definition> source_movie; boost 133 libcore/swf/ImportAssetsTag.h const boost::uint16_t id = in.read_u16(); boost 100 libcore/swf/PlaceObject2Tag.cpp boost::uint16_t reserved = in.read_u16(); boost 108 libcore/swf/PlaceObject2Tag.cpp boost::uint32_t all_event_flags; boost 137 libcore/swf/PlaceObject2Tag.cpp boost::uint32_t flags; boost 153 libcore/swf/PlaceObject2Tag.cpp boost::uint32_t event_length = in.read_u32(); boost 336 libcore/swf/PlaceObject2Tag.cpp boost::uint8_t bitmask = 0; boost 480 libcore/swf/PlaceObject2Tag.cpp boost::intrusive_ptr<PlaceObject2Tag> ch(new PlaceObject2Tag(m)); boost 88 libcore/swf/PlaceObject2Tag.h typedef boost::ptr_vector<action_buffer> ActionBuffers; boost 89 libcore/swf/PlaceObject2Tag.h typedef boost::ptr_vector<swf_event> EventHandlers; boost 108 libcore/swf/PlaceObject2Tag.h boost::uint16_t getRatio() const { return _ratio; } boost 110 libcore/swf/PlaceObject2Tag.h boost::uint16_t getID() const { return _id; } boost 146 libcore/swf/PlaceObject2Tag.h boost::uint8_t getBlendMode() const { boost 164 libcore/swf/PlaceObject2Tag.h boost::uint8_t m_has_flags2; boost 165 libcore/swf/PlaceObject2Tag.h boost::uint8_t m_has_flags3; boost 166 libcore/swf/PlaceObject2Tag.h boost::uint16_t _id; boost 169 libcore/swf/PlaceObject2Tag.h boost::uint16_t _ratio; boost 173 libcore/swf/PlaceObject2Tag.h boost::uint8_t _blendMode; boost 64 libcore/swf/RemoveObjectTag.cpp boost::intrusive_ptr<RemoveObjectTag> t(new RemoveObjectTag); boost 54 libcore/swf/ScriptLimitsTag.h boost::intrusive_ptr<ControlTag> s(new ScriptLimitsTag(in)); boost 76 libcore/swf/ScriptLimitsTag.h boost::uint16_t _recursionLimit; boost 77 libcore/swf/ScriptLimitsTag.h boost::uint16_t _timeoutLimit; boost 91 libcore/swf/SetBackgroundColorTag.h boost::intrusive_ptr<ControlTag> t(new SetBackgroundColorTag(in)); boost 36 libcore/swf/SetTabIndexTag.cpp boost::uint16_t depth = in.read_u16(); boost 43 libcore/swf/SetTabIndexTag.cpp boost::uint16_t tab_index = in.read_u16(); boost 301 libcore/swf/ShapeRecord.cpp boost::uint8_t num_bits = in.read_u8(); boost 683 libcore/swf/ShapeRecord.cpp boost::uint16_t FillStyle_count = in.read_u8(); boost 699 libcore/swf/ShapeRecord.cpp for (boost::uint16_t i = 0; i < FillStyle_count; ++i) { boost 71 libcore/swf/StartSoundTag.cpp boost::intrusive_ptr<ControlTag> sst( boost 54 libcore/swf/StartSoundTag.h boost::uint16_t m_handler_id; boost 116 libcore/swf/StreamSoundBlockTag.cpp boost::intrusive_ptr<ControlTag> s(new StreamSoundBlockTag(sId, blockId)); boost 54 libcore/swf/StreamSoundBlockTag.h boost::uint16_t m_handler_id; boost 68 libcore/swf/StreamSoundBlockTag.h boost::uint16_t getStreamId() const { return m_handler_id; } boost 67 libcore/swf/SymbolClassTag.h boost::uint16_t num_symbols = in.read_u16(); boost 71 libcore/swf/SymbolClassTag.h boost::uint16_t id = in.read_u16(); boost 78 libcore/swf/SymbolClassTag.h boost::intrusive_ptr<SymbolClassTag> st(new SymbolClassTag(name)); boost 38 libcore/swf/TagLoadersTable.h class TagLoadersTable : boost::noncopyable boost 47 libcore/swf/TextRecord.cpp boost::uint8_t flags = in.read_u8(); boost 66 libcore/swf/TextRecord.cpp boost::uint16_t fontID = in.read_u16(); boost 123 libcore/swf/TextRecord.cpp boost::uint8_t glyphCount = in.read_u8(); boost 212 libcore/swf/TextRecord.cpp const boost::int16_t startX = x; boost 253 libcore/swf/TextRecord.cpp boost::assign::list_of (point(32, 32)) boost 280 libcore/swf/TextRecord.cpp boost::int16_t endX = static_cast<boost::int16_t>(x); boost 286 libcore/swf/TextRecord.cpp boost::int16_t posY = int(y+int((unitsPerEM/4)*scale)); boost 288 libcore/swf/TextRecord.cpp const std::vector<point> underline = boost::assign::list_of boost 113 libcore/swf/TextRecord.h void setFont(boost::intrusive_ptr<const Font> f) { boost 137 libcore/swf/TextRecord.h void setTextHeight(boost::uint16_t height) { boost 150 libcore/swf/TextRecord.h boost::uint16_t textHeight() const { boost 204 libcore/swf/TextRecord.h boost::uint16_t _textHeight; boost 219 libcore/swf/TextRecord.h boost::intrusive_ptr<const Font> _font; boost 42 libcore/swf/VideoFrameTag.cpp boost::uint16_t id = in.read_u16(); boost 84 libcore/swf/VideoFrameTag.cpp boost::uint8_t* buffer = new boost::uint8_t[dataLength + padding]; boost 51 libcore/swf/tag_loaders.cpp const boost::uint32_t samplerates[] = { 5512, 11025, 22050, 44100 }; boost 104 libcore/swf/tag_loaders.cpp const boost::uint16_t id = in.read_u16(); boost 159 libcore/swf/tag_loaders.cpp const boost::uint16_t id = in.read_u16(); boost 164 libcore/swf/tag_loaders.cpp boost::uint8_t sample_rate_in = in.read_uint(2); boost 173 libcore/swf/tag_loaders.cpp const boost::uint32_t sample_rate = samplerates[sample_rate_in]; boost 178 libcore/swf/tag_loaders.cpp const boost::uint32_t sample_count = in.read_u32(); boost 180 libcore/swf/tag_loaders.cpp boost::int16_t delaySeek = 0; boost 268 libcore/swf/tag_loaders.cpp boost::uint8_t pbSoundRate = in.read_uint(2); boost 276 libcore/swf/tag_loaders.cpp const boost::uint32_t playbackSoundRate = samplerates[pbSoundRate]; boost 283 libcore/swf/tag_loaders.cpp boost::uint8_t stSoundRate = in.read_uint(2); boost 292 libcore/swf/tag_loaders.cpp const boost::uint32_t streamSoundRate = samplerates[stSoundRate]; boost 324 libcore/swf/tag_loaders.cpp const boost::uint16_t sampleCount = in.read_u16(); boost 335 libcore/swf/tag_loaders.cpp boost::int16_t latency = 0; boost 480 libcore/swf/tag_loaders.cpp const boost::uint32_t id = in.read_u32(); boost 481 libcore/swf/tag_loaders.cpp const boost::uint32_t edition = in.read_u32(); boost 482 libcore/swf/tag_loaders.cpp const boost::uint8_t major = in.read_u8(); boost 483 libcore/swf/tag_loaders.cpp const boost::uint8_t minor = in.read_u8(); boost 485 libcore/swf/tag_loaders.cpp const boost::uint32_t buildL = in.read_u32(); boost 486 libcore/swf/tag_loaders.cpp const boost::uint32_t buildH = in.read_u32(); boost 487 libcore/swf/tag_loaders.cpp const boost::uint64_t build = boost 488 libcore/swf/tag_loaders.cpp (static_cast<boost::uint64_t>(buildH) << 32) + buildL; boost 490 libcore/swf/tag_loaders.cpp const boost::uint32_t timestampL = in.read_u32(); boost 491 libcore/swf/tag_loaders.cpp const boost::uint32_t timestampH = in.read_u32(); boost 493 libcore/swf/tag_loaders.cpp boost::uint64_t timestamp = boost 494 libcore/swf/tag_loaders.cpp (static_cast<boost::uint64_t>(timestampH) << 32) + timestampL; boost 514 libcore/swf/tag_loaders.cpp const boost::uint8_t first = in.read_u8(); boost 515 libcore/swf/tag_loaders.cpp const boost::uint8_t second = in.read_u8(); boost 516 libcore/swf/tag_loaders.cpp const boost::uint8_t third = in.read_u8(); boost 622 libcore/vm/ASHandlers.cpp boost::uint8_t skip = code[thread.getCurrentPC()+5]; boost 1115 libcore/vm/ASHandlers.cpp boost::int32_t depthValue = static_cast<boost::int32_t>(depth); boost 1215 libcore/vm/ASHandlers.cpp boost::int32_t y1 = pixelsToTwips(toNumber(env.top(3), getVM(env))); boost 1216 libcore/vm/ASHandlers.cpp boost::int32_t x1 = pixelsToTwips(toNumber(env.top(4), getVM(env))); boost 1217 libcore/vm/ASHandlers.cpp boost::int32_t y0 = pixelsToTwips(toNumber(env.top(5), getVM(env))); boost 1218 libcore/vm/ASHandlers.cpp boost::int32_t x0 = pixelsToTwips(toNumber(env.top(6), getVM(env))); boost 1453 libcore/vm/ASHandlers.cpp boost::uniform_int<> uni_dist(0, max - 1); boost 1454 libcore/vm/ASHandlers.cpp boost::variate_generator<VM::RNG&, boost 1455 libcore/vm/ASHandlers.cpp boost::uniform_int<> > uni(rnd, uni_dist); boost 1507 libcore/vm/ASHandlers.cpp const boost::uint16_t c = toInt(env.top(0), getVM(env)); boost 1631 libcore/vm/ASHandlers.cpp boost::uint32_t out = utf8::decodeNextUnicodeCharacter(it, e); boost 1653 libcore/vm/ASHandlers.cpp const boost::uint16_t i = toInt(env.top(0), getVM(env)); boost 1686 libcore/vm/ASHandlers.cpp const boost::uint8_t skip = code[thread.getCurrentPC() + 3]; boost 1752 libcore/vm/ASHandlers.cpp const boost::uint16_t length = code.read_uint16(pc + 1); boost 1759 libcore/vm/ASHandlers.cpp const boost::uint8_t type = code[3 + i]; boost 1842 libcore/vm/ASHandlers.cpp const boost::int32_t val = code.read_int32(i + 3); boost 1850 libcore/vm/ASHandlers.cpp const boost::uint8_t id = code[3 + i]; boost 1866 libcore/vm/ASHandlers.cpp const boost::uint16_t id = code.read_int16(i + 3); boost 1887 libcore/vm/ASHandlers.cpp boost::int16_t offset = thread.code.read_int16(thread.getCurrentPC()+3); boost 1903 libcore/vm/ASHandlers.cpp const boost::uint8_t method = code[thread.getCurrentPC() + 3]; boost 1930 libcore/vm/ASHandlers.cpp boost::int16_t offset = code.read_int16(pc+3); boost 2364 libcore/vm/ASHandlers.cpp getURI(vm, boost::lexical_cast<std::string>(i)); boost 2993 libcore/vm/ASHandlers.cpp boost::int32_t amount = toInt(env.top(0), getVM(env)) % 32; boost 2996 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env)); boost 3010 libcore/vm/ASHandlers.cpp boost::uint32_t amount = toInt(env.top(0), getVM(env)); boost 3011 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env)); boost 3025 libcore/vm/ASHandlers.cpp boost::uint32_t amount = toInt(env.top(0), getVM(env)); boost 3026 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env)); boost 3028 libcore/vm/ASHandlers.cpp value = boost::uint32_t(value) >> amount; boost 3142 libcore/vm/ASHandlers.cpp const boost::uint16_t nargs = code.read_uint16(i); boost 3146 libcore/vm/ASHandlers.cpp const boost::uint8_t register_count = code[i]; boost 3152 libcore/vm/ASHandlers.cpp const boost::uint16_t flags = code.read_uint16(i); boost 3159 libcore/vm/ASHandlers.cpp boost::uint8_t arg_register = code[i]; boost 3170 libcore/vm/ASHandlers.cpp boost::uint16_t code_size = code.read_int16(i); boost 3226 libcore/vm/ASHandlers.cpp boost::uint8_t flags = code[i]; boost 3232 libcore/vm/ASHandlers.cpp boost::uint8_t reserved = flags&0xE0; boost 3234 libcore/vm/ASHandlers.cpp boost::uint16_t trySize = code.read_uint16(i); i += 2; boost 3235 libcore/vm/ASHandlers.cpp boost::uint16_t catchSize = code.read_uint16(i); i += 2; boost 3236 libcore/vm/ASHandlers.cpp boost::uint16_t finallySize = code.read_uint16(i); i += 2; boost 3239 libcore/vm/ASHandlers.cpp boost::uint8_t catchRegister = 0; boost 3336 libcore/vm/ASHandlers.cpp boost::int16_t length = code.read_int16(thread.getCurrentPC()+1); boost 3381 libcore/vm/ASHandlers.cpp const boost::uint16_t code_size = code.read_uint16(i); boost 213 libcore/vm/ActionExec.cpp boost::uint8_t action_id = code[pc]; boost 228 libcore/vm/ActionExec.cpp boost::uint16_t length(code.read_int16(pc + 1)); boost 300 libcore/vm/ActionExec.cpp boost::format fmt = boost::format(_("Time exceeded while executing code in %1% between pc %2% and %3%")) % code.getMovieDefinition().get_url() % next_pc % pc; boost 572 libcore/vm/ActionExec.cpp const boost::uint8_t action_id = code[next_pc]; boost 582 libcore/vm/ActionExec.cpp const boost::int16_t length = code.read_int16(next_pc + 1); boost 685 libcore/vm/ActionExec.cpp const boost::uint8_t action_id = code[lpc]; boost 697 libcore/vm/ActionExec.cpp const boost::int16_t length = code.read_int16(lpc + 1); boost 67 libcore/vm/ActionExec.h size_t finally_size, boost::uint8_t register_index) boost 116 libcore/vm/ActionExec.h class ActionExec : boost::noncopyable boost 33 libcore/vm/ExecutableCode.h class ExecutableCode : boost::noncopyable boost 293 libcore/vm/Machine.cpp boost::int32_t jumpOffset = mStream->read_S24(); \ boost 508 libcore/vm/Machine.cpp boost::uint32_t soffset = mStream->read_V32(); boost 541 libcore/vm/Machine.cpp boost::uint32_t regNum = mStream->read_V32(); boost 634 libcore/vm/Machine.cpp const boost::int32_t bytes = mStream->read_S24(); boost 651 libcore/vm/Machine.cpp const boost::int32_t bytes = mStream->read_S24(); boost 673 libcore/vm/Machine.cpp const boost::int32_t bytes = mStream->read_S24(); boost 693 libcore/vm/Machine.cpp const boost::int32_t bytes = mStream->read_S24(); boost 719 libcore/vm/Machine.cpp const boost::int32_t bytes = mStream->read_S24(); boost 743 libcore/vm/Machine.cpp const boost::int32_t bytes = mStream->read_S24(); boost 783 libcore/vm/Machine.cpp boost::int32_t bytes = mStream->read_S24(); boost 867 libcore/vm/Machine.cpp boost::uint32_t index = boost 872 libcore/vm/Machine.cpp boost::uint32_t cases = mStream->read_V32(); boost 881 libcore/vm/Machine.cpp boost::uint32_t newpos = mStream->read_S24(); boost 956 libcore/vm/Machine.cpp const boost::uint32_t index = boost 988 libcore/vm/Machine.cpp boost::uint32_t index = boost 1028 libcore/vm/Machine.cpp const boost::uint32_t index = boost 1046 libcore/vm/Machine.cpp const boost::int8_t b = mStream->read_s8(); boost 1057 libcore/vm/Machine.cpp const boost::int16_t s = boost 1058 libcore/vm/Machine.cpp static_cast<boost::int16_t>(mStream->read_V32()); boost 1192 libcore/vm/Machine.cpp const boost::int32_t oindex = mStream->read_V32(); boost 1193 libcore/vm/Machine.cpp const boost::int32_t iindex = mStream->read_V32(); boost 1211 libcore/vm/Machine.cpp boost::uint32_t index = toInt(indexv); boost 1245 libcore/vm/Machine.cpp boost::int32_t method_index = mStream->read_V32(); boost 1264 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1291 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1312 libcore/vm/Machine.cpp boost::uint32_t dispatch_id = mStream->read_V32() - 1; boost 1313 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1348 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1370 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1421 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1539 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1577 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1654 libcore/vm/Machine.cpp boost::uint32_t argc = mStream->read_V32(); boost 1677 libcore/vm/Machine.cpp boost::uint32_t asize = mStream->read_V32(); boost 1678 libcore/vm/Machine.cpp boost::uint32_t i = asize; boost 1720 libcore/vm/Machine.cpp boost::uint32_t cid = mStream->read_V32(); boost 1913 libcore/vm/Machine.cpp boost::uint32_t index = mStream->read_V32(); boost 1927 libcore/vm/Machine.cpp boost::uint32_t index = mStream->read_V32(); boost 1948 libcore/vm/Machine.cpp boost::uint8_t depth = mStream->read_u8(); boost 2022 libcore/vm/Machine.cpp boost::uint32_t index = mStream->read_V32(); boost 2081 libcore/vm/Machine.cpp boost::uint32_t sindex = mStream->read_V32(); boost 2111 libcore/vm/Machine.cpp boost::uint32_t sindex = mStream->read_V32(); boost 2153 libcore/vm/Machine.cpp boost::uint32_t sindex = mStream->read_V32(); boost 2172 libcore/vm/Machine.cpp boost::uint32_t sindex = mStream->read_V32(); boost 2230 libcore/vm/Machine.cpp _stack.top(0) = static_cast<boost::uint32_t>( boost 2414 libcore/vm/Machine.cpp boost::uint32_t foff = mStream->read_V32(); boost 2435 libcore/vm/Machine.cpp const boost::uint32_t foff = mStream->read_V32(); boost 2563 libcore/vm/Machine.cpp static_cast<boost::uint32_t>(toNumber(_stack.top(1), getVM(fn))) boost 2786 libcore/vm/Machine.cpp const boost::uint32_t foff = mStream->read_V32(); boost 2796 libcore/vm/Machine.cpp const boost::uint32_t foff = mStream->read_V32(); boost 303 libcore/vm/Machine.h void load_function(CodeStream* stream, boost::uint32_t maxRegisters); boost 307 libcore/vm/Machine.h void clearRegisters(boost::uint32_t maxRegsiters); boost 343 libcore/vm/Machine.h as_object* get_scope_stack(boost::uint8_t depth) const { boost 244 libcore/vm/VM.cpp const boost::uint16_t recursionLimit = getRoot().getRecursionLimit(); boost 250 libcore/vm/VM.cpp ss << boost::format(_("Recursion limit reached (%u)")) % recursionLimit; boost 458 libcore/vm/VM.cpp boost::int32_t boost 466 libcore/vm/VM.cpp return - static_cast<boost::uint32_t>(std::fmod(-d, 4294967296.0)); boost 469 libcore/vm/VM.cpp return static_cast<boost::uint32_t>(std::fmod(d, 4294967296.0)); boost 75 libcore/vm/VM.h class DSOEXPORT VM : boost::noncopyable boost 157 libcore/vm/VM.h typedef boost::mt11213b RNG; boost 274 libcore/vm/VM.h typedef boost::array<as_value, 4> GlobalRegisters; boost 428 libcore/vm/VM.h boost::int32_t toInt(const as_value& val, const VM& vm); boost 67 libmedia/AudioDecoder.h virtual boost::uint8_t* decode(const boost::uint8_t* input, boost 68 libmedia/AudioDecoder.h boost::uint32_t inputSize, boost::uint32_t& outputSize, boost 69 libmedia/AudioDecoder.h boost::uint32_t& decodedData, bool parse); boost 84 libmedia/AudioDecoder.h virtual boost::uint8_t* decode(const EncodedAudioFrame& input, boost 85 libmedia/AudioDecoder.h boost::uint32_t& outputSize); boost 89 libmedia/AudioDecoder.h inline boost::uint8_t* boost 90 libmedia/AudioDecoder.h AudioDecoder::decode(const boost::uint8_t*, boost::uint32_t, boost::uint32_t&, boost 91 libmedia/AudioDecoder.h boost::uint32_t&, bool) boost 96 libmedia/AudioDecoder.h inline boost::uint8_t* boost 97 libmedia/AudioDecoder.h AudioDecoder::decode(const EncodedAudioFrame&, boost::uint32_t&) boost 98 libmedia/AudioDecoderSimple.cpp static boost::uint32_t doMonoBlock(boost::int16_t** out_data, int n_bits, BitsReader& in, int sample, int stepsize_index) boost 101 libmedia/AudioDecoderSimple.cpp boost::uint32_t sample_count = 1; boost 102 libmedia/AudioDecoderSimple.cpp *(*out_data)++ = (boost::int16_t) sample; boost 108 libmedia/AudioDecoderSimple.cpp *(*out_data)++ = (boost::int16_t) sample; boost 128 libmedia/AudioDecoderSimple.cpp boost::uint32_t sample_count = 2; boost 129 libmedia/AudioDecoderSimple.cpp *(*out_data)++ = (boost::int16_t) left_sample; boost 130 libmedia/AudioDecoderSimple.cpp *(*out_data)++ = (boost::int16_t) right_sample; boost 137 libmedia/AudioDecoderSimple.cpp *(*out_data)++ = (boost::int16_t) left_sample; boost 141 libmedia/AudioDecoderSimple.cpp *(*out_data)++ = (boost::int16_t) right_sample; boost 152 libmedia/AudioDecoderSimple.cpp static boost::uint32_t adpcm_expand( boost 169 libmedia/AudioDecoderSimple.cpp boost::int16_t* out_data = new boost::int16_t[insize * 5]; boost 172 libmedia/AudioDecoderSimple.cpp boost::uint32_t sample_count = 0; boost 268 libmedia/AudioDecoderSimple.cpp boost::int16_t *out_data = new boost::int16_t[input_size]; boost 271 libmedia/AudioDecoderSimple.cpp const boost::uint8_t *inp = input; boost 272 libmedia/AudioDecoderSimple.cpp boost::int16_t *outp = out_data; boost 274 libmedia/AudioDecoderSimple.cpp *outp++ = ((boost::int16_t)(*inp++) - 128) * 256; boost 328 libmedia/AudioDecoderSimple.cpp boost::format err = boost::format( boost 339 libmedia/AudioDecoderSimple.cpp boost::format err = boost::format( boost 359 libmedia/AudioDecoderSimple.cpp boost::format err = boost::format( boost 366 libmedia/AudioDecoderSimple.cpp boost::uint8_t* boost 380 libmedia/AudioDecoderSimple.cpp boost::uint32_t sample_count = ADPCMDecoder::adpcm_expand(decodedData, br, inputSize, _stereo); boost 418 libmedia/AudioDecoderSimple.cpp boost::uint16_t s; boost 420 libmedia/AudioDecoderSimple.cpp boost::uint8_t c0; boost 421 libmedia/AudioDecoderSimple.cpp boost::uint8_t c1; boost 447 libmedia/AudioDecoderSimple.cpp boost::uint8_t* tmp_raw_buffer = decodedData; boost 448 libmedia/AudioDecoderSimple.cpp boost::uint32_t tmp_raw_buffer_size = 0; boost 453 libmedia/AudioDecoderSimple.cpp boost::int16_t* adjusted_data = 0; boost 475 libmedia/AudioDecoderSimple.cpp tmp_raw_buffer = reinterpret_cast<boost::uint8_t*>(adjusted_data); boost 63 libmedia/AudioDecoderSimple.h boost::uint8_t* decode(const boost::uint8_t* input, boost::uint32_t inputSize, boost::uint32_t& outputSize, boost::uint32_t& decodedBytes, bool parse); boost 77 libmedia/AudioDecoderSimple.h boost::uint16_t _sampleRate; boost 80 libmedia/AudioDecoderSimple.h boost::uint32_t _sampleCount; boost 61 libmedia/AudioDecoderSpeex.cpp boost::rational<boost::uint32_t> numsamples(den, num); boost 65 libmedia/AudioDecoderSpeex.cpp _target_frame_size = boost::rational_cast<boost::uint32_t>(numsamples); boost 79 libmedia/AudioDecoderSpeex.cpp struct DecodedFrame : boost::noncopyable boost 81 libmedia/AudioDecoderSpeex.cpp DecodedFrame(boost::int16_t* newdata, size_t datasize) boost 86 libmedia/AudioDecoderSpeex.cpp boost::scoped_array<boost::int16_t> data; boost 90 libmedia/AudioDecoderSpeex.cpp boost::uint8_t* boost 99 libmedia/AudioDecoderSpeex.cpp boost::uint32_t total_size = 0; boost 103 libmedia/AudioDecoderSpeex.cpp boost::scoped_array<short> output( new short[_speex_framesize] ); boost 115 libmedia/AudioDecoderSpeex.cpp boost::int16_t* conv_data = 0; boost 119 libmedia/AudioDecoderSpeex.cpp conv_data = new boost::int16_t[_target_frame_size]; boost 141 libmedia/AudioDecoderSpeex.cpp for (boost::uint32_t i = 0; i < conv_size; i += 2) { boost 146 libmedia/AudioDecoderSpeex.cpp conv_size *= sizeof(boost::int16_t); boost 153 libmedia/AudioDecoderSpeex.cpp boost::uint32_t conv_size = outsize; boost 164 libmedia/AudioDecoderSpeex.cpp boost::uint8_t* rv = new boost::uint8_t[total_size]; boost 165 libmedia/AudioDecoderSpeex.cpp boost::uint8_t* ptr = rv; boost 44 libmedia/AudioDecoderSpeex.h boost::uint8_t* decode(const EncodedAudioFrame& input, boost 45 libmedia/AudioDecoderSpeex.h boost::uint32_t& outputSize); boost 56 libmedia/AudioDecoderSpeex.h boost::uint32_t _target_frame_size; boost 71 libmedia/AudioResampler.cpp boost::int16_t* out_data = new boost::int16_t[output_sample_count]; boost 73 libmedia/AudioResampler.cpp *adjusted_size = output_sample_count * sizeof(boost::int16_t); // in bytes boost 81 libmedia/AudioResampler.cpp std::memcpy(out_data, data, output_sample_count * sizeof(boost::int16_t)); boost 86 libmedia/AudioResampler.cpp boost::int16_t* in = (boost::int16_t*) data; boost 103 libmedia/AudioResampler.cpp boost::int16_t* in = (boost::int16_t*) data; boost 67 libmedia/AudioResampler.h static void convert_raw_data(boost::int16_t** adjusted_data, boost 40 libmedia/FLVParser.cpp const boost::uint16_t FLVParser::FLVAudioTag::flv_audio_rates [] = boost 73 libmedia/FLVParser.cpp boost::mutex::scoped_lock streamLock(_streamMutex); boost 176 libmedia/FLVParser.cpp boost::uint32_t bodyLength = flvtag.body_size; boost 179 libmedia/FLVParser.cpp boost::uint8_t packettype = _stream->read_byte(); boost 203 libmedia/FLVParser.cpp boost::uint8_t* data = new boost::uint8_t[bufSize]; boost 231 libmedia/FLVParser.cpp boost::uint32_t bodyLength = flvtag.body_size; boost 243 libmedia/FLVParser.cpp boost::uint8_t packettype = _stream->read_byte(); boost 250 libmedia/FLVParser.cpp boost::uint8_t tmp[3]; boost 278 libmedia/FLVParser.cpp boost::uint8_t* data = new boost::uint8_t[bufSize]; boost 299 libmedia/FLVParser.cpp boost::mutex::scoped_lock streamLock(_streamMutex); boost 310 libmedia/FLVParser.cpp boost::uint64_t& position = index_only ? _nextPosToIndex : _lastParsedPosition; boost 329 libmedia/FLVParser.cpp boost::uint8_t chunk[12]; boost 341 libmedia/FLVParser.cpp boost::mutex::scoped_lock lock(_bytesLoadedMutex); boost 359 libmedia/FLVParser.cpp boost::mutex::scoped_lock lock(_bytesLoadedMutex); boost 440 libmedia/FLVParser.cpp boost::uint32_t terminus = getUInt24(metaTag->data() + boost 447 libmedia/FLVParser.cpp boost::mutex::scoped_lock lock(_metaTagsMutex); boost 458 libmedia/FLVParser.cpp boost::uint32_t prevtagsize = chunk[0] << 24 | chunk[1] << 16 | boost 476 libmedia/FLVParser.cpp boost::uint8_t header[9]; boost 489 libmedia/FLVParser.cpp const boost::uint8_t version = header[3]; boost 501 libmedia/FLVParser.cpp inline boost::uint32_t boost 508 libmedia/FLVParser.cpp boost::uint64_t boost 511 libmedia/FLVParser.cpp boost::mutex::scoped_lock lock(_bytesLoadedMutex); boost 525 libmedia/FLVParser.cpp boost::uint8_t* data = new boost::uint8_t[bufSize]; boost 551 libmedia/FLVParser.cpp boost::uint8_t* data = new boost::uint8_t[bufSize]; boost 568 libmedia/FLVParser.cpp boost::mutex::scoped_lock lock(_metaTagsMutex); boost 57 libmedia/FLVParser.h ExtraVideoInfoFlv(boost::uint8_t* extradata, size_t datasize) boost 65 libmedia/FLVParser.h boost::scoped_array<boost::uint8_t> data; boost 89 libmedia/FLVParser.h ExtraAudioInfoFlv(boost::uint8_t* extradata, size_t datasize) boost 97 libmedia/FLVParser.h boost::scoped_array<boost::uint8_t> data; boost 130 libmedia/FLVParser.h virtual bool seek(boost::uint32_t&); boost 136 libmedia/FLVParser.h boost::uint64_t getBytesLoaded() const; boost 156 libmedia/FLVParser.h virtual void fetchMetaTags(OrderedMetaTags& tags, boost::uint64_t ts); boost 167 libmedia/FLVParser.h struct FLVTag : public boost::noncopyable boost 169 libmedia/FLVParser.h FLVTag(boost::uint8_t* stream) boost 177 libmedia/FLVParser.h boost::uint8_t type; boost 178 libmedia/FLVParser.h boost::uint32_t body_size; boost 179 libmedia/FLVParser.h boost::uint32_t timestamp; boost 182 libmedia/FLVParser.h struct FLVAudioTag : public boost::noncopyable boost 184 libmedia/FLVParser.h FLVAudioTag(const boost::uint8_t& byte) boost 194 libmedia/FLVParser.h boost::uint8_t codec; boost 196 libmedia/FLVParser.h boost::uint16_t samplerate; boost 199 libmedia/FLVParser.h boost::uint8_t samplesize; boost 205 libmedia/FLVParser.h static const boost::uint16_t flv_audio_rates[]; boost 216 libmedia/FLVParser.h struct FLVVideoTag : public boost::noncopyable boost 218 libmedia/FLVParser.h FLVVideoTag(const boost::uint8_t& byte) boost 225 libmedia/FLVParser.h boost::uint8_t frametype; boost 227 libmedia/FLVParser.h boost::uint8_t codec; boost 238 libmedia/FLVParser.h const FLVAudioTag& audiotag, boost::uint32_t thisTagPos); boost 241 libmedia/FLVParser.h const FLVVideoTag& videotag, boost::uint32_t thisTagPos); boost 243 libmedia/FLVParser.h void indexAudioTag(const FLVTag& tag, boost::uint32_t thisTagPos); boost 246 libmedia/FLVParser.h boost::uint32_t thisTagPos); boost 254 libmedia/FLVParser.h static boost::uint32_t getUInt24(boost::uint8_t* in); boost 258 libmedia/FLVParser.h boost::uint64_t _lastParsedPosition; boost 261 libmedia/FLVParser.h boost::uint64_t _nextPosToIndex; boost 284 libmedia/FLVParser.h readAudioFrame(boost::uint32_t dataSize, boost::uint32_t timestamp); boost 287 libmedia/FLVParser.h readVideoFrame(boost::uint32_t dataSize, boost::uint32_t timestamp); boost 299 libmedia/FLVParser.h boost::mutex _metaTagsMutex; boost 105 libmedia/MediaHandler.cpp boost::format err = boost::format( boost 52 libmedia/MediaParser.cpp _parserThread.reset(new boost::thread( boost 53 libmedia/MediaParser.cpp boost::bind(parserLoopStarter, this))); boost 58 libmedia/MediaParser.cpp boost::uint64_t boost 62 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 72 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 78 libmedia/MediaParser.cpp boost::uint64_t boost 97 libmedia/MediaParser.cpp boost::uint64_t boost 109 libmedia/MediaParser.cpp boost::uint64_t boost 142 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 182 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 194 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 217 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 240 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 296 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 321 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 361 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 439 libmedia/MediaParser.cpp boost::mutex::scoped_lock lock(_qMutex); boost 226 libmedia/MediaParser.h AudioInfo(int codeci, boost::uint16_t sampleRatei, boost 227 libmedia/MediaParser.h boost::uint16_t sampleSizei, bool stereoi, boost 228 libmedia/MediaParser.h boost::uint64_t durationi, codecType typei) boost 247 libmedia/MediaParser.h boost::uint16_t sampleRate; boost 250 libmedia/MediaParser.h boost::uint16_t sampleSize; boost 254 libmedia/MediaParser.h boost::uint64_t duration; boost 313 libmedia/MediaParser.h VideoInfo(int codeci, boost::uint16_t widthi, boost::uint16_t heighti, boost 314 libmedia/MediaParser.h boost::uint16_t frameRatei, boost::uint64_t durationi, boost 327 libmedia/MediaParser.h boost::uint16_t width; boost 328 libmedia/MediaParser.h boost::uint16_t height; boost 329 libmedia/MediaParser.h boost::uint16_t frameRate; boost 330 libmedia/MediaParser.h boost::uint64_t duration; boost 379 libmedia/MediaParser.h EncodedVideoFrame(boost::uint8_t* data, boost::uint32_t size, boost 381 libmedia/MediaParser.h boost::uint64_t timestamp=0) boost 390 libmedia/MediaParser.h const boost::uint8_t* data() const { return _data.get(); } boost 393 libmedia/MediaParser.h boost::uint32_t dataSize() const { return _size; } boost 396 libmedia/MediaParser.h boost::uint64_t timestamp() const { return _timestamp; } boost 405 libmedia/MediaParser.h boost::uint32_t _size; boost 406 libmedia/MediaParser.h boost::scoped_array<boost::uint8_t> _data; boost 408 libmedia/MediaParser.h boost::uint64_t _timestamp; boost 415 libmedia/MediaParser.h boost::uint32_t dataSize; boost 416 libmedia/MediaParser.h boost::scoped_array<boost::uint8_t> data; boost 417 libmedia/MediaParser.h boost::uint64_t timestamp; boost 461 libmedia/MediaParser.h virtual bool seek(boost::uint32_t& time)=0; boost 472 libmedia/MediaParser.h DSOEXPORT boost::uint64_t getBufferLength() const; boost 480 libmedia/MediaParser.h DSOEXPORT boost::uint64_t getBufferTime() const boost 482 libmedia/MediaParser.h boost::mutex::scoped_lock lock(_bufferTimeMutex); boost 491 libmedia/MediaParser.h DSOEXPORT void setBufferTime(boost::uint64_t t) boost 493 libmedia/MediaParser.h boost::mutex::scoped_lock lock(_bufferTimeMutex); boost 504 libmedia/MediaParser.h DSOEXPORT bool nextFrameTimestamp(boost::uint64_t& ts) const; boost 513 libmedia/MediaParser.h DSOEXPORT bool nextVideoFrameTimestamp(boost::uint64_t& ts) const; boost 531 libmedia/MediaParser.h DSOEXPORT bool nextAudioFrameTimestamp(boost::uint64_t& ts) const; boost 576 libmedia/MediaParser.h virtual boost::uint64_t getBytesLoaded() const { return 0; } boost 579 libmedia/MediaParser.h boost::uint64_t getBytesTotal() const boost 604 libmedia/MediaParser.h virtual void fetchMetaTags(OrderedMetaTags& tags, boost::uint64_t ts); boost 620 libmedia/MediaParser.h boost::uint64_t _bytesLoaded; boost 653 libmedia/MediaParser.h mutable boost::mutex _streamMutex; boost 672 libmedia/MediaParser.h boost::mutex::scoped_lock lock(_parserThreadKillRequestMutex); boost 676 libmedia/MediaParser.h boost::uint64_t _bufferTime; boost 677 libmedia/MediaParser.h mutable boost::mutex _bufferTimeMutex; boost 679 libmedia/MediaParser.h std::auto_ptr<boost::thread> _parserThread; boost 680 libmedia/MediaParser.h boost::barrier _parserThreadStartBarrier; boost 681 libmedia/MediaParser.h mutable boost::mutex _parserThreadKillRequestMutex; boost 683 libmedia/MediaParser.h boost::condition _parserThreadWakeup; boost 690 libmedia/MediaParser.h void waitIfNeeded(boost::mutex::scoped_lock& qMutexLock); boost 695 libmedia/MediaParser.h mutable boost::mutex _qMutex; boost 699 libmedia/MediaParser.h mutable boost::mutex _bytesLoadedMutex; boost 751 libmedia/MediaParser.h boost::mutex::scoped_lock lock(_parserThreadKillRequestMutex); boost 757 libmedia/MediaParser.h boost::uint64_t audioBufferLength() const; boost 760 libmedia/MediaParser.h boost::uint64_t videoBufferLength() const; boost 763 libmedia/MediaParser.h boost::uint64_t getBufferLengthNoLock() const; boost 71 libmedia/SoundInfo.h SoundInfo(audioCodecType format, bool stereo, boost::uint32_t sampleRate, boost 72 libmedia/SoundInfo.h boost::uint32_t sampleCount, bool is16bit, boost 73 libmedia/SoundInfo.h boost::int16_t delaySeek=0) boost 112 libmedia/SoundInfo.h boost::int16_t getDelaySeek() const { return _delaySeek; } boost 130 libmedia/SoundInfo.h boost::uint32_t _sampleRate; boost 133 libmedia/SoundInfo.h boost::uint32_t _sampleCount; boost 136 libmedia/SoundInfo.h boost::int16_t _delaySeek; boost 40 libmedia/VideoConverter.h struct ImgBuf : public boost::noncopyable boost 42 libmedia/VideoConverter.h typedef boost::uint32_t Type4CC; boost 45 libmedia/VideoConverter.h ImgBuf(Type4CC t, boost::uint8_t* dataptr, size_t datasize, size_t w, boost 62 libmedia/VideoConverter.h boost::uint8_t* ptr = static_cast<boost::uint8_t*>(voidptr); boost 71 libmedia/VideoConverter.h boost::uint8_t* data; boost 85 libmedia/VideoConverter.h class VideoConverter : public boost::noncopyable { boost 45 libmedia/VideoDecoder.h class VideoDecoder : public boost::noncopyable { boost 104 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 113 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 138 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 220 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 229 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 239 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 245 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 260 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err; boost 262 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp err = boost::format( boost 267 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp err = boost::format( boost 337 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::format err = boost::format( boost 345 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* boost 374 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* retBuf = new boost::uint8_t[retCapacity]; boost 384 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp const boost::uint8_t* frame=0; // parsed frame (pointer into input) boost 457 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint32_t outSize = 0; boost 458 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::scoped_array<boost::uint8_t> outBuf( boost 489 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* tmp = retBuf; boost 498 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp retBuf = new boost::uint8_t[retCapacity]; boost 512 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* boost 519 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* boost 530 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* output; boost 532 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp output = reinterpret_cast<boost::uint8_t*>(av_malloc(bufsize)); boost 539 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::int16_t* outPtr = reinterpret_cast<boost::int16_t*>(output); boost 596 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* resampledOutput = new boost::uint8_t[resampledFrameSize]; boost 608 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp reinterpret_cast<boost::int16_t*>(resampledOutput), // output boost 616 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp outPtr = reinterpret_cast<boost::int16_t*>(resampledOutput); boost 644 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp boost::uint8_t* newOutput = new boost::uint8_t[outSize]; boost 646 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp outPtr = reinterpret_cast<boost::int16_t*>(newOutput); boost 664 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp const_cast<boost::uint8_t**>(outFrame), boost 58 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint8_t* decode(const boost::uint8_t* input, boost 59 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint32_t inputSize, boost::uint32_t& outputSize, boost 60 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint32_t& decodedBytes, bool parse); boost 62 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint8_t* decode(const EncodedAudioFrame& af, boost 63 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint32_t& outputSize); boost 70 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint8_t* decodeFrame(const boost::uint8_t* input, boost 71 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint32_t inputSize, boost::uint32_t& outputSize); boost 101 libmedia/ffmpeg/AudioDecoderFfmpeg.h int parseInput(const boost::uint8_t* input, boost::uint32_t inputSize, boost 102 libmedia/ffmpeg/AudioDecoderFfmpeg.h boost::uint8_t const ** outFrame, int* outFrameSize); boost 68 libmedia/ffmpeg/AudioResamplerFfmpeg.h boost::int16_t* input, boost::int16_t* output, int samples boost 44 libmedia/ffmpeg/MediaHandlerFfmpeg.cpp const boost::uint32_t ver = avcodec_version(); boost 120 libmedia/ffmpeg/MediaHandlerFfmpeg.cpp boost::format err = boost::format( boost 55 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::int64_t boost 68 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::scoped_array<boost::uint8_t> buffer(new boost::uint8_t[bufSize]); boost 131 libmedia/ffmpeg/MediaParserFfmpeg.cpp newtime = static_cast<boost::int32_t>(newtime / 1000.0); boost 153 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t timestamp = static_cast<boost::uint64_t>(packet.dts * as_double(_videoStream->time_base) * 1000.0); boost 167 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint8_t* data = new boost::uint8_t[allocSize]; boost 192 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t dts = packet.dts; boost 193 libmedia/ffmpeg/MediaParserFfmpeg.cpp if ( dts == static_cast<boost::uint64_t>(AV_NOPTS_VALUE) ) { boost 207 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t timestamp = static_cast<boost::uint64_t>(dts * as_double(_audioStream->time_base) * 1000.0); boost 216 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint8_t* data = new boost::uint8_t[allocSize]; boost 233 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::mutex::scoped_lock streamLock(_streamMutex); boost 255 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t curPos = _stream->tell(); boost 309 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t boost 445 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t width = _videoStream->codec->width; boost 446 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t height = _videoStream->codec->height; boost 447 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t frameRate = static_cast<boost::uint16_t>(as_double(_videoStream->r_frame_rate)); boost 449 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t duration = _videoStream->codec_info_duration; boost 451 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t duration = _videoStream->duration; boost 473 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t sampleRate = _audioStream->codec->sample_rate; boost 474 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t sampleSize = SampleFormatToSampleSize(_audioStream->codec->sample_fmt); boost 477 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t duration = _audioStream->codec_info_duration; boost 479 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t duration = _audioStream->duration; boost 543 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::int64_t boost 555 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::format fmt = boost::format( boost 591 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t boost 44 libmedia/ffmpeg/MediaParserFfmpeg.h ExtraAudioInfoFfmpeg(boost::uint8_t* nData, size_t nDataSize) boost 50 libmedia/ffmpeg/MediaParserFfmpeg.h boost::uint8_t* data; boost 61 libmedia/ffmpeg/MediaParserFfmpeg.h ExtraVideoInfoFfmpeg(boost::uint8_t* nData, size_t nDataSize) boost 67 libmedia/ffmpeg/MediaParserFfmpeg.h boost::uint8_t* data; boost 85 libmedia/ffmpeg/MediaParserFfmpeg.h virtual bool seek(boost::uint32_t&); boost 91 libmedia/ffmpeg/MediaParserFfmpeg.h virtual boost::uint64_t getBytesLoaded() const; boost 120 libmedia/ffmpeg/MediaParserFfmpeg.h int readPacket(boost::uint8_t* buf, int buf_size); boost 123 libmedia/ffmpeg/MediaParserFfmpeg.h static int readPacketWrapper(void* opaque, boost::uint8_t* buf, int buf_size); boost 126 libmedia/ffmpeg/MediaParserFfmpeg.h boost::int64_t seekMedia(boost::int64_t offset, int whence); boost 129 libmedia/ffmpeg/MediaParserFfmpeg.h static boost::int64_t seekMediaWrapper(void *opaque, boost::int64_t offset, int whence); boost 161 libmedia/ffmpeg/MediaParserFfmpeg.h boost::scoped_array<unsigned char> _byteIOBuffer; boost 164 libmedia/ffmpeg/MediaParserFfmpeg.h boost::uint64_t _lastParsedPosition; boost 170 libmedia/ffmpeg/MediaParserFfmpeg.h boost::uint16_t SampleFormatToSampleSize(SampleFormat fmt); boost 172 libmedia/ffmpeg/VideoConverterFfmpeg.cpp boost::uint8_t* dstbuffer = new boost::uint8_t[bufsize]; boost 140 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp boost::format msg = boost::format(_("Cannot find suitable " boost 145 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp boost::uint8_t* extradata=0; boost 207 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp boost::format msg = boost::format(_("libavcodec" boost 87 libmedia/ffmpeg/VideoDecoderFfmpeg.h boost::uint8_t* extradata=0, int extradataSize=0); boost 89 libmedia/ffmpeg/VideoDecoderFfmpeg.h std::auto_ptr<image::GnashImage> decode(const boost::uint8_t* input, boost 90 libmedia/ffmpeg/VideoDecoderFfmpeg.h boost::uint32_t input_size); boost 40 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h VaapiSurfaceFfmpeg(boost::shared_ptr<VaapiSurface> surface, boost 41 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h boost::shared_ptr<VaapiContext> context) boost 61 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h boost::shared_ptr<VaapiContext> _context; boost 109 libmedia/gst/AudioDecoderGst.cpp boost::format err = boost::format( boost 119 libmedia/gst/AudioDecoderGst.cpp boost::format err = boost::format( boost 175 libmedia/gst/AudioDecoderGst.cpp std::string msg = (boost::format(_("Couldn't find a plugin for " boost 198 libmedia/gst/AudioDecoderGst.cpp std::string msg = (boost::format( boost 211 libmedia/gst/AudioDecoderGst.cpp boost::uint32_t* total = (boost::uint32_t*) data; boost 219 libmedia/gst/AudioDecoderGst.cpp boost::uint8_t* boost 231 libmedia/gst/AudioDecoderGst.cpp boost::uint8_t* rbuf = new boost::uint8_t[outputSize]; boost 233 libmedia/gst/AudioDecoderGst.cpp boost::uint8_t* ptr = rbuf; boost 251 libmedia/gst/AudioDecoderGst.cpp boost::uint8_t* boost 272 libmedia/gst/AudioDecoderGst.cpp boost::uint8_t* boost 51 libmedia/gst/AudioDecoderGst.h boost::uint8_t* decode(const boost::uint8_t* input, boost::uint32_t inputSize, boost 52 libmedia/gst/AudioDecoderGst.h boost::uint32_t& outputSize, boost::uint32_t& decodedData, boost 54 libmedia/gst/AudioDecoderGst.h boost::uint8_t* decode(const EncodedAudioFrame& ef, boost::uint32_t& outputSize); boost 58 libmedia/gst/AudioDecoderGst.h boost::uint8_t* pullBuffers(boost::uint32_t& outputSize); boost 99 libmedia/gst/MediaHandlerGst.cpp boost::uint8_t* extradata = 0; boost 135 libmedia/gst/MediaHandlerGst.cpp boost::format err = boost::format( boost 138 libmedia/gst/MediaParserGst.cpp boost::mutex::scoped_lock streamLock(_streamMutex); boost 155 libmedia/gst/MediaParserGst.cpp boost::mutex::scoped_lock lock(_bytesLoadedMutex); boost 165 libmedia/gst/MediaParserGst.cpp boost::uint64_t boost 168 libmedia/gst/MediaParserGst.cpp boost::mutex::scoped_lock lock(_bytesLoadedMutex); boost 44 libmedia/gst/MediaParserGst.h boost::noncopyable boost 62 libmedia/gst/MediaParserGst.h struct EncodedExtraGstData : public EncodedExtraData, boost::noncopyable boost 83 libmedia/gst/MediaParserGst.h class SimpleTimer : public boost::noncopyable boost 97 libmedia/gst/MediaParserGst.h boost::uint64_t _start_time; boost 116 libmedia/gst/MediaParserGst.h bool seek(boost::uint32_t&); boost 122 libmedia/gst/MediaParserGst.h boost::uint64_t getBytesLoaded() const; boost 134 libmedia/gst/VideoConverterGst.cpp GST_BUFFER_DATA(buffer) = const_cast<boost::uint8_t*>(src.data); boost 96 libmedia/gst/VideoDecoderGst.cpp boost::format msg = boost::format(_("No support for video codec %s.")) % boost 126 libmedia/gst/VideoDecoderGst.cpp std::string msg = (boost::format(_("Couldn't find a plugin for " boost 153 libmedia/gst/VideoDecoderGst.cpp std::string msg = (boost::format( boost 176 libmedia/gst/VideoDecoderGst.cpp GST_BUFFER_DATA(buffer) = const_cast<boost::uint8_t*>(frame.data()); boost 76 libmedia/gst/VideoDecoderGst.h const boost::uint8_t* extradata, size_t extradatasize); boost 53 libmedia/haiku/AudioDecoderHaiku.cpp boost::uint8_t* boost 58 libmedia/haiku/AudioDecoderHaiku.cpp boost::uint8_t *t; boost 61 libmedia/haiku/AudioDecoderHaiku.cpp t = new boost::uint8_t[outputSize]; boost 63 libmedia/haiku/AudioDecoderHaiku.cpp boost::uint16_t *data = boost 64 libmedia/haiku/AudioDecoderHaiku.cpp reinterpret_cast<boost::uint16_t*>(t); boost 66 libmedia/haiku/AudioDecoderHaiku.cpp for (size_t i = 0; i < outputSize / sizeof(boost::uint16_t); ++i) boost 75 libmedia/haiku/AudioDecoderHaiku.cpp boost::uint8_t* boost 56 libmedia/haiku/AudioDecoderHaiku.h boost::uint8_t* decode(const boost::uint8_t* input, boost::uint32_t inputSize, boost::uint32_t& outputSize, boost::uint32_t& decodedBytes, bool parse); boost 58 libmedia/haiku/AudioDecoderHaiku.h boost::uint8_t* decode(const EncodedAudioFrame& af, boost::uint32_t& outputSize); boost 113 libmedia/haiku/MediaHandlerHaiku.cpp boost::format err = boost::format( boost 61 libmedia/haiku/MediaParserHaiku.cpp boost::uint64_t boost 50 libmedia/haiku/MediaParserHaiku.h virtual bool seek(boost::uint32_t&); boost 56 libmedia/haiku/MediaParserHaiku.h virtual boost::uint64_t getBytesLoaded() const; boost 67 libmedia/haiku/VideoDecoderHaiku.cpp boost::uint8_t *d = boost 68 libmedia/haiku/VideoDecoderHaiku.cpp new boost::uint8_t[100*100*4]; boost 71 libmedia/haiku/VideoDecoderHaiku.cpp d[i] *= 1 - (boost::uint8_t) 2*(rand()%2); boost 72 libmedia/haiku/VideoDecoderHaiku.cpp d[i] += (boost::uint8_t) rand()/64; boost 188 librender/Renderer.h class DSOEXPORT Renderer : boost::noncopyable boost 319 librender/Renderer.h virtual void renderToImage(boost::shared_ptr<IOChannel> /*io*/, boost 352 librender/Renderer.h typedef boost::shared_ptr<GnashVaapiImageProxy> RenderImage; boost 381 librender/agg/Renderer_agg.cpp boost::scoped_array<boost::uint8_t> _buffer; boost 1223 librender/agg/Renderer_agg.cpp boost::bind(&Path::transform, _1, mat)); boost 1413 librender/agg/Renderer_agg.cpp boost::apply_visitor(st, FillStyles[fno].fill); boost 1836 librender/agg/Renderer_agg.cpp boost::numeric::converter<int,float> truncator; boost 2045 librender/agg/Renderer_agg.cpp boost::scoped_ptr<renderer_base> m_rbase; boost 2048 librender/agg/Renderer_agg.cpp boost::scoped_ptr<Renderer> _external; boost 2087 librender/agg/Renderer_agg.cpp boost::uint16_t word; boost 2089 librender/agg/Renderer_agg.cpp boost::uint8_t b1; boost 2090 librender/agg/Renderer_agg.cpp boost::uint8_t b2; boost 60 librender/agg/Renderer_agg_bitmap.h boost::uint8_t* get_data() const { return _image->begin(); } boost 64 librender/agg/Renderer_agg_bitmap.h boost::scoped_ptr<image::GnashImage> _image; boost 364 librender/agg/Renderer_agg_style.h BitmapStyle(int width, int height, int rowlen, boost::uint8_t* data, boost 554 librender/agg/Renderer_agg_style.h boost::ptr_vector<AggStyle> _styles; boost 592 librender/agg/Renderer_agg_style.h struct AddStyles : boost::static_visitor<> boost 130 librender/cairo/PathParser.cpp std::for_each(edges.begin(), edges.end(), boost::bind(&PathParser::line_to, boost 135 librender/cairo/PathParser.cpp it = boost::next(prev), end = edges.rend(); it != end; ++it, ++prev) { boost 60 librender/cairo/PathParser.h class PathParser : boost::noncopyable boost 72 librender/cairo/Renderer_cairo.cpp boost::uint32_t* dst32 = reinterpret_cast<boost::uint32_t*>(dst); boost 75 librender/cairo/Renderer_cairo.cpp const boost::uint8_t* src = scanline(*im, y); boost 86 librender/cairo/Renderer_cairo.cpp boost::uint32_t* dst32 = reinterpret_cast<boost::uint32_t*>(dst); boost 89 librender/cairo/Renderer_cairo.cpp const boost::uint8_t* src = scanline(*im, y); boost 92 librender/cairo/Renderer_cairo.cpp const boost::uint8_t& r = src[0], boost 106 librender/cairo/Renderer_cairo.cpp class bitmap_info_cairo : public CachedBitmap, boost::noncopyable boost 154 librender/cairo/Renderer_cairo.cpp boost::uint32_t* start = boost 155 librender/cairo/Renderer_cairo.cpp reinterpret_cast<boost::uint32_t*>(_data.get()); boost 210 librender/cairo/Renderer_cairo.cpp mutable boost::scoped_ptr<image::GnashImage> _image; boost 211 librender/cairo/Renderer_cairo.cpp boost::scoped_array<boost::uint8_t> _data; boost 224 librender/cairo/Renderer_cairo.cpp struct StyleHandler : boost::static_visitor<cairo_pattern_t*> boost 319 librender/cairo/Renderer_cairo.cpp cairo_pattern_t* pattern = boost::apply_visitor(st, style.fill); boost 411 librender/cairo/Renderer_cairo.cpp class CairoScopeMatrix : public boost::noncopyable boost 453 librender/cairo/Renderer_cairo.cpp boost::uint8_t* buffer = new boost::uint8_t[buf_size]; boost 518 librender/cairo/Renderer_cairo.cpp _video_buffer.reset(new boost::uint8_t[buf_size]); boost 549 librender/cairo/Renderer_cairo.cpp geometry::Range2d<boost::int32_t> range = bounds->getRange(); boost 622 librender/cairo/Renderer_cairo.cpp const geometry::Range2d<boost::int32_t>& range = boost 992 librender/cairo/Renderer_cairo.cpp boost::bind(&Path::transform, _1, boost::ref(mat))); boost 130 librender/cairo/Renderer_cairo.h boost::scoped_array<boost::uint8_t> _video_buffer; boost 169 librender/opengl/Renderer_ogl.cpp mutable boost::scoped_ptr<image::GnashImage> _img; boost 170 librender/opengl/Renderer_ogl.cpp mutable boost::scoped_ptr<image::GnashImage> _cache; boost 183 librender/opengl/Renderer_ogl.cpp struct StyleHandler : boost::static_visitor<> boost 222 librender/opengl/Renderer_ogl.cpp class OSRenderMesa : public boost::noncopyable boost 283 librender/opengl/Renderer_ogl.cpp boost::scoped_array<boost::uint8_t> _buffer; boost 292 librender/opengl/Renderer_ogl.cpp class oglScopeEnable : public boost::noncopyable boost 310 librender/opengl/Renderer_ogl.cpp class oglScopeMatrix : public boost::noncopyable boost 362 librender/opengl/Renderer_ogl.cpp PointSerializer(std::vector<boost::int16_t>& dest) boost 373 librender/opengl/Renderer_ogl.cpp std::vector<boost::int16_t>& _dest; boost 608 librender/opengl/Renderer_ogl.cpp boost::scoped_array<boost::uint8_t> resized_data( boost 609 librender/opengl/Renderer_ogl.cpp new boost::uint8_t[w * h * _img->channels()]); boost 704 librender/opengl/Renderer_ogl.cpp boost::bind(pmf, _1, boost::ref(arg))); boost 794 librender/opengl/Renderer_ogl.cpp boost::shared_ptr<GnashTexture> getCachedTexture(image::GnashImage *frame) boost 796 librender/opengl/Renderer_ogl.cpp boost::shared_ptr<GnashTexture> texture; boost 815 librender/opengl/Renderer_ogl.cpp std::list< boost::shared_ptr<GnashTexture> >::iterator it; boost 884 librender/opengl/Renderer_ogl.cpp boost::shared_ptr<GnashTexture> texture = getCachedTexture(frame); boost 1101 librender/opengl/Renderer_ogl.cpp std::vector<boost::int16_t> pointList; boost 1112 librender/opengl/Renderer_ogl.cpp glVertexPointer(2, GL_SHORT, (sizeof(boost::int16_t) * 2) * boost 1197 librender/opengl/Renderer_ogl.cpp boost::bind(&Renderer_ogl::add_paths, this, _1)); boost 1414 librender/opengl/Renderer_ogl.cpp boost::apply_visitor(st, style.fill); boost 1597 librender/opengl/Renderer_ogl.cpp connector = find_connecting_path(*connector, std::list<const Path*>(boost::next(it), end)); boost 1676 librender/opengl/Renderer_ogl.cpp boost::bind(&Path::transform, _1, boost::ref(mat))); boost 1725 librender/opengl/Renderer_ogl.cpp boost::get<SolidFill>(FillStyles[i].fill); boost 1727 librender/opengl/Renderer_ogl.cpp catch (const boost::bad_get&) { boost 1735 librender/opengl/Renderer_ogl.cpp boost::get<SolidFill>(FillStyles[i].fill); boost 1737 librender/opengl/Renderer_ogl.cpp catch (const boost::bad_get&) { boost 1885 librender/opengl/Renderer_ogl.cpp std::vector<boost::uint8_t> _render_indices; boost 1886 librender/opengl/Renderer_ogl.cpp std::vector< boost::shared_ptr<GnashTexture> > _render_textures; boost 1887 librender/opengl/Renderer_ogl.cpp std::list< boost::shared_ptr<GnashTexture> > _cached_textures; boost 45 libsound/AuxStream.h unsigned int fetchSamples(boost::int16_t* to, unsigned int nSamples) boost 82 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 108 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 124 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 143 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 150 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 157 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 164 libsound/EmbedSound.cpp boost::mutex::scoped_lock lock(_soundInstancesMutex); boost 91 libsound/EmbedSound.h void append(boost::uint8_t* data, unsigned int size); boost 106 libsound/EmbedSound.h const boost::uint8_t* data() const { boost 111 libsound/EmbedSound.h boost::uint8_t* data() { boost 120 libsound/EmbedSound.h const boost::uint8_t* data(size_t pos) const { boost 130 libsound/EmbedSound.h boost::uint8_t* data(size_t pos) { boost 222 libsound/EmbedSound.h mutable boost::mutex _soundInstancesMutex; boost 109 libsound/EmbedSoundInst.cpp boost::int16_t* boost 115 libsound/EmbedSoundInst.cpp return reinterpret_cast<boost::int16_t*>(_decodedData->data()+pos); boost 147 libsound/EmbedSoundInst.cpp boost::int16_t* data = getDecodedData(playbackPosition); boost 234 libsound/EmbedSoundInst.cpp boost::uint32_t inputSize = 0; // or blockSize boost 286 libsound/EmbedSoundInst.cpp const boost::uint8_t* input = getEncodedData(decodingPosition); boost 288 libsound/EmbedSoundInst.cpp boost::uint32_t consumed = 0; boost 289 libsound/EmbedSoundInst.cpp boost::uint32_t decodedDataSize = 0; boost 290 libsound/EmbedSoundInst.cpp boost::uint8_t* decodedData = _decoder->decode( boost 302 libsound/EmbedSoundInst.cpp boost::int16_t* samples = reinterpret_cast<boost::int16_t*>(decodedData); boost 337 libsound/EmbedSoundInst.cpp const boost::uint8_t* boost 380 libsound/EmbedSoundInst.cpp boost::uint32_t next_env_pos = 0; boost 99 libsound/EmbedSoundInst.h unsigned int fetchSamples(boost::int16_t* to, unsigned int nSamples); boost 138 libsound/EmbedSoundInst.h boost::uint32_t current_env; boost 156 libsound/EmbedSoundInst.h void appendDecodedData(boost::uint8_t* data, unsigned int size); boost 166 libsound/EmbedSoundInst.h void setDecodedData(boost::uint8_t* data, unsigned int size) boost 204 libsound/EmbedSoundInst.h void applyEnvelopes(boost::int16_t* samples, unsigned int nSamples, boost 219 libsound/EmbedSoundInst.h static void adjustVolume(boost::int16_t* samples, boost 229 libsound/EmbedSoundInst.h const boost::uint8_t* getEncodedData(unsigned long int pos); boost 293 libsound/EmbedSoundInst.h boost::int16_t* getDecodedData(unsigned long int pos); boost 71 libsound/InputStream.h virtual unsigned int fetchSamples(boost::int16_t* to, unsigned int nSamples)=0; boost 49 libsound/NullSoundHandler.h void mix(boost::int16_t* outSamples, boost::int16_t* inSamples, boost 50 libsound/SoundEnvelope.h boost::uint32_t m_mark44; boost 53 libsound/SoundEnvelope.h boost::uint16_t m_level0; boost 56 libsound/SoundEnvelope.h boost::uint16_t m_level1; boost 39 libsound/WAVWriter.cpp boost::uint32_t rLen; boost 42 libsound/WAVWriter.cpp boost::uint32_t pcm_header_len; // varies... boost 43 libsound/WAVWriter.cpp boost::int16_t wFormatTag; boost 44 libsound/WAVWriter.cpp boost::int16_t nChannels; // 1,2 for stereo data is (l,r) pairs boost 45 libsound/WAVWriter.cpp boost::uint32_t nSamplesPerSec; boost 46 libsound/WAVWriter.cpp boost::uint32_t nAvgBytesPerSec; boost 47 libsound/WAVWriter.cpp boost::int16_t nBlockAlign; boost 48 libsound/WAVWriter.cpp boost::int16_t nBitsPerSample; boost 55 libsound/WAVWriter.cpp boost::uint32_t dLen; boost 65 libsound/WAVWriter.cpp boost::format fmt = boost::format(_("Unable to write file %1%")) boost 87 libsound/WAVWriter.cpp boost::uint8_t* stream = reinterpret_cast<boost::uint8_t*>(from); boost 55 libsound/WAVWriter.h void pushSamples(boost::int16_t* from, unsigned int nSamples); boost 85 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 182 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 191 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 201 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 208 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 216 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 223 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 231 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 239 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 246 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 253 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 260 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 279 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 335 libsound/aos4/sound_handler_ahi.cpp boost::uint16_t format; boost 349 libsound/aos4/sound_handler_ahi.cpp boost::int16_t src1, src2; boost 389 libsound/aos4/sound_handler_ahi.cpp boost::uint8_t *out = reinterpret_cast<boost::uint8_t*>(outSamples); boost 390 libsound/aos4/sound_handler_ahi.cpp boost::uint8_t* in = reinterpret_cast<boost::uint8_t*>(inSamples); boost 399 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutex); boost 416 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 423 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 430 libsound/aos4/sound_handler_ahi.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 532 libsound/aos4/sound_handler_ahi.cpp boost::int16_t samples[AHI_BUF_SIZE]; boost 632 libsound/aos4/sound_handler_ahi.cpp if (!_closing) fetchSamples((boost::int16_t*)&samples, n); boost 89 libsound/aos4/sound_handler_ahi.h boost::mutex _mutex; boost 92 libsound/aos4/sound_handler_ahi.h mutable boost::mutex _mutedMutex; boost 95 libsound/aos4/sound_handler_ahi.h void mix(boost::int16_t* outSamples, boost::int16_t* inSamples, boost 98 libsound/aos4/sound_handler_ahi.h void MixAudio (boost::uint8_t *dst, const boost::uint8_t *src, boost::uint32_t len, int volume); boost 168 libsound/aos4/sound_handler_ahi.h void fetchSamples(boost::int16_t* to, unsigned int nSamples); boost 111 libsound/mkit/sound_handler_mkit.cpp boost::int16_t *data = (boost::int16_t*) buffer; boost 122 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 129 libsound/mkit/sound_handler_mkit.cpp boost::uint8_t* stream = reinterpret_cast<boost::uint8_t*>(to); boost 150 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 159 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 169 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 176 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 184 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 191 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 199 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 207 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 214 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 221 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 228 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 249 libsound/mkit/sound_handler_mkit.cpp boost::int16_t src1, src2; boost 289 libsound/mkit/sound_handler_mkit.cpp boost::uint8_t *out = reinterpret_cast<boost::uint8_t*>(outSamples); boost 290 libsound/mkit/sound_handler_mkit.cpp boost::uint8_t* in = reinterpret_cast<boost::uint8_t*>(inSamples); boost 299 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutex); boost 318 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 325 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 332 libsound/mkit/sound_handler_mkit.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 46 libsound/mkit/sound_handler_mkit.h boost::scoped_ptr<BSoundPlayer> _soundplayer; boost 58 libsound/mkit/sound_handler_mkit.h boost::mutex _mutex; boost 61 libsound/mkit/sound_handler_mkit.h mutable boost::mutex _mutedMutex; boost 64 libsound/mkit/sound_handler_mkit.h void mix(boost::int16_t* outSamples, boost::int16_t* inSamples, boost 67 libsound/mkit/sound_handler_mkit.h void MixAudio (boost::uint8_t *dst, const boost::uint8_t *src, boost::uint32_t len, int volume); boost 136 libsound/mkit/sound_handler_mkit.h void fetchSamples(boost::int16_t* to, unsigned int nSamples); boost 91 libsound/sdl/sound_handler_sdl.cpp boost::format fmt = boost::format(_("Couldn't open SDL audio: %s")) boost 118 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 124 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 147 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 157 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 165 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 173 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 180 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 188 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 196 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 203 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 210 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 217 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 230 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 259 libsound/sdl/sound_handler_sdl.cpp boost::int16_t* samples = reinterpret_cast<boost::int16_t*>(buf); boost 287 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 305 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 312 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 319 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutedMutex); boost 344 libsound/sdl/sound_handler_sdl.cpp boost::mutex::scoped_lock lock(_mutex); boost 61 libsound/sdl/sound_handler_sdl.h boost::mutex _mutex; boost 64 libsound/sdl/sound_handler_sdl.h mutable boost::mutex _mutedMutex; boost 67 libsound/sdl/sound_handler_sdl.h void mix(boost::int16_t* outSamples, boost::int16_t* inSamples, boost 160 libsound/sdl/sound_handler_sdl.h void fetchSamples(boost::int16_t* to, unsigned int nSamples); boost 77 libsound/sound_handler.cpp sounddata->append(reinterpret_cast<boost::uint8_t*>(data), data_bytes); boost 308 libsound/sound_handler.cpp boost::uint32_t sampleCount = sounddata->soundinfo->getSampleCount(); boost 309 libsound/sound_handler.cpp boost::uint32_t sampleRate = sounddata->soundinfo->getSampleRate(); boost 573 libsound/sound_handler.cpp boost::scoped_array<boost::int16_t> buf ( new boost::int16_t[nSamples] ); boost 406 libsound/sound_handler.h virtual void fetchSamples(boost::int16_t* to, unsigned int nSamples); boost 433 libsound/sound_handler.h virtual void mix(boost::int16_t* outSamples, boost::int16_t* inSamples, boost 573 libsound/sound_handler.h boost::scoped_ptr<WAVWriter> _wavWriter; boost 107 libvaapi/VaapiContext.cpp boost::format msg; boost 108 libvaapi/VaapiContext.cpp msg = boost::format("Could not create VA API context for profile %s") boost 239 libvaapi/VaapiContext.cpp boost::shared_ptr<VaapiSurface> VaapiContext::acquireSurface() boost 241 libvaapi/VaapiContext.cpp boost::shared_ptr<VaapiSurface> surface = _surfaces.front(); boost 52 libvaapi/VaapiContext.h typedef boost::shared_ptr<VaapiSurface> VaapiSurfaceSP; boost 81 libvaapi/VaapiContext.h boost::shared_ptr<VaapiSurface> acquireSurface(); boost 84 libvaapi/VaapiContext.h void releaseSurface(boost::shared_ptr<VaapiSurface> surface); boost 44 libvaapi/VaapiImage.cpp boost::format msg; boost 45 libvaapi/VaapiImage.cpp msg = boost::format("Could not create %s image") boost 156 libvaapi/VaapiImage.cpp boost::uint8_t *VaapiImage::getPlane(int plane) const boost 45 libvaapi/VaapiImage.h boost::uint8_t * _image_data; boost 84 libvaapi/VaapiImage.h boost::uint8_t *getPlane(int plane) const; boost 38 libvaapi/VaapiSubpicture.cpp boost::format msg; boost 39 libvaapi/VaapiSubpicture.cpp msg = boost::format("Could not create %s subpicture") boost 37 libvaapi/VaapiSubpicture.h boost::shared_ptr<VaapiImage> _image; boost 47 libvaapi/VaapiSubpicture.h VaapiSubpicture(boost::shared_ptr<VaapiImage> image); boost 114 libvaapi/VaapiSurface.cpp boost::uint8_t *Y = background.getPlane(0); boost 121 libvaapi/VaapiSurface.cpp boost::uint8_t *UV = background.getPlane(1); boost 182 libvaapi/VaapiSurface.cpp std::vector< boost::shared_ptr<VaapiSubpicture> >::iterator it; boost 70 libvaapi/VaapiSurface.h std::vector< boost::shared_ptr<VaapiSubpicture> > _subpictures; boost 97 libvaapi/VaapiSurface.h bool associateSubpicture(boost::shared_ptr<VaapiSubpicture> subpicture, boost 102 libvaapi/VaapiSurface.h bool deassociateSubpicture(boost::shared_ptr<VaapiSubpicture> subpicture); boost 49 libvaapi/VaapiSurfaceGLX.h bool update(boost::shared_ptr<VaapiSurface> surface); boost 34 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> _context; boost 35 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiSurface> _surface; boost 38 libvaapi/VaapiSurfaceProxy.h VaapiSurfaceProxy(boost::shared_ptr<VaapiSurface> surface, boost 39 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> context); boost 43 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiSurface> get() const { return _surface; } boost 46 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> getContext() const { return _context; } boost 40 libvaapi/vaapi_utils.h DSOEXPORT const char* string_of_FOURCC(boost::uint32_t fourcc); boost 203 plugin/npapi/external.cpp boost::shared_ptr<ExternalInterface::invoke_t> boost 206 plugin/npapi/external.cpp boost::shared_ptr<ExternalInterface::invoke_t> invoke; boost 235 plugin/npapi/external.cpp boost::erase_first(invoke->name, "\""); boost 236 plugin/npapi/external.cpp boost::erase_last(invoke->name, "\""); boost 250 plugin/npapi/external.cpp boost::erase_first(invoke->type, "\""); boost 251 plugin/npapi/external.cpp boost::erase_last(invoke->type, "\""); boost 67 plugin/npapi/external.h static boost::shared_ptr<invoke_t> parseInvoke(const std::string &xml); boost 754 plugin/npapi/plugin.cpp boost::trim_left(packet); boost 769 plugin/npapi/plugin.cpp boost::shared_ptr<plugin::ExternalInterface::invoke_t> invoke = boost 879 plugin/npapi/plugin.cpp boost::scoped_array<NPVariant> args(new NPVariant[count]); boost 984 plugin/npapi/plugin.cpp << boost::algorithm::replace_all_copy(nam, "'", "'\\''") boost 986 plugin/npapi/plugin.cpp << boost::algorithm::replace_all_copy(val, "'", "'\\''") boost 1009 plugin/npapi/plugin.cpp boost::shared_ptr<NPObject> window_obj(windowobj, NPN_ReleaseObject); boost 1018 plugin/npapi/plugin.cpp boost::shared_ptr<NPVariant> doc_var(&docvar, NPN_ReleaseVariantValue); boost 1033 plugin/npapi/plugin.cpp boost::shared_ptr<NPVariant> prop_var(&propvar, NPN_ReleaseVariantValue); boost 1115 plugin/npapi/plugin.cpp typedef boost::char_separator<char> char_sep; boost 1116 plugin/npapi/plugin.cpp typedef boost::tokenizer<char_sep> tokenizer; boost 1158 plugin/npapi/plugin.cpp boost::split(parts, nproxy, boost 1159 plugin/npapi/plugin.cpp boost::is_any_of(" "), boost::token_compress_on); boost 1214 plugin/npapi/plugin.cpp typedef boost::char_separator<char> char_sep; boost 1215 plugin/npapi/plugin.cpp boost::tokenizer<char_sep> tok(pars_str, char_sep(" ")); boost 1400 plugin/npapi/plugin.cpp gnash::log_debug("Starting process: %s", boost::algorithm::join(arg_vec, " ")); boost 163 plugin/npapi/plugin.h DSOEXPORT void processLog_error(const boost::format& fmt); boost 164 plugin/npapi/plugin.h DSOEXPORT void processLog_debug(const boost::format& fmt); boost 165 plugin/npapi/plugin.h DSOEXPORT void processLog_trace(const boost::format& fmt); boost 191 plugin/npapi/plugin.h boost::format f(t0); \ boost 192 plugin/npapi/plugin.h using namespace boost::io; \ boost 284 plugin/npapi/test.cpp boost::shared_ptr<plugin::ExternalInterface::invoke_t> invoke ( plugin::ExternalInterface::parseInvoke(xml) ); boost 59 testsuite/DummyCharacter.h InteractiveObject* topmostMouseEntity(boost::int32_t, boost::int32_t) boost 97 testsuite/FuzzyPixel.h FuzzyPixel(boost::uint8_t r, boost::uint8_t g, boost::uint8_t b, boost::uint8_t a) boost 94 testsuite/MovieTester.cpp boost::shared_ptr<SWF::TagLoadersTable> loaders(new SWF::TagLoadersTable()); boost 99 testsuite/MovieTester.cpp boost::shared_ptr<StreamProvider> sp(new StreamProvider(url, url)); boost 269 testsuite/MovieTester.cpp boost::int16_t samples[1024]; boost 272 testsuite/MovieTester.cpp _sound_handler->fetchSamples((boost::int16_t*)&samples, n); boost 515 testsuite/MovieTester.cpp boost::shared_ptr<Renderer> handler; boost 79 testsuite/MovieTester.h TestingRenderer(boost::shared_ptr<Renderer> renderer, boost 89 testsuite/MovieTester.h boost::shared_ptr<Renderer> getRenderer() const { return _renderer; } boost 94 testsuite/MovieTester.h boost::shared_ptr<Renderer> _renderer; boost 336 testsuite/MovieTester.h void render(boost::shared_ptr<Renderer> renderer, boost 341 testsuite/MovieTester.h void addTestingRenderer(boost::shared_ptr<Renderer> h, boost 346 testsuite/MovieTester.h boost::intrusive_ptr<gnash::movie_definition> _movie_def; boost 348 testsuite/MovieTester.h boost::shared_ptr<sound::sound_handler> _sound_handler; boost 350 testsuite/MovieTester.h boost::shared_ptr<media::MediaHandler> _mediaHandler; boost 37 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::uint8_t), 1); boost 38 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::uint16_t), 2); boost 39 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::uint32_t), 4); boost 40 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::uint64_t), 8); boost 41 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::int8_t), 1); boost 42 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::int16_t), 2); boost 43 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::int32_t), 4); boost 44 testsuite/libbase.all/IntTypesTest.cpp check_equals (sizeof(boost::int64_t), 8); boost 52 testsuite/libbase.all/Point2dTest.cpp boost::int64_t square_dist = 0; boost 67 testsuite/libbase.all/Point2dTest.cpp boost::int32_t dist = 0; boost 104 testsuite/libcore.all/AsValueTest.cpp boost::shared_ptr<StreamProvider>(new StreamProvider(url, url))); boost 83 testsuite/libcore.all/BitsReaderTest.cpp boost::scoped_array<unsigned char> buf(new unsigned char[1024]); boost 248 testsuite/libcore.all/BitsReaderTest.cpp boost::int16_t s16 = s.read_s16(); check_equals(s16, (boost::int16_t)0x9999); boost 249 testsuite/libcore.all/BitsReaderTest.cpp boost::uint16_t u16 = s.read_u16(); check_equals(u16, (boost::uint16_t)0x9999); boost 250 testsuite/libcore.all/BitsReaderTest.cpp boost::int32_t s32 = s.read_s32(); check_equals(s32, (boost::int32_t)0x99999999); boost 251 testsuite/libcore.all/BitsReaderTest.cpp boost::uint32_t u32 = s.read_u32(); check_equals(u32, (boost::uint32_t)0x99999999); boost 66 testsuite/libcore.all/ClassSizes.cpp using namespace boost; boost 46 testsuite/libcore.all/CodeStreamTest.cpp boost::uint8_t opcode; boost 81 testsuite/libcore.all/CodeStreamTest.cpp boost::uint8_t byteA = streamA->read_u8(); boost 85 testsuite/libcore.all/CodeStreamTest.cpp boost::int32_t byteB = streamA->read_S24(); boost 49 testsuite/libcore.all/CxFormTest.cpp boost::uint8_t r = 0; boost 50 testsuite/libcore.all/CxFormTest.cpp boost::uint8_t b = 0; boost 51 testsuite/libcore.all/CxFormTest.cpp boost::uint8_t g = 0; boost 52 testsuite/libcore.all/CxFormTest.cpp boost::uint8_t a = 0; boost 56 testsuite/libcore.all/DisplayListTest.cpp boost::shared_ptr<StreamProvider>(new StreamProvider(url, url))); boost 59 testsuite/libcore.all/DisplayListTest.cpp boost::intrusive_ptr<movie_definition> md5(new DummyMovieDefinition(ri, 5)); boost 60 testsuite/libcore.all/DisplayListTest.cpp boost::intrusive_ptr<movie_definition> md6(new DummyMovieDefinition(ri, 6)); boost 69 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::int8_t), 1); boost 70 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::uint8_t), 1); boost 71 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::int16_t), 2); boost 72 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::uint16_t), 2); boost 73 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::int32_t), 4); boost 74 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::uint32_t), 4); boost 75 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::int64_t), 8); boost 76 testsuite/libcore.all/MatrixTest.cpp check_equals(sizeof(boost::uint64_t), 8); boost 72 testsuite/libcore.all/PropertyListTest.cpp boost::shared_ptr<StreamProvider>(new StreamProvider(url, url))); boost 74 testsuite/libcore.all/PropertyListTest.cpp boost::intrusive_ptr<movie_definition> md5( boost 76 testsuite/libcore.all/PropertyListTest.cpp boost::intrusive_ptr<movie_definition> md7( boost 389 testsuite/libcore.all/StreamTest.cpp boost::int16_t s16 = s.read_s16(); check_equals(s16, (boost::int16_t)0x9999); boost 391 testsuite/libcore.all/StreamTest.cpp boost::uint16_t u16 = s.read_u16(); check_equals(u16, (boost::uint16_t)0x9999); boost 393 testsuite/libcore.all/StreamTest.cpp boost::int32_t s32 = s.read_s32(); check_equals(s32, (boost::int32_t)0x99999999); boost 395 testsuite/libcore.all/StreamTest.cpp boost::uint32_t u32 = s.read_u32(); check_equals(u32, (boost::uint32_t)0x99999999); boost 191 utilities/flvdumper.cpp boost::shared_ptr<Flv::flv_tag_t> tag; boost 198 utilities/flvdumper.cpp boost::shared_ptr<cygnal::Buffer> buf(new Buffer); boost 202 utilities/flvdumper.cpp boost::shared_ptr<Flv::flv_header_t> head = flv.decodeHeader(buf); boost 216 utilities/flvdumper.cpp boost::uint32_t headsize = flv.convert24(head->head_size); boost 260 utilities/flvdumper.cpp boost::shared_ptr<Flv::flv_audio_t> data = flv.decodeAudioData(*(buf->reference() + sizeof(Flv::flv_tag_t))); boost 272 utilities/flvdumper.cpp boost::shared_ptr<Flv::flv_video_t> data = flv.decodeVideoData(*(buf->reference() + sizeof(Flv::flv_tag_t))); boost 282 utilities/flvdumper.cpp boost::shared_ptr<cygnal::Element> metadata = flv.decodeMetaData(buf->reference(), bodysize); boost 160 utilities/processor.cpp boost::any call(const HostInterface::Message& e) boost 162 utilities/processor.cpp if (e.type() != typeid(HostMessage)) return boost::blank(); boost 164 utilities/processor.cpp const HostMessage& ev = boost::get<HostMessage>(e); boost 176 utilities/processor.cpp clipboard = boost::any_cast<std::string>(ev.arg()); boost 177 utilities/processor.cpp return boost::blank(); boost 182 utilities/processor.cpp mouseShown = boost::any_cast<bool>(ev.arg()); boost 207 utilities/processor.cpp return boost::blank(); boost 332 utilities/processor.cpp boost::shared_ptr<gnash::media::MediaHandler> mediaHandler; boost 333 utilities/processor.cpp boost::shared_ptr<sound::sound_handler> soundHandler; boost 339 utilities/processor.cpp boost::shared_ptr<SWF::TagLoadersTable> loaders(new SWF::TagLoadersTable()); boost 343 utilities/processor.cpp boost::shared_ptr<Renderer_agg_base> r(create_Renderer_agg("RGBA32")); boost 362 utilities/processor.cpp boost::shared_ptr<StreamProvider> sp(new StreamProvider(*i, *i)); boost 390 utilities/processor.cpp boost::intrusive_ptr<gnash::movie_definition> md; boost 517 utilities/rtmpget.cpp boost::shared_ptr<SimpleBuffer> b = r.getMessage(); boost 525 utilities/rtmpget.cpp boost::shared_ptr<SimpleBuffer> f = r.getFLVFrame(); boost 573 utilities/rtmpget.cpp calledMethod, boost::io::group(std::setprecision(15), txn)); boost 614 utilities/rtmpget.cpp boost::io::group(std::setprecision(15), txn),