formatHeader      240 cygnal/http_server.cpp     cygnal::Buffer &reply = formatHeader(_diskstream->getFileType(),
formatHeader      357 cygnal/http_server.cpp 	cygnal::Buffer &reply = formatHeader(_filetype, _filesize, HTTPServer::OK);
formatHeader      467 cygnal/http_server.cpp     return formatHeader(_filesize, code);
formatHeader      475 cygnal/http_server.cpp     formatHeader(size, code);
formatHeader      508 cygnal/http_server.cpp     formatHeader(_filesize, code);
formatHeader      237 cygnal/libamf/lcshm.h     boost::uint8_t *formatHeader(const std::string &con, const std::string &host, bool domain);
formatHeader      149 cygnal/libamf/sol.cpp     return formatHeader(name, _filesize);
formatHeader      330 cygnal/libamf/sol.cpp     formatHeader(name);
formatHeader       86 cygnal/libamf/sol.h     bool formatHeader(const std::vector<boost::uint8_t> &data);
formatHeader       93 cygnal/libamf/sol.h     bool formatHeader(const std::string &name);
formatHeader      102 cygnal/libamf/sol.h     bool formatHeader(const std::string &name, int filesize);
formatHeader      454 cygnal/libnet/http.cpp     cygnal::Buffer &reply = formatHeader(filestream->getFileType(),
formatHeader      580 cygnal/libnet/http.cpp 	cygnal::Buffer &reply = formatHeader(_filetype, _filesize, HTTP::OK);
formatHeader      762 cygnal/libnet/http.cpp     return formatHeader(_filesize, type);
formatHeader      779 cygnal/libnet/http.cpp   return formatHeader(_filetype, size, code);
formatHeader      190 cygnal/libnet/http.h     cygnal::Buffer &formatHeader(DiskStream::filetype_e type, size_t filesize,
formatHeader      192 cygnal/libnet/http.h     cygnal::Buffer &formatHeader(size_t filesize, http_status_e type);
formatHeader      193 cygnal/libnet/http.h     cygnal::Buffer &formatHeader(http_status_e type);
formatHeader      308 cygnal/testsuite/libnet.all/test_http.cpp     http.formatHeader(HTTP::OK);