encodeString 664 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> res = amf::AMF::encodeString(result);
encodeString 668 cygnal/http_server.cpp boost::shared_ptr<cygnal::Buffer> null = amf::AMF::encodeString("null");
encodeString 611 cygnal/libamf/amf.cpp return encodeString(ptr, str.size());
encodeString 723 cygnal/libamf/amf.cpp buf = encodeString(el.to_string());
encodeString 138 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeString(const std::string &str);
encodeString 148 cygnal/libamf/amf.h static boost::shared_ptr<Buffer> encodeString(boost::uint8_t *data,
encodeString 468 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf1 = AMF::encodeString(con);
encodeString 474 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf2 = AMF::encodeString(protocol);
encodeString 478 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf3 = AMF::encodeString(host);
encodeString 644 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf1 = AMF::encodeString(name);
encodeString 649 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf2 = AMF::encodeString(protocol);
encodeString 653 cygnal/libamf/lcshm.cpp boost::shared_ptr<cygnal::Buffer> buf3 = AMF::encodeString(domainname);
encodeString 1171 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> res = cygnal::AMF::encodeString(result);
encodeString 1175 cygnal/libnet/http.cpp boost::shared_ptr<cygnal::Buffer> null = cygnal::AMF::encodeString("null");
encodeString 226 cygnal/testsuite/libamf.all/test_amf.cpp boost::shared_ptr<Buffer> buf = amf::AMF::encodeString(str);
encodeString 586 cygnal/testsuite/libnet.all/test_http.cpp boost::shared_ptr<amf::Buffer> encstr = AMF::encodeString("Hello World!");