amf 224 cygnal/cgi-bin/echo/echo.cpp cygnal::AMF amf; amf 228 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el1 = amf.extractAMF(ptr, ptr+size); amf 229 cygnal/cgi-bin/echo/echo.cpp ptr += amf.totalsize(); amf 233 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el2 = amf.extractAMF(ptr, ptr+size); amf 234 cygnal/cgi-bin/echo/echo.cpp ptr += amf.totalsize(); amf 238 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el3 = amf.extractAMF(ptr, ptr+size); amf 239 cygnal/cgi-bin/echo/echo.cpp ptr += amf.totalsize(); amf 243 cygnal/cgi-bin/echo/echo.cpp boost::shared_ptr<cygnal::Element> el4 = amf.extractAMF(ptr, ptr+size); amf 247 cygnal/cgi-bin/echo/echo.cpp ptr += amf.totalsize(); amf 41 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp using namespace amf; amf 75 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> buf = fitcDemo.getResponse(); amf 95 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> buf = fitcDemo.getResponse(); amf 97 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element> > request = amf 186 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> bufptr(new amf::Buffer); amf 198 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element> > request = net.parseFitcDemoRequest( amf 201 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> result = net.formatFitcDemoResponse(request[1]->to_number(), *request[3]); amf 224 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element > > amf 229 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp AMF amf; amf 230 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp vector<boost::shared_ptr<amf::Element > > headers; amf 233 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el1 = amf.extractAMF(ptr, ptr+size); amf 234 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp ptr += amf.totalsize(); amf 238 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el2 = amf.extractAMF(ptr, ptr+size); amf 239 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp ptr += amf.totalsize(); amf 243 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el3 = amf.extractAMF(ptr, ptr+size); amf 244 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp ptr += amf.totalsize(); amf 248 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Element> el4 = amf.extractAMF(ptr, ptr+size); amf 252 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp ptr += amf.totalsize(); amf 262 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> amf 266 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> data = amf::AMF::encodeElement(el); amf 277 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> amf 284 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> amf 299 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> encfitcDemo = fitcDemo.encode(); amf 300 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> encidx = index.encode(); amf 301 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> encnull = null.encode(); amf 303 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp boost::shared_ptr<amf::Buffer> buf(new amf::Buffer(encfitcDemo->size() amf 48 cygnal/cgi-bin/fitcDemo/fitcDemo.h std::vector<boost::shared_ptr<amf::Element > > parseFitcDemoRequest(amf::Buffer &buf) amf 50 cygnal/cgi-bin/fitcDemo/fitcDemo.h std::vector<boost::shared_ptr<amf::Element > > parseFitcDemoRequest(boost::uint8_t *buf, size_t size); amf 53 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> formatFitcDemoResponse(double num, amf::Element &el); amf 54 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> formatFitcDemoResponse(double num, amf::Buffer &data); amf 55 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> formatFitcDemoResponse(double num, boost::uint8_t *data, size_t size); amf 57 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> getResponse() { return _response; }; amf 58 cygnal/cgi-bin/fitcDemo/fitcDemo.h void setResponse(boost::shared_ptr<amf::Buffer> &x) { _response = x; }; amf 61 cygnal/cgi-bin/fitcDemo/fitcDemo.h boost::shared_ptr<amf::Buffer> _response; amf 394 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp cygnal::AMF amf; amf 397 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> el1 = amf.extractAMF(ptr, ptr+size); amf 404 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp ptr += amf.totalsize(); amf 408 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp boost::shared_ptr<cygnal::Element> el2 = amf.extractAMF(ptr, ptr+size); amf 413 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp ptr += amf.totalsize(); amf 317 cygnal/http_server.cpp amf::AMF amf; amf 318 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(content.reference(), content.end()); amf 584 cygnal/http_server.cpp amf::AMF amf; amf 585 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> el3 = amf.extractAMF(tmpptr, tmpptr + size); amf 587 cygnal/http_server.cpp tmpptr += amf.totalsize(); amf 589 cygnal/http_server.cpp boost::shared_ptr<cygnal::Element> el4 = amf.extractAMF(tmpptr, tmpptr + size); amf 664 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> res = amf::AMF::encodeString(result); amf 668 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> null = amf::AMF::encodeString("null"); amf 135 cygnal/libamf/amf_msg.cpp AMF amf; amf 210 cygnal/libamf/amf_msg.cpp AMF amf; amf 220 cygnal/libamf/amf_msg.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(ptr, ptr+size); amf 225 cygnal/libamf/amf_msg.cpp ptr += amf.totalsize(); amf 141 cygnal/libamf/flv.cpp AMF amf; amf 164 cygnal/libamf/flv.cpp _metadata = amf.extractAMF(ptr, tooFar); amf 166 cygnal/libamf/flv.cpp ptr += amf.totalsize(); amf 388 cygnal/libamf/lcshm.cpp AMF amf; amf 389 cygnal/libamf/lcshm.cpp boost::shared_ptr<Element> el = amf.extractAMF(ptr, tooFar); amf 396 cygnal/libamf/lcshm.cpp el = amf.extractAMF(ptr, tooFar); amf 550 cygnal/libnet/http.cpp amf::AMF amf; amf 551 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(content.reference(), content.end()); amf 474 cygnal/libnet/rtmp.cpp AMF amf; amf 504 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf.extractAMF(ptr, tooFar); amf 506 cygnal/libnet/rtmp.cpp el = amf.extractAMF(ptr, tooFar); // @@strk@@ : what's the +1 for ? amf 511 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf.extractProperty(ptr, tooFar); amf 524 cygnal/libnet/rtmp.cpp boost::shared_ptr<cygnal::Element> el = amf.extractProperty(ptr, tooFar); amf 59 cygnal/libnet/sshclient.h int sshRead(amf::Buffer &buf); amf 64 cygnal/libnet/sshclient.h int sshWrite(amf::Buffer &buf); amf 107 cygnal/libnet/sshclient.h boost::shared_ptr<amf::Buffer> &getBuffer() { return _buffer; }; amf 112 cygnal/libnet/sshclient.h int readChannel (ssh_channel channel, amf::Buffer &buf); amf 113 cygnal/libnet/sshclient.h int writeChannel(ssh_channel channel, amf::Buffer &buf); amf 129 cygnal/libnet/sshclient.h boost::shared_ptr<amf::Buffer> _buffer; amf 423 cygnal/rtmp_server.cpp AMF amf; amf 485 cygnal/rtmp_server.cpp ptr = amf.extractElement(&el, ptr); amf 487 cygnal/rtmp_server.cpp ptr = amf.extractElement(&el, ptr) + 1; amf 493 cygnal/rtmp_server.cpp ptr = amf.extractProperty(el, ptr); amf 508 cygnal/rtmp_server.cpp ptr = amf.extractProperty(el, ptr); amf 1079 cygnal/rtmp_server.cpp AMF amf; amf 1083 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el1 = amf.extractAMF(ptr, ptr+size); amf 1084 cygnal/rtmp_server.cpp ptr += amf.totalsize(); amf 1088 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el2 = amf.extractAMF(ptr, ptr+size); amf 1089 cygnal/rtmp_server.cpp ptr += amf.totalsize(); amf 1093 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el3 = amf.extractAMF(ptr, ptr+size); amf 1094 cygnal/rtmp_server.cpp ptr += amf.totalsize(); amf 1098 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Element> el4 = amf.extractAMF(ptr, ptr+size); amf 1102 cygnal/rtmp_server.cpp ptr += amf.totalsize(); amf 1116 cygnal/rtmp_server.cpp boost::shared_ptr<cygnal::Buffer> data = amf::AMF::encodeElement(el); amf 166 cygnal/testsuite/libamf.all/test_amf.cpp swapBytes(&num, amf::AMF0_NUMBER_SIZE); // we always encode in big endian format amf 173 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> encnum = amf::AMF::encodeNumber(num); amf 181 cygnal/testsuite/libamf.all/test_amf.cpp (memcmp(buf1->reference(), encnum->reference()+1, amf::AMF0_NUMBER_SIZE) == 0)) { amf 199 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> encbool = amf::AMF::encodeBoolean(flag); amf 226 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf = amf::AMF::encodeString(str); amf 233 cygnal/testsuite/libamf.all/test_amf.cpp check_equals(buf->size(), str.size()+amf::AMF_HEADER_SIZE); amf 238 cygnal/testsuite/libamf.all/test_amf.cpp buf = amf::AMF::encodeElement(el); amf 241 cygnal/testsuite/libamf.all/test_amf.cpp check_equals(buf->size(), str.size()+amf::AMF_HEADER_SIZE); amf 253 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf = amf::AMF::encodeNullString(); amf 263 cygnal/testsuite/libamf.all/test_amf.cpp check_equals(buf->size(), (size_t)amf::AMF_HEADER_SIZE); amf 268 cygnal/testsuite/libamf.all/test_amf.cpp buf = amf::AMF::encodeElement(el); amf 273 cygnal/testsuite/libamf.all/test_amf.cpp check_equals(buf->size(), (size_t)amf::AMF_HEADER_SIZE); amf 277 cygnal/testsuite/libamf.all/test_amf.cpp amf::AMF amf; amf 287 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Buffer> buf2 = amf.encodeElement(el1); amf 297 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> el3 = amf.extractAMF(buf3); amf 311 cygnal/testsuite/libamf.all/test_amf.cpp amf::AMF amf; amf 315 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> el1 = amf.extractAMF(hex1); amf 324 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> el2 = amf.extractAMF(hex2); amf 340 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> prop1(new Element); amf 344 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> prop2(new Element); amf 348 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> prop3(new Element); amf 387 cygnal/testsuite/libamf.all/test_amf.cpp amf::AMF amf_obj; amf 393 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<amf::Element> newtop = amf_obj.extractAMF(buf1); amf 47 cygnal/testsuite/libamf.all/test_amfmsg.cpp using namespace amf; amf 157 cygnal/testsuite/libamf.all/test_amfmsg.cpp swapBytes(&num, amf::AMF0_NUMBER_SIZE); // we always encode in big endian format amf 183 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> getway1(new Element); amf 185 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> data1(new Element); amf 195 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> getway2(new Element); amf 197 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> data2(new Element); amf 207 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> getway3(new Element); amf 209 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Element> data3(new Element); amf 219 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Buffer> buf2 = top.encodeMsgHeader("getway", "/229", 14); amf 229 cygnal/testsuite/libamf.all/test_amfmsg.cpp boost::shared_ptr<amf::Buffer> buf3 = top.encodeAMFPacket(); amf 180 cygnal/testsuite/libamf.all/test_buffer.cpp if (buf.size() == amf::NETBUFSIZE) { amf 275 cygnal/testsuite/libamf.all/test_buffer.cpp memcpy(data, &num, amf::AMF0_NUMBER_SIZE); amf 277 cygnal/testsuite/libamf.all/test_buffer.cpp if (memcmp(data, buf4.reference(), amf::AMF0_NUMBER_SIZE) == 0) { amf 292 cygnal/testsuite/libamf.all/test_buffer.cpp amf::Element::amf0_type_e type = Element::NUMBER_AMF0; amf 45 cygnal/testsuite/libamf.all/test_el.cpp using namespace amf; amf 122 cygnal/testsuite/libamf.all/test_el.cpp std::vector<boost::shared_ptr<amf::Element> > data1; amf 125 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop1(new Element(str1)); amf 129 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop2(new Element(str2)); amf 132 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop3(new Element("property three")); amf 136 cygnal/testsuite/libamf.all/test_el.cpp boost::shared_ptr<amf::Element> prop4(new Element(num)); amf 395 cygnal/testsuite/libamf.all/test_el.cpp (rel1.getDataSize() == amf::AMF0_NUMBER_SIZE) && amf 45 cygnal/testsuite/libamf.all/test_flv.cpp using namespace amf; amf 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")); amf 154 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> enc1 = flv.encodeHeader(Flv::FLV_AUDIO | Flv::FLV_VIDEO); amf 167 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Buffer> hex2(new Buffer("0f 00 00 a4 0f")); amf 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")); amf 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")); amf 194 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Element> el1 = flv.decodeMetaData(hex1); amf 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")); amf 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")); amf 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")); amf 237 cygnal/testsuite/libamf.all/test_flv.cpp boost::shared_ptr<amf::Element> el4 = flv.decodeMetaData(hex4); amf 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")); amf 65 cygnal/testsuite/libamf.all/test_lc.cpp using namespace amf; amf 221 cygnal/testsuite/libamf.all/test_lc.cpp vector<amf::Element *> els; amf 47 cygnal/testsuite/libamf.all/test_sol.cpp using namespace amf; amf 150 cygnal/testsuite/libamf.all/test_sol.cpp vector<boost::shared_ptr<amf::Element> > els = sol.getElements(); amf 183 cygnal/testsuite/libamf.all/test_sol.cpp amf::Element newel; amf 188 cygnal/testsuite/libamf.all/test_sol.cpp amf::Element *el = new amf::Element("gain", dub); amf 201 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("echosuppression", false); amf 214 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("defaultmicrophone", data); amf 226 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("defaultcamera", data); amf 237 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("defaultklimit", dub); amf 249 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("defaultalways", false); amf 260 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("crossdomainAllow", true); amf 271 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("crossdomainAlways", true); amf 282 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("allowThirdPartyLSOAccess", true); amf 293 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("localSecPath", data); amf 307 cygnal/testsuite/libamf.all/test_sol.cpp el = new amf::Element("localSecPathTime", dub); amf 117 cygnal/testsuite/libnet.all/generate_amfbins.cpp std::vector<boost::shared_ptr<amf::Element> > data1; amf 120 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop1(new Element(str1)); amf 124 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop2(new Element(str2)); amf 127 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop3(new Element("property three")); amf 131 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<amf::Element> prop4(new Element(num)); amf 181 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bnum1 = amf::AMF::encodeElement(elnum1); amf 187 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bbool1 = amf::AMF::encodeElement(elbool1); amf 192 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bstr1 = amf::AMF::encodeElement(elstr1); amf 199 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel3 = amf::AMF::encodeElement(el3); amf 206 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel4 = amf::AMF::encodeElement(el4); amf 213 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel6 = amf::AMF::encodeElement(el6); amf 220 cygnal/testsuite/libnet.all/generate_amfbins.cpp boost::shared_ptr<Buffer> bel15 = amf::AMF::encodeElement(el15); amf 268 cygnal/testsuite/libnet.all/generate_amfbins.cpp (rel1.getDataSize() == amf::AMF0_NUMBER_SIZE) && amf 53 cygnal/testsuite/libnet.all/test_cque.cpp using namespace amf; amf 57 cygnal/testsuite/libnet.all/test_cque.cpp using namespace amf; amf 69 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf(new Buffer(50)); amf 91 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf1(new Buffer(112)); amf 109 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf2 = que.peek(); amf 116 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> buf3 = que.peek(); amf 134 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> merge1(new Buffer); amf 135 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> merge2(new Buffer); amf 136 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> merge3(new Buffer); amf 139 cygnal/testsuite/libnet.all/test_cque.cpp for (i=0; i<amf::NETBUFSIZE; i++) { amf 145 cygnal/testsuite/libnet.all/test_cque.cpp for (i=0; i<amf::NETBUFSIZE; i++) { amf 159 cygnal/testsuite/libnet.all/test_cque.cpp boost::shared_ptr<amf::Buffer> foo = que.merge(merge1); amf 163 cygnal/testsuite/libnet.all/test_cque.cpp if (foo->size() == (amf::NETBUFSIZE * 2) + 120) { amf 46 cygnal/testsuite/libnet.all/test_diskstream.cpp using namespace amf; amf 206 cygnal/testsuite/libnet.all/test_diskstream.cpp boost::shared_ptr<amf::Buffer> buf1(new amf::Buffer(12)); amf 586 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Buffer> encstr = AMF::encodeString("Hello World!"); amf 587 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Buffer> encnum = AMF::encodeNumber(1.2345); amf 589 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer ptr1; amf 606 cygnal/testsuite/libnet.all/test_http.cpp AMF amf; amf 608 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Element> el1 = amf.extractAMF(data1, data1 + 15); amf 619 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer ptr2; amf 637 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Element> el2 = amf.extractAMF(data2, data2 + 15); amf 673 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers = http.parseEchoRequest(*hex1); amf 683 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buff = http.formatEchoResponse(headers[1]->getName(), *headers[3]); amf 709 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers1 = http.parseEchoRequest(*hex_req1); amf 722 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf1 = http.formatEchoResponse(headers1[1]->getName(), *headers1[3]); amf 735 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers2 = http.parseEchoRequest(*hex_req2); amf 746 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf2 = http.formatEchoResponse(headers2[1]->getName(), *headers2[3]); amf 758 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers3 = http.parseEchoRequest(*hex_req3); amf 768 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf3 = http.formatEchoResponse(headers3[1]->getName(), *headers3[3]); amf 780 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers4 = http.parseEchoRequest(*hex_req4); amf 790 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf4 = http.formatEchoResponse(headers4[1]->getName(), *headers4[3]); amf 802 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers5 = http.parseEchoRequest(*hex_req5); amf 807 cygnal/testsuite/libnet.all/test_http.cpp swapBytes(&swapped, amf::AMF0_NUMBER_SIZE); amf 812 cygnal/testsuite/libnet.all/test_http.cpp && (memcmp(hex_req5->reference()+26, &swapped, amf::AMF0_NUMBER_SIZE) == 0)) { amf 823 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf5 = http.formatEchoResponse(headers5[1]->getName(), *headers5[3]); amf 827 cygnal/testsuite/libnet.all/test_http.cpp if (memcmp(ptr5a, ptr5b, amf::AMF0_NUMBER_SIZE) == 0) { amf 836 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers6 = http.parseEchoRequest(*hex_req6); amf 853 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers7 = http.parseEchoRequest(*hex_req7); amf 863 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf7 = http.formatEchoResponse(headers7[1]->getName(), *headers7[3]); amf 879 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers8 = http.parseEchoRequest(*hex_req8); amf 884 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props8 = headers8[3]->getProperties(); amf 901 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf8 = http.formatEchoResponse(headers8[1]->getName(), *headers8[3]); amf 916 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers9 = http.parseEchoRequest(*hex_req9); amf 927 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf9 = http.formatEchoResponse(headers9[1]->getName(), *headers9[3]); amf 940 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers10 = http.parseEchoRequest(*hex_req10); amf 951 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf10 = http.formatEchoResponse(headers10[1]->getName(), *headers10[3]); amf 963 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers11 = http.parseEchoRequest(*hex_req11); amf 974 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf11 = http.formatEchoResponse(headers11[1]->getName(), *headers11[3]); amf 986 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers12 = http.parseEchoRequest(*hex_req12); amf 997 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf12 = http.formatEchoResponse(headers12[1]->getName(), *headers12[3]); amf 1009 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers13 = http.parseEchoRequest(*hex_req13); amf 1020 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf13 = http.formatEchoResponse(headers13[1]->getName(), *headers13[3]); amf 1032 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers14 = http.parseEchoRequest(*hex_req14); amf 1043 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf14 = http.formatEchoResponse(headers14[1]->getName(), *headers14[3]); amf 1055 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers15 = http.parseEchoRequest(*hex_req15); amf 1066 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf15 = http.formatEchoResponse(headers15[1]->getName(), *headers15[3]); amf 1078 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers16 = http.parseEchoRequest(*hex_req16); amf 1089 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf16 = http.formatEchoResponse(headers16[1]->getName(), *headers16[3]); amf 1101 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers16x = http.parseEchoRequest(*hex_req16x); amf 1112 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf17 = http.formatEchoResponse(headers16x[1]->getName(), *headers16x[3]); amf 1124 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers18 = http.parseEchoRequest(*hex_req18); amf 1135 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf18 = http.formatEchoResponse(headers18[1]->getName(), *headers18[3]); amf 1147 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers19 = http.parseEchoRequest(*hex_req19); amf 1158 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf19 = http.formatEchoResponse(headers19[1]->getName(), *headers19[3]); amf 1170 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers20 = http.parseEchoRequest(*hex_req20); amf 1181 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf20 = http.formatEchoResponse(headers20[1]->getName(), *headers20[3]); amf 1193 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers21 = http.parseEchoRequest(*hex_req21); amf 1204 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf21 = http.formatEchoResponse(headers21[1]->getName(), *headers21[3]); amf 1219 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers22x = http.parseEchoRequest(*hex_req22x); amf 1231 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf23 = http.formatEchoResponse(headers22x[1]->getName(), *headers22x[3]); amf 1255 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers26 = http.parseEchoRequest(*hex_req26); amf 1256 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props26 = headers26[3]->getProperties(); amf 1257 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props26a = props26[2]->getProperties(); amf 1273 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf26 = http.formatEchoResponse(headers26[1]->getName(), *headers26[3]); amf 1288 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers27 = http.parseEchoRequest(*hex_req27); amf 1289 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props27 = headers27[3]->getProperties(); amf 1306 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf27 = http.formatEchoResponse(headers27[1]->getName(), *headers27[3]); amf 1322 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers28 = http.parseEchoRequest(*hex_req28); amf 1323 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props28 = headers28[3]->getProperties(); amf 1341 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf28 = http.formatEchoResponse(headers28[1]->getName(), *headers28[3]); amf 1356 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers29 = http.parseEchoRequest(*hex_req29); amf 1368 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf29 = http.formatEchoResponse(headers29[1]->getName(), *headers29[3]); amf 1382 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers30 = http.parseEchoRequest(*hex_req30); amf 1393 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf30 = http.formatEchoResponse(headers30[1]->getName(), *headers30[3]); amf 1406 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers31 = http.parseEchoRequest(*hex_req31); amf 1411 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props31 = headers31[3]->getProperties(); amf 1428 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf31 = http.formatEchoResponse(headers31[1]->getName(), *headers31[3]); amf 1441 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers40 = http.parseEchoRequest(*hex_req40); amf 1445 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props40 = headers40[3]->getProperties(); amf 1459 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf40 = http.formatEchoResponse(headers40[1]->getName(), *headers40[3]); amf 1472 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers41 = http.parseEchoRequest(*hex_req41); amf 1484 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf41 = http.formatEchoResponse(headers41[1]->getName(), *headers41[3]); amf 1497 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers42 = http.parseEchoRequest(*hex_req42); amf 1512 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf42 = http.formatEchoResponse(headers42[1]->getName(), *headers42[3]); amf 1526 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers43 = http.parseEchoRequest(*hex_req43); amf 1530 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43 = headers43[3]->getProperties(); amf 1531 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43a = props43[0]->getProperties(); amf 1532 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43b = props43[1]->getProperties(); amf 1555 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf43 = http.formatEchoResponse(headers43[1]->getName(), *headers43[3]); amf 1556 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props43 = headers43[3]->getProperties(); amf 1574 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers44 = http.parseEchoRequest(*hex_req44); amf 1587 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf44 = http.formatEchoResponse(headers44[1]->getName(), *headers44[3]); amf 1600 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > headers45 = http.parseEchoRequest(*hex_req45); amf 1604 cygnal/testsuite/libnet.all/test_http.cpp std::vector<boost::shared_ptr<amf::Element> > props45 = headers45[3]->getProperties(); amf 1626 cygnal/testsuite/libnet.all/test_http.cpp amf::Buffer &buf45 = http.formatEchoResponse(headers45[1]->getName(), *headers45[3]); amf 1651 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt1 = http.parseEchoRequest(*hex_req1); amf 1661 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt2 = http.parseEchoRequest(*hex_req2); amf 1671 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt3 = http.parseEchoRequest(*hex_req3); amf 1681 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt4 = http.parseEchoRequest(*hex_req4); amf 1691 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt5 = http.parseEchoRequest(*hex_req5); amf 1701 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt6 = http.parseEchoRequest(*hex_req6); amf 1711 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt7 = http.parseEchoRequest(*hex_req7); amf 1721 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt8 = http.parseEchoRequest(*hex_req8); amf 1731 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt9 = http.parseEchoRequest(*hex_req9); amf 1741 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt10 = http.parseEchoRequest(*hex_req10); amf 1751 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt11 = http.parseEchoRequest(*hex_req11); amf 1761 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt12 = http.parseEchoRequest(*hex_req12); amf 1771 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt13 = http.parseEchoRequest(*hex_req13); amf 1781 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt14 = http.parseEchoRequest(*hex_req14); amf 1791 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt15 = http.parseEchoRequest(*hex_req15); amf 1801 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt16 = http.parseEchoRequest(*hex_req16); amf 1811 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt17 = http.parseEchoRequest(*hex_req16x); amf 1821 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt19 = http.parseEchoRequest(*hex_req19); amf 1831 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt20 = http.parseEchoRequest(*hex_req20); amf 1841 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt21 = http.parseEchoRequest(*hex_req21); amf 1851 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt22 = http.parseEchoRequest(*hex_req22); amf 1861 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt26 = http.parseEchoRequest(*hex_req26); amf 1871 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt27 = http.parseEchoRequest(*hex_req27); amf 1881 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt29 = http.parseEchoRequest(*hex_req29); amf 1891 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt30 = http.parseEchoRequest(*hex_req30); amf 1901 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt31 = http.parseEchoRequest(*hex_req31); amf 1911 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt40 = http.parseEchoRequest(*hex_req40); amf 1921 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt41 = http.parseEchoRequest(*hex_req41); amf 1931 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt42 = http.parseEchoRequest(*hex_req42); amf 1941 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt43 = http.parseEchoRequest(*hex_req43); amf 1951 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt44 = http.parseEchoRequest(*hex_req44); amf 1963 cygnal/testsuite/libnet.all/test_http.cpp vector<boost::shared_ptr<amf::Element> > corrupt45 = http.parseEchoRequest(*hex_req45); amf 50 cygnal/testsuite/libnet.all/test_rtmp.cpp using namespace amf; amf 178 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> tmpbuf(new Buffer); amf 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 amf 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 amf 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 amf 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 amf 463 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> enc1 = server.encodePing(RTMP::PING_CLEAR); amf 471 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> enc2 = server.encodePing(RTMP::PING_CLIENT, htonl(time)); amf 504 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf11 = el11.getBuffer(); amf 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")); amf 525 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head1 = client.encodeHeader(0x3, RTMP::HEADER_12, 287, amf 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")); amf 544 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head2 = client.encodeHeader(0x2, RTMP::HEADER_12, PING_MSG_SIZE, amf 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")); amf 554 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head3 = client.encodeHeader(0x2, RTMP::HEADER_12, PING_MSG_SIZE, amf 571 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf4(new Buffer("c2")); amf 572 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head4 = client.encodeHeader(0x2, RTMP::HEADER_1); amf 583 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf5(new Buffer("43 00 00 00 00 00 19 14")); amf 584 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head5 = client.encodeHeader(0x3, RTMP::HEADER_8, 0x19, RTMP::INVOKE, amf 603 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf6(new Buffer("83 00 00 00")); amf 604 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> head6 = client.encodeHeader(0x3, RTMP::HEADER_4, 0x19, RTMP::INVOKE, amf 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")); amf 632 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > hell = msg1->getElements(); amf 633 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > props = hell[0]->getProperties(); amf 649 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf2 = rtmpserv.encodeResult(RTMPMsg::NC_CONNECT_SUCCESS); amf 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")); amf 661 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > hell = msg2->getElements(); amf 662 cygnal/testsuite/libnet.all/test_rtmp.cpp std::vector<boost::shared_ptr<amf::Element> > props = hell[0]->getProperties(); amf 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")); amf 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")); amf 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")); amf 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")); amf 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")); amf 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")); amf 790 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> buf1(new Buffer("06 00 d2 04 00 00 00 00")); amf 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")); amf 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"); amf 43 libbase/AMF.h namespace amf { amf 193 libbase/RTMP.cpp RTMPPacket p(amf.size()); amf 197 libbase/RTMP.cpp p.buffer->append(amf.data(), amf.size()); amf 544 libbase/RTMP.cpp hr._timestamp = amf::readNetworkLong(header+nSize); amf 778 libbase/RTMP.cpp assert(payloadData(packet)[0] == amf::STRING_AMF0); amf 781 libbase/RTMP.cpp const std::string& s = amf::readString(pos, end); amf 1027 libbase/RTMP.cpp r._inChunkSize = amf::readNetworkLong(payloadData(packet)); amf 1044 libbase/RTMP.cpp static_cast<ControlType>(amf::readNetworkShort(payloadData(packet))); amf 1051 libbase/RTMP.cpp const int arg = amf::readNetworkLong(payloadData(packet) + 2); amf 1094 libbase/RTMP.cpp const boost::uint32_t bw = amf::readNetworkLong(payloadData(packet)); amf 1102 libbase/RTMP.cpp const boost::uint32_t bw = amf::readNetworkLong(payloadData(packet)); amf 352 libbase/RTMP.h void call(const SimpleBuffer& amf); amf 361 libbase/RTMP.h void play(const SimpleBuffer& amf, int id); amf 44 libcore/AMFConverter.h namespace amf { amf 44 libcore/as_value.h namespace amf { amf 407 libcore/as_value.h bool writeAMF0(amf::Writer& w) const; amf 326 libcore/asobj/LocalConnection_as.cpp amf::Reader rd(b, end, getGlobal(owner())); amf 623 libcore/asobj/LocalConnection_as.cpp amf::Writer w(buf, false); amf 190 libcore/asobj/NetConnection_as.cpp _data.append(amf.data(), amf.size()); amf 287 libcore/asobj/NetConnection_as.cpp amf::Writer aw(buf); amf 871 libcore/asobj/NetConnection_as.cpp const boost::uint16_t invokecount = amf::readNetworkShort(b); amf 878 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Invoke buffer too short"); amf 880 libcore/asobj/NetConnection_as.cpp const boost::uint16_t namelength = amf::readNetworkShort(b); amf 883 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Invoke buffer too short"); amf 892 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Invoke buffer too short"); amf 899 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Invoke argument not present"); amf 919 libcore/asobj/NetConnection_as.cpp const boost::uint16_t numreplies = amf::readNetworkShort(b); amf 935 libcore/asobj/NetConnection_as.cpp const boost::uint16_t replylength = amf::readNetworkShort(b); amf 939 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Reply message too short"); amf 946 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Invalid reply message name"); amf 956 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Invalid callback ID"); amf 966 libcore/asobj/NetConnection_as.cpp const boost::uint16_t unusedlength = amf::readNetworkShort(b); amf 982 libcore/asobj/NetConnection_as.cpp throw amf::AMFException("Could not parse argument value"); amf 1141 libcore/asobj/NetConnection_as.cpp amf::Reader rd(b, end, getGlobal(nc.owner())); amf 1150 libcore/asobj/NetConnection_as.cpp catch (const amf::AMFException& e) { amf 1175 libcore/asobj/NetConnection_as.cpp amf::writePlainString(buf, methodName, amf::STRING_AMF0); amf 1187 libcore/asobj/NetConnection_as.cpp amf::writePlainString(buf, os.str(), amf::STRING_AMF0); amf 1193 libcore/asobj/NetConnection_as.cpp buf.appendByte(amf::STRICT_ARRAY_AMF0); amf 1197 libcore/asobj/NetConnection_as.cpp amf::Writer w(buf, true); amf 1234 libcore/asobj/NetConnection_as.cpp std::string method = amf::readString(payload, end); amf 1237 libcore/asobj/NetConnection_as.cpp if (*payload != amf::NUMBER_AMF0) return; amf 1247 libcore/asobj/NetConnection_as.cpp const double id = amf::readNumber(payload, end); amf 1253 libcore/asobj/NetConnection_as.cpp amf::Reader rd(payload, end, getGlobal(_nc.owner())); amf 1266 libcore/asobj/NetConnection_as.cpp const double id = amf::readNumber(payload, end); amf 1283 libcore/asobj/NetConnection_as.cpp if (*payload != amf::NULL_AMF0) return; amf 1289 libcore/asobj/NetConnection_as.cpp double latency = amf::readNumber(payload, end); amf 1290 libcore/asobj/NetConnection_as.cpp double bandwidth = amf::readNumber(payload, end); amf 1299 libcore/asobj/NetConnection_as.cpp amf::Reader rd(payload, end, getGlobal(_nc.owner())); amf 1315 libcore/asobj/NetConnection_as.cpp amf::Reader rd(payload, end, getGlobal(_nc.owner())); amf 1331 libcore/asobj/NetConnection_as.cpp amf::write(buf, "_result"); amf 1332 libcore/asobj/NetConnection_as.cpp amf::write(buf, txn); amf 1333 libcore/asobj/NetConnection_as.cpp buf.appendByte(amf::NULL_AMF0); amf 1334 libcore/asobj/NetConnection_as.cpp amf::write(buf, 0.0); amf 1876 libcore/asobj/NetStream_as.cpp funcName = amf::readString(ptr, endptr); amf 1878 libcore/asobj/NetStream_as.cpp catch (const amf::AMFException&) { amf 1886 libcore/asobj/NetStream_as.cpp amf::Reader rd(ptr, endptr, getGlobal(thisPtr)); amf 182 libcore/asobj/SharedObject_as.cpp amf::Writer _writer; amf 938 libcore/asobj/SharedObject_as.cpp amf::Reader rd(buf, end, gl); amf 1058 libcore/asobj/SharedObject_as.cpp amf::Writer w(buf, false); amf 49 testsuite/network.all/test_ssh.cpp using namespace amf; amf 50 testsuite/network.all/test_ssl.cpp using namespace amf; amf 224 testsuite/network.all/test_ssl.cpp amf::Buffer &request = http.formatRequest("/crossdomain.xml", HTTP::HTTP_GET); amf 238 testsuite/network.all/test_ssl.cpp amf::Buffer buf; amf 208 utilities/rtmpget.cpp amf::write(buf, "connect"); amf 212 utilities/rtmpget.cpp amf::write(buf, static_cast<double>(cn)); amf 214 utilities/rtmpget.cpp buf.appendByte(amf::OBJECT_AMF0); amf 215 utilities/rtmpget.cpp if (!app.empty()) amf::writeProperty(buf, "app", app); amf 216 utilities/rtmpget.cpp if (!ver.empty()) amf::writeProperty(buf, "flashVer", ver); amf 217 utilities/rtmpget.cpp if (!swfurl.empty()) amf::writeProperty(buf, "swfUrl", swfurl); amf 218 utilities/rtmpget.cpp if (!tcurl.empty()) amf::writeProperty(buf, "tcUrl", tcurl); amf 219 utilities/rtmpget.cpp amf::writeProperty(buf, "fpad", false); amf 220 utilities/rtmpget.cpp amf::writeProperty(buf, "capabilities", 15.0); amf 221 utilities/rtmpget.cpp amf::writeProperty(buf, "audioCodecs", 3191.0); amf 222 utilities/rtmpget.cpp amf::writeProperty(buf, "videoCodecs", 252.0); amf 223 utilities/rtmpget.cpp amf::writeProperty(buf, "videoFunction", 1.0); amf 224 utilities/rtmpget.cpp if (!pageurl.empty()) amf::writeProperty(buf, "pageUrl", pageurl); amf 227 utilities/rtmpget.cpp buf.appendByte(amf::OBJECT_END_AMF0); amf 241 utilities/rtmpget.cpp amf::write(buf, "_checkbw"); amf 242 utilities/rtmpget.cpp amf::write(buf, static_cast<double>(cn)); amf 243 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 254 utilities/rtmpget.cpp amf::write(buf, "_result"); amf 255 utilities/rtmpget.cpp amf::write(buf, txn); amf 256 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 257 utilities/rtmpget.cpp amf::write(buf, 0.0); amf 270 utilities/rtmpget.cpp amf::write(buf, "pause"); amf 273 utilities/rtmpget.cpp amf::write(buf, 0.0); amf 274 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 277 utilities/rtmpget.cpp amf::write(buf, flag); amf 280 utilities/rtmpget.cpp amf::write(buf, time * 1000.0); amf 301 utilities/rtmpget.cpp amf::write(buf, "play"); amf 304 utilities/rtmpget.cpp amf::write(buf, 0.0); amf 305 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 309 utilities/rtmpget.cpp amf::write(buf, nc.playpath()); amf 318 utilities/rtmpget.cpp amf::write(buf, seektime); amf 325 utilities/rtmpget.cpp amf::write(buf, length); amf 336 utilities/rtmpget.cpp amf::write(buf, "createStream"); amf 337 utilities/rtmpget.cpp amf::write(buf, static_cast<double>(cn)); amf 338 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 348 utilities/rtmpget.cpp amf::write(buf, "deleteStream"); amf 351 utilities/rtmpget.cpp amf::write(buf, static_cast<double>(cn)); amf 352 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 353 utilities/rtmpget.cpp amf::write(buf, id); amf 364 utilities/rtmpget.cpp amf::write(buf, "FCSubscribe"); amf 367 utilities/rtmpget.cpp amf::write(buf, static_cast<double>(cn)); amf 368 utilities/rtmpget.cpp buf.appendByte(amf::NULL_AMF0); amf 369 utilities/rtmpget.cpp amf::write(buf, subscribepath); amf 554 utilities/rtmpget.cpp std::string method = amf::readString(payload, end); amf 557 utilities/rtmpget.cpp if (*payload != amf::NUMBER_AMF0) return false; amf 569 utilities/rtmpget.cpp const double txn = amf::readNumber(payload, end); amf 584 utilities/rtmpget.cpp if (*payload != amf::NULL_AMF0) return false; amf 590 utilities/rtmpget.cpp if (*payload != amf::NUMBER_AMF0) return false; amf 592 utilities/rtmpget.cpp double sid = amf::readNumber(payload, end); amf 612 utilities/rtmpget.cpp const double txn = amf::readNumber(payload, end); amf 645 utilities/rtmpget.cpp if (*payload != amf::NULL_AMF0) return false; amf 651 utilities/rtmpget.cpp double latency = amf::readNumber(payload, end); amf 652 utilities/rtmpget.cpp double bandwidth = amf::readNumber(payload, end); amf 681 utilities/rtmpget.cpp if (*payload != amf::NULL_AMF0) return false; amf 687 utilities/rtmpget.cpp if (*payload != amf::OBJECT_AMF0) { amf 699 utilities/rtmpget.cpp while (payload < end && *payload != amf::OBJECT_END_AMF0) { amf 701 utilities/rtmpget.cpp const std::string& n = amf::readString(payload, end); amf 709 utilities/rtmpget.cpp if (*payload != amf::STRING_AMF0) { amf 716 utilities/rtmpget.cpp const std::string& v = amf::readString(payload, end); amf 722 utilities/rtmpget.cpp catch (const amf::AMFException& e) {