|
MythTV
0.26-pre
|
Go to the source code of this file.
Classes | |
| struct | statfs |
Typedefs | |
| typedef __int64 | ssize_t |
| typedef unsigned int | uint |
| typedef long | suseconds_t |
| typedef off_t | off64_t |
Functions | |
| static void | srandom (unsigned int seed) |
| static long int | random (void) |
| unsigned | sleep (unsigned int x) |
| int | statfs (const char *path, struct statfs *buffer) |
| const char * | dlerror (void) |
| static struct tm * | gmtime_r (const time_t *timep, struct tm *result) |
| static struct tm * | localtime_r (const time_t *timep, struct tm *result) |
| static int | readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result) |
| typedef int32_t suseconds_t |
Definition at line 127 of file compat.h.
Referenced by MythCoreContextPrivate::MythCoreContextPrivate(), and our_srandom().
Definition at line 128 of file compat.h.
Referenced by MHResidentProgram::CallProgram(), SequenceRandom::create(), SequenceShuffle::create(), MusicCommon::cycleVisualizer(), MainServer::DoDeleteThread(), BumpScope::draw(), GLSingleView::EffectBend(), SingleView::EffectBlobs(), SingleView::EffectIncomingEdges(), GLSingleView::EffectInOut(), GLSingleView::EffectKenBurns(), SingleView::EffectMeltdown(), SingleView::EffectMultiCircleOut(), SingleView::EffectNoise(), GLSingleView::EffectRotate(), GLSingleView::EffectSlide(), SingleView::EffectSweep(), MSqlQuery::exec(), GLSingleView::FindRandXY(), PlaybackBoxHelper::GetPreviewImage(), ImageView::GetRandomEffect(), MainServer::HandleGenPreviewPixmap(), MythRAOPDevice::HardwareId(), MythUIType::MythUIType(), DecoderHandler::next(), our_random(), MythUIImage::ParseElement(), SSDP::PerformSearch(), PlaybackBox::playSelectedPlaylist(), VideoDialog::playVideoWithTrailers(), JobQueue::ProcessJob(), SSDP::ProcessSearchRequest(), PreviewGenerator::RemotePreviewRun(), TVRec::run(), HouseKeeper::RunHouseKeeping(), UPnpSearchTask::SendMsg(), UPnpNotifyTask::SendNotifyMsg(), EITScanner::StartActiveScan(), VorbisEncoder::VorbisEncoder(), HouseKeeper::wantToRun(), and MMulticastSocketDevice::writeBlock().
Definition at line 137 of file compat.h.
Referenced by JobQueue::DeleteAllJobs(), MainServer::DoDeleteInDB(), MainServer::DoDeleteThread(), DoFlagCommercials(), PrePostRollFlagger::findBreakInrange(), PrePostRollFlagger::go(), CommDetector2::go(), ClassicCommDetector::go(), lockShutdown(), main(), msleep_approx(), MSqlDatabase::OpenDatabase(), NetworkControl::processKey(), CoreAudioData::ResetStream(), WelcomeDialog::runEPGGrabber(), MThreadInternal::Sleep(), MetadataFactory::SynchronousLookup(), MythContextPrivate::TestDBconnection(), unlockShutdown(), and WaitToDelete().
Definition at line 157 of file compat.h.
Referenced by MainServer::BackendQueryDiskSpace(), getDiskSpace(), ZMServer::getDiskSpace(), isRemote(), and FileSystemInfo::PopulateFSProp().
Definition at line 216 of file compat.h.
Referenced by dl_dlopen(), dl_dlsym(), MythPlugin::init(), FilterManager::LoadFilter(), and FilterManager::LoadFilterLib().
| static struct tm* gmtime_r | ( | const time_t * | timep, |
| struct tm * | result | ||
| ) | [static, read] |
Definition at line 248 of file compat.h.
Referenced by EITHelper::CompleteEvent(), and cCiDateTime::SendDateTime().
| static struct tm* localtime_r | ( | const time_t * | timep, |
| struct tm * | result | ||
| ) | [static, read] |
Definition at line 265 of file compat.h.
Referenced by getSystemTimeZoneID(), LogTimeStamp(), and cCiDateTime::SendDateTime().
| static int readdir_r | ( | DIR * | dirp, |
| struct dirent * | entry, | ||
| struct dirent ** | result | ||
| ) | [inline, static] |
Definition at line 360 of file compat.h.
Referenced by dir_read_posix(), and mythdir_readdir().
1.7.6.1