HTTPServer 839 cygnal/cygnal.cpp HTTPServer *http = new HTTPServer;
HTTPServer 1081 cygnal/cygnal.cpp boost::shared_ptr<HTTPServer> &http = hand->getHTTPHandler(i);
HTTPServer 1105 cygnal/cygnal.cpp boost::shared_ptr<HTTPServer> &http = hand->getHTTPHandler(i);
HTTPServer 1117 cygnal/cygnal.cpp boost::shared_ptr<HTTPServer> &http = hand->getHTTPHandler(i);
HTTPServer 110 cygnal/handler.cpp boost::shared_ptr<HTTPServer> http(new HTTPServer);
HTTPServer 174 cygnal/handler.cpp HTTPServer http;
HTTPServer 68 cygnal/handler.h class HTTPServer;
HTTPServer 239 cygnal/handler.h boost::shared_ptr<HTTPServer> &getHTTPHandler(int fd) { return _http[fd]; };
HTTPServer 274 cygnal/handler.h std::map<int, boost::shared_ptr<HTTPServer> > _http;
HTTPServer 79 cygnal/http_server.cpp HTTPServer::HTTPServer()
HTTPServer 84 cygnal/http_server.cpp HTTPServer::~HTTPServer()
HTTPServer 90 cygnal/http_server.cpp HTTPServer::processClientRequest(int fd)
HTTPServer 101 cygnal/http_server.cpp HTTPServer::processClientRequest(Handler *hand, int fd, cygnal::Buffer *buf)
HTTPServer 159 cygnal/http_server.cpp formatErrorResponse(HTTPServer::NOT_FOUND);
HTTPServer 163 cygnal/http_server.cpp formatErrorResponse(HTTPServer::NOT_FOUND);
HTTPServer 182 cygnal/http_server.cpp HTTPServer::processGetRequest(Handler *hand, int fd, cygnal::Buffer *buf)
HTTPServer 218 cygnal/http_server.cpp formatErrorResponse(HTTPServer::NOT_FOUND);
HTTPServer 222 cygnal/http_server.cpp formatErrorResponse(HTTPServer::NOT_FOUND);
HTTPServer 242 cygnal/http_server.cpp HTTPServer::OK);
HTTPServer 273 cygnal/http_server.cpp HTTPServer::processPostRequest(int fd, cygnal::Buffer *bufFIXME)
HTTPServer 357 cygnal/http_server.cpp cygnal::Buffer &reply = formatHeader(_filetype, _filesize, HTTPServer::OK);
HTTPServer 365 cygnal/http_server.cpp HTTPServer::processPutRequest(int /* fd */, cygnal::Buffer */* buf */)
HTTPServer 375 cygnal/http_server.cpp HTTPServer::processDeleteRequest(int /* fd */, cygnal::Buffer */* buf */)
HTTPServer 385 cygnal/http_server.cpp HTTPServer::processConnectRequest(int /* fd */, cygnal::Buffer */* buf */)
HTTPServer 395 cygnal/http_server.cpp HTTPServer::processOptionsRequest(int /* fd */, cygnal::Buffer */* buf */)
HTTPServer 405 cygnal/http_server.cpp HTTPServer::processHeadRequest(int /* fd */, cygnal::Buffer */* buf */)
HTTPServer 415 cygnal/http_server.cpp HTTPServer::processTraceRequest(int /* fd */, cygnal::Buffer */* buf */)
HTTPServer 425 cygnal/http_server.cpp HTTPServer::formatErrorResponse(http_status_e code)
HTTPServer 462 cygnal/http_server.cpp HTTPServer::formatGetReply(http_status_e code)
HTTPServer 471 cygnal/http_server.cpp HTTPServer::formatGetReply(size_t size, http_status_e code)
HTTPServer 496 cygnal/http_server.cpp HTTPServer::formatPostReply(rtmpt_cmd_e /* code */)
HTTPServer 531 cygnal/http_server.cpp HTTPServer::parseEchoRequest(boost::uint8_t *data, size_t size)
HTTPServer 599 cygnal/http_server.cpp HTTPServer::formatEchoResponse(const std::string &num, cygnal::Element &el)
HTTPServer 628 cygnal/http_server.cpp HTTPServer::formatEchoResponse(const std::string &num, cygnal::Buffer &data)
HTTPServer 635 cygnal/http_server.cpp HTTPServer::formatEchoResponse(const std::string &num, boost::uint8_t *data, size_t size)
HTTPServer 775 cygnal/http_server.cpp HTTPServer::rtmpt_cmd_e
HTTPServer 776 cygnal/http_server.cpp HTTPServer::extractRTMPT(boost::uint8_t *data)
HTTPServer 782 cygnal/http_server.cpp HTTPServer::rtmpt_cmd_e cmd;
HTTPServer 792 cygnal/http_server.cpp cmd = HTTPServer::OPEN;
HTTPServer 796 cygnal/http_server.cpp cmd = HTTPServer::SEND;
HTTPServer 800 cygnal/http_server.cpp cmd = HTTPServer::IDLE;
HTTPServer 804 cygnal/http_server.cpp cmd = HTTPServer::CLOSE;
HTTPServer 830 cygnal/http_server.cpp HTTPServer::http_method_e
HTTPServer 831 cygnal/http_server.cpp HTTPServer::extractCommand(boost::uint8_t *data)
HTTPServer 836 cygnal/http_server.cpp HTTPServer::http_method_e cmd = HTTP::HTTP_NONE;
HTTPServer 891 cygnal/http_server.cpp HTTPServer::processHeaderFields(cygnal::Buffer &buf)
HTTPServer 987 cygnal/http_server.cpp HTTPServer::dump()
HTTPServer 996 cygnal/http_server.cpp HTTPServer::http_handler(Handler *hand, int netfd, cygnal::Buffer *buf)
HTTPServer 41 cygnal/http_server.h class DSOEXPORT HTTPServer : public gnash::HTTP
HTTPServer 44 cygnal/http_server.h HTTPServer();
HTTPServer 45 cygnal/http_server.h ~HTTPServer();
HTTPServer 323 cygnal/testsuite/libnet.all/test_http.cpp HTTPServer https;