Home
last modified time | relevance | path

Searched refs:nFileCount (Results 1 – 25 of 62) sorted by relevance

123

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Mapi/
H A Dmod.rs213 pub nFileCount: u32, field
238 .field("nFileCount", &self.nFileCount) in fmt()
256 && self.nFileCount == other.nFileCount in eq()
281 pub nFileCount: u32, field
306 .field("nFileCount", &self.nFileCount) in fmt()
324 && self.nFileCount == other.nFileCount in eq()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/mapiDll/
H A DMapiDll.cpp90 static_assert(offsetof(nsMapiMessage, nFileCount) ==
91 offsetof(MapiMessage, nFileCount),
176 static_assert(offsetof(nsMapiMessageW, nFileCount) ==
177 offsetof(MapiMessageW, nFileCount),
317 if (lpMessage->nFileCount > MAX_FILES) return MAPI_E_TOO_MANY_FILES; in MAPISendMail()
352 if (lpMessage->nFileCount > MAX_FILES) return MAPI_E_TOO_MANY_FILES; in MAPISendMailW()
555 for (i = 0; i < pv->nFileCount; i++) { in FreeMAPIMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/mapihook/build/
H A DmsgMapi.idl43 unsigned long nFileCount; /* # of file attachments */
44 [size_is (nFileCount)] lpnsMapiFileDesc lpFiles; /* Attachment descriptors */
79 unsigned long nFileCount; /* # of file attachments */
80 [size_is (nFileCount)] lpnsMapiFileDescW lpFiles; /* Attachment descriptors */
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/playlists/
H A DPlayList.cpp362 int nFileCount = vecFilenames.size(); in RemoveDVDItems() local
363 if ( nFileCount ) in RemoveDVDItems()
375 return nFileCount; in RemoveDVDItems()
/dports/devel/brz/breezy-3.2.0/breezy/util/
H A Dsimplemapi.py193 nFileCount = len(attach)
226 nFileCount, lpFiles)
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfileutils.cpp499 const int nFileCount = QgsFileUtils::openedFileCount(); in isCloseToLimitOfOpenedFiles() local
502 …return nFileCount > 0 && nFileLimit > 0 && nFileCount + filesToBeOpened > nFileLimit - SOME_MARGIN; in isCloseToLimitOfOpenedFiles()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Mapi/
H A Dmod.rs147 pub nFileCount: u32, field
171 pub nFileCount: u32, field
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaldrivermanager.cpp757 int nFileCount = CSLCount(papszFiles); in AutoLoadDrivers() local
759 for( int iFile = 0; iFile < nFileCount; iFile++ ) in AutoLoadDrivers()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/CrashReporter/
H A DSendFileTo.cpp94 message.nFileCount = 1; in SendMail()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaldrivermanager.cpp825 const int nFileCount = CSLCount(papszFiles); in AutoLoadDrivers()
827 for( int iFile = 0; iFile < nFileCount; ++iFile ) in AutoLoadDrivers()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaldrivermanager.cpp825 const int nFileCount = CSLCount(papszFiles); in AutoLoadDrivers()
827 for( int iFile = 0; iFile < nFileCount; ++iFile ) in AutoLoadDrivers()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaldrivermanager.cpp825 const int nFileCount = CSLCount(papszFiles); in AutoLoadDrivers()
827 for( int iFile = 0; iFile < nFileCount; ++iFile ) in AutoLoadDrivers()
/dports/mail/alpine/alpine-465e23b/mapi/
H A Dsmapi.c49 || lpMessage->nFileCount)){ in MAPISendMail()
80 int avSize = (6+2*lpMessage->nFileCount)*sizeof(*av); in MAPISendMail()
118 for (i=0; i < lpMessage->nFileCount; ++i) { in MAPISendMail()
/dports/editors/pico-alpine/alpine-465e23b/mapi/
H A Dsmapi.c49 || lpMessage->nFileCount)){ in MAPISendMail()
80 int avSize = (6+2*lpMessage->nFileCount)*sizeof(*av); in MAPISendMail()
118 for (i=0; i < lpMessage->nFileCount; ++i) { in MAPISendMail()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil.cpp1231 int nFileCount = 0; in Sync() local
1236 nFileCount ++; in Sync()
1252 double(iFile) / nFileCount, double(iFile + 1) / nFileCount, in Sync()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil.cpp1231 int nFileCount = 0; in Sync() local
1236 nFileCount ++; in Sync()
1252 double(iFile) / nFileCount, double(iFile + 1) / nFileCount, in Sync()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil.cpp1231 int nFileCount = 0; in Sync() local
1236 nFileCount ++; in Sync()
1252 double(iFile) / nFileCount, double(iFile + 1) / nFileCount, in Sync()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgdal.c118 int i, nFileCount = CSLCount( papszFiles ); in msCleanVSIDir() local
120 for( i = 0; i < nFileCount; i++ ) { in msCleanVSIDir()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d123 ULONG nFileCount; member
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d123 ULONG nFileCount; member
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d122 ULONG nFileCount; member
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d123 ULONG nFileCount; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dmapi.h128 ULONG nFileCount; member
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d122 ULONG nFileCount; member
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d122 ULONG nFileCount; member

123