Home
last modified time | relevance | path

Searched refs:READ_TRUNCATED (Results 1 – 16 of 16) sorted by relevance

/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Dreadline.c117 return READ_TRUNCATED; in ReadLine()
130 while( Status == READ_TRUNCATED ); in ReadLine_GoToNextLine()
H A Dreadline.h10 READ_TRUNCATED, enumerator
H A Ddynamichosts.c52 if( Status == READ_TRUNCATED ) in DynamicHosts_Load()
H A Dmmgr.c318 if( Status == READ_TRUNCATED ) in Modules_InitFromFile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DIFileTypes.h17 static const unsigned int READ_TRUNCATED = 0x01; variable
H A DFile.cpp80 if (file.Open(url.Get(), READ_TRUNCATED | READ_CHUNKED)) in Copy()
601 if(m_flags & READ_TRUNCATED) in Read()
621 if(m_flags & READ_TRUNCATED) in Read()
1022 if (!Open(file, READ_TRUNCATED)) in LoadFile()
H A DFileCache.cpp122 if (!m_source.Open(url.Get(), READ_NO_CACHE | READ_TRUNCATED | READ_CHUNKED)) in Open()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/filesystem/
H A DIFile.h22 READ_TRUNCATED = 0x01, enumerator
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDInputStreams/
H A DDVDInputStreamStack.cpp59 if (!file->Open(items[index]->GetDynPath(), READ_TRUNCATED)) in Open()
H A DDVDFactoryInputStream.cpp178 XFILE::READ_TRUNCATED | in CreateInputStream()
H A DDVDInputStreamNavigator.cpp112 …m_pstream.reset(new CDVDInputStreamFile(m_item, XFILE::READ_TRUNCATED | XFILE::READ_BITRATE | XFIL… in Open()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/savestates/
H A DSavestateDatabase.cpp71 if (savestateFile.Open(savestatePath, XFILE::READ_TRUNCATED)) in GetSavestate()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Engines/ActiveAE/
H A DActiveAESound.cpp114 unsigned int flags = READ_TRUNCATED | READ_CHUNKED; in Prepare()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/
H A Dmain.h37 static const unsigned int READ_TRUNCATED = 0x01; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/
H A DFilesystem.cpp137 kodiFlags |= READ_TRUNCATED; in TranslateFileReadBitsToKodi()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/DllLoader/exports/
H A Demu_msvcrt.cpp521 bResult = pFile->Open(CUtil::ValidatePath(str), READ_TRUNCATED); in dll_open()