Home
last modified time | relevance | path

Searched refs:nResult (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPEInfo.cpp170 return nResult; in GetFileInformation()
178 intn nResult = -1; in GetInfo() local
243 nResult = 0; in GetInfo()
268 nResult = 0; in GetInfo()
283 nResult = 0; in GetInfo()
329 nResult = -1; in GetInfo()
346 nResult = 0; in GetInfo()
354 nResult = 0; in GetInfo()
367 nResult = -1; in GetInfo()
385 nResult = -1; in GetInfo()
[all …]
H A DAPECompress.cpp85 int nResult = ProcessBuffer(); in UnlockBuffer() local
86 if (nResult != 0) { return nResult; } in UnlockBuffer()
126 int nResult = UnlockBuffer((unsigned int) nBytesToProcess); in AddData() local
127 if (nResult != ERROR_SUCCESS) in AddData()
128 return nResult; in AddData()
165 if (nResult != 0) { return nResult; } in ProcessBuffer()
228 int nResult = pInputSource->GetData(pBuffer, (int) nBlocksToAdd, &nBlocksAdded); in AddDataFromInputSource() local
229 if (nResult != 0) in AddDataFromInputSource()
240 int nResult = UnlockBuffer(nBytesRead, true); in AddDataFromInputSource() local
241 if (nResult != 0) in AddDataFromInputSource()
[all …]
H A DAPEDecompress.cpp84 int nResult = ERROR_SUCCESS; in GetData() local
102 nResult = nDecodeRetVal; in GetData()
125 return nResult; in GetData()
170 int nResult = ERROR_SUCCESS; in FillFrameBuffer() local
273 return nResult; in FillFrameBuffer()
438 intn nResult = 0; in GetInfo() local
520 nResult = -1; in GetInfo()
529 nResult = 0; in GetInfo()
534 nResult = 0; in GetInfo()
537 nResult = 0; in GetInfo()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxle.cpp72 nResult=-1; in getImageVxdHeaderOffset()
75 return nResult; in getImageVxdHeaderOffset()
153 return nResult; in getImageVxdHeader_magic()
167 return nResult; in getImageVxdHeader_border()
181 return nResult; in getImageVxdHeader_worder()
195 return nResult; in getImageVxdHeader_level()
209 return nResult; in getImageVxdHeader_cpu()
223 return nResult; in getImageVxdHeader_os()
237 return nResult; in getImageVxdHeader_ver()
251 return nResult; in getImageVxdHeader_mflags()
[all …]
H A Dxne.cpp72 nResult=-1; in getImageOS2HeaderOffset()
75 return nResult; in getImageOS2HeaderOffset()
137 return nResult; in getImageOS2Header_magic()
151 return nResult; in getImageOS2Header_ver()
165 return nResult; in getImageOS2Header_rev()
179 return nResult; in getImageOS2Header_enttab()
193 return nResult; in getImageOS2Header_cbenttab()
207 return nResult; in getImageOS2Header_crc()
221 return nResult; in getImageOS2Header_flags()
235 return nResult; in getImageOS2Header_autodata()
[all …]
H A Dxpe.cpp391 return nResult; in getOptionalHeaderSize()
513 return nResult; in getOptionalHeader_ImageBase()
599 return nResult; in getOptionalHeader_SizeOfStackReserve()
615 return nResult; in getOptionalHeader_SizeOfStackCommit()
631 return nResult; in getOptionalHeader_SizeOfHeapReserve()
647 return nResult; in getOptionalHeader_SizeOfHeapCommit()
663 return nResult; in getOptionalHeader_LoaderFlags()
679 return nResult; in getOptionalHeader_NumberOfRvaAndSizes()
1057 return nResult; in getDataDirectoryOffset()
1097 return nResult; in getSectionsTableOffset()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dsignaturestate.cxx23 SignatureState nResult = SignatureState::NOSIGNATURES; in getSignatureState() local
26 return nResult; in getSignatureState()
28 nResult = SignatureState::OK; in getSignatureState()
39 nResult = SignatureState::BROKEN; in getSignatureState()
45 if (nResult == SignatureState::OK && !bCertValid && !bCompleteSignature) in getSignatureState()
46 nResult = SignatureState::NOTVALIDATED_PARTIAL_OK; in getSignatureState()
47 else if (nResult == SignatureState::OK && !bCertValid) in getSignatureState()
48 nResult = SignatureState::NOTVALIDATED; in getSignatureState()
49 else if (nResult == SignatureState::OK && bCertValid && !bCompleteSignature) in getSignatureState()
50 nResult = SignatureState::PARTIAL_OK; in getSignatureState()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dsignaturestate.cxx23 SignatureState nResult = SignatureState::NOSIGNATURES; in getSignatureState() local
26 return nResult; in getSignatureState()
28 nResult = SignatureState::OK; in getSignatureState()
39 nResult = SignatureState::BROKEN; in getSignatureState()
45 if (nResult == SignatureState::OK && !bCertValid && !bCompleteSignature) in getSignatureState()
46 nResult = SignatureState::NOTVALIDATED_PARTIAL_OK; in getSignatureState()
47 else if (nResult == SignatureState::OK && !bCertValid) in getSignatureState()
48 nResult = SignatureState::NOTVALIDATED; in getSignatureState()
49 else if (nResult == SignatureState::OK && bCertValid && !bCompleteSignature) in getSignatureState()
50 nResult = SignatureState::PARTIAL_OK; in getSignatureState()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/fsys/
H A Dfileutil.cxx26 DWORD nResult = DavGetHTTPFromUNCPath(sUNC, bufURL.get(), &nSize); in UNCToDavURL() local
27 if (nResult == ERROR_INSUFFICIENT_BUFFER) in UNCToDavURL()
30 nResult = DavGetHTTPFromUNCPath(sUNC, bufURL.get(), &nSize); in UNCToDavURL()
32 return nResult == ERROR_SUCCESS ? OUString(o3tl::toU(bufURL.get())) : OUString(); in UNCToDavURL()
49 DWORD nResult = WNetGetUniversalNameW(o3tl::toW(aSystemPath.getStr()), in IsMappedWebDAVPath() local
51 if (nResult == ERROR_MORE_DATA) in IsMappedWebDAVPath()
54 nResult = WNetGetUniversalNameW(o3tl::toW(aSystemPath.getStr()), in IsMappedWebDAVPath()
57 if (nResult == NO_ERROR || nResult == ERROR_BAD_DEVICE) in IsMappedWebDAVPath()
60 if (nResult == ERROR_BAD_DEVICE) // The path could already be an UNC in IsMappedWebDAVPath()
71 if (nResult == ERROR_MORE_DATA) in IsMappedWebDAVPath()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/fsys/
H A Dfileutil.cxx26 DWORD nResult = DavGetHTTPFromUNCPath(sUNC, bufURL.get(), &nSize); in UNCToDavURL() local
27 if (nResult == ERROR_INSUFFICIENT_BUFFER) in UNCToDavURL()
30 nResult = DavGetHTTPFromUNCPath(sUNC, bufURL.get(), &nSize); in UNCToDavURL()
32 return nResult == ERROR_SUCCESS ? o3tl::toU(bufURL.get()) : OUString(); in UNCToDavURL()
49 DWORD nResult = WNetGetUniversalNameW(o3tl::toW(aSystemPath.getStr()), in IsMappedWebDAVPath() local
51 if (nResult == ERROR_MORE_DATA) in IsMappedWebDAVPath()
54 nResult = WNetGetUniversalNameW(o3tl::toW(aSystemPath.getStr()), in IsMappedWebDAVPath()
57 if (nResult == NO_ERROR || nResult == ERROR_BAD_DEVICE) in IsMappedWebDAVPath()
60 if (nResult == ERROR_BAD_DEVICE) // The path could already be an UNC in IsMappedWebDAVPath()
71 if (nResult == ERROR_MORE_DATA) in IsMappedWebDAVPath()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsil_win32.cpp294 nResult = 0; in Read()
298 nResult = 0; in Read()
305 return nResult; in Read()
321 nResult = 0; in Write()
325 nResult = 0; in Write()
329 return nResult; in Write()
474 int nResult; in Stat() local
502 int nResult; in Unlink() local
529 int nResult; in Rename() local
560 int nResult; in Mkdir() local
[all …]
H A Dcpl_vsil_unix_stdio_64.cpp241 fp, nOffset, nResult ); in Seek()
246 fp, nOffset, nResult ); in Seek()
251 fp, nOffset, nResult ); in Seek()
261 if( nResult != -1 ) in Seek()
281 return nResult; in Seek()
348 nTotalBytesRead += nSize * nResult; in Read()
351 nOffset += nSize * nResult; in Read()
355 if (nResult != nCount) in Read()
366 return nResult; in Read()
401 nOffset += nSize * nResult; in Write()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectFSCK.cpp49 int nResult = 0; in ProjectFSCK() local
69 nResult = FSCKstatus_CLOSE_REQ; in ProjectFSCK()
71 nResult = FSCKstatus_CHANGED | FSCKstatus_SAVE_AUP; in ProjectFSCK()
130 nResult = FSCKstatus_CLOSE_REQ; in ProjectFSCK()
211 nResult = FSCKstatus_CLOSE_REQ; in ProjectFSCK()
230 nResult |= FSCKstatus_CHANGED; in ProjectFSCK()
287 nResult = FSCKstatus_CLOSE_REQ; in ProjectFSCK()
308 nResult |= FSCKstatus_CHANGED; in ProjectFSCK()
363 nResult = FSCKstatus_CLOSE_REQ; in ProjectFSCK()
377 if (nResult != FSCKstatus_CLOSE_REQ) in ProjectFSCK()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XDemangle/
H A Dxdemangle.cpp346 nResult+=2; in ms_demangle_StringLiteralSymbol()
358 nResult+=1; in ms_demangle_StringLiteralSymbol()
364 nResult+=1; in ms_demangle_StringLiteralSymbol()
383 return nResult; in ms_demangle_StringLiteralSymbol()
404 nResult+=1; in ms_demangle_UntypedVariable()
408 return nResult; in ms_demangle_UntypedVariable()
430 nResult+=1; in ms_demangle_SpecialTable()
463 return nResult; in ms_demangle_SpecialTable()
481 nResult+=3; in ms_demangle_LocalStaticGuard()
487 nResult+=1; in ms_demangle_LocalStaticGuard()
[all …]
/dports/games/wargus/wargus-3.2.0/StormLib/src/
H A DSCompression.cpp100 int nResult; in Compress_ZLIB() local
148 if(nResult == Z_OK || nResult == Z_STREAM_END) in Compress_ZLIB()
158 int nResult; in Decompress_ZLIB() local
283 int nResult = 0; in Decompress_PKLIB() local
297 nResult = 1; in Decompress_PKLIB()
304 return nResult; in Decompress_PKLIB()
357 int nResult; in Decompress_BZIP2() local
425 SRes nResult; in Compress_LZMA() local
489 SRes nResult; in Decompress_LZMA() local
529 SRes nResult; in Decompress_LZMA_MPK() local
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/StormLib/src/
H A DSCompression.cpp101 int nResult; in Compress_ZLIB() local
149 if(nResult == Z_OK || nResult == Z_STREAM_END) in Compress_ZLIB()
159 int nResult; in Decompress_ZLIB() local
179 return nResult; in Decompress_ZLIB()
449 SRes nResult; in Compress_LZMA() local
513 SRes nResult; in Decompress_LZMA() local
553 SRes nResult; in Decompress_LZMA_MPK() local
904 return nResult; in SCompCompress()
1034 return nResult; in SCompDecompress()
1044 int nResult; in SCompDecompress2() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/java/
H A Djavainteractionhandler.cxx123 sal_uInt16 nResult = RET_CANCEL; in handle() local
151 nResult = xWarningBox->run(); in handle()
155 nResult = RET_OK; in handle()
173 nResult = xWarningBox->run(); in handle()
177 nResult = RET_OK; in handle()
189 nResult = xQueryBox->run(); in handle()
190 if ( nResult == RET_YES ) in handle()
218 nResult = xErrorBox->run(); in handle()
222 nResult = RET_OK; in handle()
237 nResult = RET_OK; in handle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/java/
H A Djavainteractionhandler.cxx121 sal_uInt16 nResult = RET_CANCEL; in handle() local
147 nResult = xWarningBox->run(); in handle()
151 nResult = RET_OK; in handle()
169 nResult = xWarningBox->run(); in handle()
173 nResult = RET_OK; in handle()
185 nResult = xQueryBox->run(); in handle()
186 if ( nResult == RET_YES ) in handle()
214 nResult = xErrorBox->run(); in handle()
218 nResult = RET_OK; in handle()
233 nResult = RET_OK; in handle()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XArchive/
H A Dxsevenzip.cpp57 quint64 nResult=0; in getNumberOfRecords() local
99 return nResult; in getNumberOfRecords()
380 qint32 nResult=0; in getXRecord() local
387 nResult+=pnMain.nByteSize; in getXRecord()
404 nResult+=nRSize; in getXRecord()
420 nResult+=nRSize; in getXRecord()
434 nResult+=nRSize; in getXRecord()
460 nResult+=nRSize; in getXRecord()
503 nResult+=nRSize; in getXRecord()
515 nResult++; in getXRecord()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/configuration/
H A DResourceId.cxx197 sal_Int16 nResult (0); in compareTo() local
203 nResult = +1; in compareTo()
205 nResult = 0; in compareTo()
227 return nResult; in compareTo()
232 sal_Int16 nResult (0); in CompareToLocalImplementation() local
248 nResult = -1; in CompareToLocalImplementation()
255 if (nResult == 0) in CompareToLocalImplementation()
269 return nResult; in CompareToLocalImplementation()
274 sal_Int16 nResult (0); in CompareToExternalImplementation() local
300 if (nResult == 0) in CompareToExternalImplementation()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_vsil_unix_stdio_64.cpp113 int nResult = VSI_FSEEK64( fp, nOffset, nWhence ); in Seek() local
121 fp, nOffset, nResult ); in Seek()
126 fp, nOffset, nResult ); in Seek()
131 fp, nOffset, nResult ); in Seek()
136 fp, nOffset, nWhence, nResult ); in Seek()
142 return nResult; in Seek()
180 size_t nResult = fread( pBuffer, nSize, nCount, fp ); in Read() local
184 fp, (long)nSize, (long)nCount, (long)nResult ); in Read()
187 return nResult; in Read()
198 size_t nResult = fwrite( pBuffer, nSize, nCount, fp ); in Write() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/configuration/
H A DResourceId.cxx197 sal_Int16 nResult (0); in compareTo() local
203 nResult = +1; in compareTo()
205 nResult = 0; in compareTo()
227 return nResult; in compareTo()
232 sal_Int16 nResult (0); in CompareToLocalImplementation() local
248 nResult = -1; in CompareToLocalImplementation()
255 if (nResult == 0) in CompareToLocalImplementation()
269 return nResult; in CompareToLocalImplementation()
274 sal_Int16 nResult (0); in CompareToExternalImplementation() local
300 if (nResult == 0) in CompareToExternalImplementation()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/uui/source/
H A Diahndl-locking.cxx80 int nResult = aDialog.run(); in handleReloadEditableRequest_() local
82 if (nResult == RET_YES) in handleReloadEditableRequest_()
130 nResult = aDialog.run(); in handleLockedDocumentRequest_()
144 nResult = aDialog.run(); in handleLockedDocumentRequest_()
158 nResult = aDialog.run(); in handleLockedDocumentRequest_()
161 if ( nResult == RET_YES ) in handleLockedDocumentRequest_()
189 if ( nResult == RET_YES ) in handleChangedByOthersRequest_()
216 sal_Int32 nResult; in handleLockFileProblemRequest_() local
221 nResult = aDialog.run(); in handleLockFileProblemRequest_()
226 nResult = aDialog.run(); in handleLockFileProblemRequest_()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_win32.cpp309 size_t nResult = 0; in Read() local
313 nResult = 0; in Read()
317 nResult = 0; in Read()
324 return nResult; in Read()
335 size_t nResult = 0; in Write() local
340 nResult = 0; in Write()
344 nResult = 0; in Write()
348 return nResult; in Write()
776 return nResult; in Stat()
801 return nResult; in Unlink()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_win32.cpp309 size_t nResult = 0; in Read() local
313 nResult = 0; in Read()
317 nResult = 0; in Read()
324 return nResult; in Read()
335 size_t nResult = 0; in Write() local
340 nResult = 0; in Write()
344 nResult = 0; in Write()
348 return nResult; in Write()
776 return nResult; in Stat()
801 return nResult; in Unlink()
[all …]

12345678910>>...54