getFileType       162 cygnal/http_server.cpp 	    if (filestream->getFileType() == DiskStream::FILETYPE_NONE) {
getFileType       221 cygnal/http_server.cpp 	if (_diskstream->getFileType() == DiskStream::FILETYPE_NONE) {
getFileType       240 cygnal/http_server.cpp     cygnal::Buffer &reply = formatHeader(_diskstream->getFileType(),
getFileType       324 cygnal/libnet/diskstream.cpp     _filetype = stream->getFileType();
getFileType       250 cygnal/libnet/diskstream.h     DiskStream::filetype_e getFileType() { return _filetype; };
getFileType       445 cygnal/libnet/http.cpp 	    if (filestream->getFileType() == DiskStream::FILETYPE_NONE) {
getFileType       454 cygnal/libnet/http.cpp     cygnal::Buffer &reply = formatHeader(filestream->getFileType(),
getFileType        60 cygnal/libnet/netstats.cpp     _type = stats.getFileType();
getFileType       126 cygnal/libnet/netstats.h     filetypes_e getFileType() { return _type; };
getFileType        98 cygnal/libnet/statistics.cpp     st->setFileType(getFileType());
getFileType       113 cygnal/libnet/statistics.cpp         if (stats->getFileType() <= VIDEO) {
getFileType       114 cygnal/libnet/statistics.cpp             log_debug (_("Stream type is: %s"), filetype_names[stats->getFileType()]);
getFileType      1253 cygnal/rtmp_server.cpp 	    if (filestream->getFileType() == DiskStream::FILETYPE_NONE) {
getFileType        45 libcore/MovieFactory.cpp     FileType getFileType(IOChannel& in);
getFileType        72 libcore/MovieFactory.cpp     FileType type = getFileType(*in);