encodePing 256 cygnal/rtmp_server.cpp encodePing(RTMP::PING_RESET, 0); encodePing 954 cygnal/rtmp_server.cpp return encodePing(type, 0); encodePing 1688 cygnal/rtmp_server.cpp rtmp->encodePing(RTMP::PING_CLEAR, 0); encodePing 72 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodePing(rtmp_ping_e type, boost::uint32_t milliseconds); encodePing 73 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodePing(rtmp_ping_e type); encodePing 463 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> enc1 = server.encodePing(RTMP::PING_CLEAR); encodePing 471 cygnal/testsuite/libnet.all/test_rtmp.cpp boost::shared_ptr<amf::Buffer> enc2 = server.encodePing(RTMP::PING_CLIENT, htonl(time));