Searched refs:RTDECL (Results 51 - 75 of 668) sorted by relevance

1234567891011>>

/vbox/include/iprt/
H A Dpipe.h47 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags);
65 RTDECL(int) RTPipeClose(RTPIPE hPipe);
79 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags);
104 RTDECL(RTHCINTPTR) RTPipeToNative(RTPIPE hPipe);
125 RTDECL(int) RTPipeRead(RTPIPE hPipe, void *pvBuf, size_t cbToRead, size_t *pcbRead);
142 RTDECL(int) RTPipeReadBlocking(RTPIPE hPipe, void *pvBuf, size_t cbToRead, size_t *pcbRead);
161 RTDECL(int) RTPipeWrite(RTPIPE hPipe, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten);
178 RTDECL(int) RTPipeWriteBlocking(RTPIPE hPipe, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten);
191 RTDECL(int) RTPipeFlush(RTPIPE hPipe);
206 RTDECL(in
[all...]
H A Dcdrom.h66 RTDECL(int) RTCdromOpen(const char *psz, uint32_t fFlags, PRTCDROM phCdrom);
74 RTDECL(uint32_t) RTCdromRetain(RTCDROM hCdrom);
84 RTDECL(uint32_t) RTCdromRelease(RTCDROM hCdrom);
97 RTDECL(int) RTCdromQueryMountPoint(RTCDROM hCdrom, char *pszMountPoint, size_t cbMountPoint);
105 RTDECL(int) RTCdromUnmount(RTCDROM hCdrom);
114 RTDECL(int) RTCdromEject(RTCDROM hCdrom, bool fForce);
122 RTDECL(int) RTCdromLock(RTCDROM hCdrom);
130 RTDECL(int) RTCdromUnlock(RTCDROM hCdrom);
143 RTDECL(unsigned) RTCdromCount(void);
162 RTDECL(in
[all...]
H A Dreq.h101 RTDECL(int) RTReqQueueCreate(PRTREQQUEUE phQueue);
109 RTDECL(int) RTReqQueueDestroy(RTREQQUEUE hQueue);
121 RTDECL(int) RTReqQueueProcess(RTREQQUEUE hQueue, RTMSINTERVAL cMillies);
147 RTDECL(int) RTReqQueueCall(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...);
173 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...);
201 RTDECL(int) RTReqQueueCallEx(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, ...);
236 RTDECL(int) RTReqQueueCallV(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, va_list Args);
246 RTDECL(bool) RTReqQueueIsBusy(RTREQQUEUE hQueue);
260 RTDECL(int) RTReqQueueAlloc(RTREQQUEUE hQueue, RTREQTYPE enmType, PRTREQ *phReq);
287 RTDECL(in
[all...]
H A Dstring.h237 RTDECL(void) RTStrFree(char *pszString);
254 RTDECL(char *) RTStrDupTag(const char *pszString, const char *pszTag);
275 RTDECL(int) RTStrDupExTag(char **ppszString, const char *pszString, const char *pszTag);
296 RTDECL(char *) RTStrDupNTag(const char *pszString, size_t cchMax, const char *pszTag);
327 RTDECL(int) RTStrAAppendTag(char **ppsz, const char *pszAppend, const char *pszTag);
370 RTDECL(int) RTStrAAppendNTag(char **ppsz, const char *pszAppend, size_t cchAppend, const char *pszTag);
413 RTDECL(int) RTStrAAppendExNVTag(char **ppsz, size_t cPairs, va_list va, const char *pszTag);
511 RTDECL(int) RTStrATruncateTag(char **ppsz, size_t cchNew, const char *pszTag);
552 RTDECL(char *) RTStrAllocTag(size_t cb, const char *pszTag);
595 RTDECL(in
[all...]
H A Dfile.h82 RTDECL(bool) RTFileExists(const char *pszPath);
95 RTDECL(int) RTFileQuerySize(const char *pszPath, uint64_t *pcbFile);
260 RTDECL(int) RTFileOpen(PRTFILE pFile, const char *pszFilename, uint64_t fOpen);
273 RTDECL(int) RTFileOpenF(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, ...);
286 RTDECL(int) RTFileOpenV(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, va_list va);
295 RTDECL(int) RTFileOpenBitBucket(PRTFILE phFile, uint64_t fAccess);
303 RTDECL(int) RTFileClose(RTFILE File);
312 RTDECL(int) RTFileFromNative(PRTFILE pFile, RTHCINTPTR uNative);
320 RTDECL(RTHCINTPTR) RTFileToNative(RTFILE File);
329 RTDECL(in
[all...]
H A Daiomgr.h55 RTDECL(int) RTAioMgrCreate(PRTAIOMGR phAioMgr, uint32_t cReqsMax);
63 RTDECL(uint32_t) RTAioMgrRetain(RTAIOMGR hAioMgr);
71 RTDECL(uint32_t) RTAioMgrRelease(RTAIOMGR hAioMgr);
88 RTDECL(int) RTAioMgrFileCreate(RTAIOMGR hAioMgr, RTFILE hFile, PFNRTAIOMGRREQCOMPLETE pfnReqComplete,
97 RTDECL(uint32_t) RTAioMgrFileRetain(RTAIOMGRFILE hAioMgrFile);
105 RTDECL(uint32_t) RTAioMgrFileRelease(RTAIOMGRFILE hAioMgrFile);
113 RTDECL(void *) RTAioMgrFileGetUser(RTAIOMGRFILE hAioMgrFile);
126 RTDECL(int) RTAioMgrFileRead(RTAIOMGRFILE hAioMgrFile, RTFOFF off,
140 RTDECL(int) RTAioMgrFileWrite(RTAIOMGRFILE hAioMgrFile, RTFOFF off,
150 RTDECL(in
[all...]
H A Dpath.h213 RTDECL(bool) RTPathExists(const char *pszPath);
222 RTDECL(bool) RTPathExistsEx(const char *pszPath, uint32_t fFlags);
230 RTDECL(int) RTPathSetCurrent(const char *pszPath);
239 RTDECL(int) RTPathGetCurrent(char *pszPath, size_t cchPath);
251 RTDECL(int) RTPathGetCurrentOnDrive(char chDrive, char *pszPath, size_t cbPath);
265 RTDECL(int) RTPathGetCurrentDrive(char *pszPath, size_t cbPath);
275 RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, size_t cchRealPath);
284 RTDECL(char *) RTPathRealDup(const char *pszPath);
296 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath);
305 RTDECL(cha
[all...]
H A Dzip.h120 RTDECL(int) RTZipCompCreate(PRTZIPCOMP *ppZip, void *pvUser, PFNRTZIPOUT pfnOut, RTZIPTYPE enmType, RTZIPLEVEL enmLevel);
130 RTDECL(int) RTZipCompress(PRTZIPCOMP pZip, const void *pvBuf, size_t cbBuf);
139 RTDECL(int) RTZipCompFinish(PRTZIPCOMP pZip);
147 RTDECL(int) RTZipCompDestroy(PRTZIPCOMP pZip);
158 RTDECL(int) RTZipDecompCreate(PRTZIPDECOMP *ppZip, void *pvUser, PFNRTZIPIN pfnIn);
171 RTDECL(int) RTZipDecompress(PRTZIPDECOMP pZip, void *pvBuf, size_t cbBuf, size_t *pcbWritten);
179 RTDECL(int) RTZipDecompDestroy(PRTZIPDECOMP pZip);
196 RTDECL(int) RTZipBlockCompress(RTZIPTYPE enmType, RTZIPLEVEL enmLevel, uint32_t fFlags,
215 RTDECL(int) RTZipBlockDecompress(RTZIPTYPE enmType, uint32_t fFlags,
232 RTDECL(in
[all...]
H A Dmd2.h70 RTDECL(void) RTMd2(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTMD2_HASH_SIZE]);
77 RTDECL(void) RTMd2Init(PRTMD2CONTEXT pCtx);
86 RTDECL(void) RTMd2Update(PRTMD2CONTEXT pCtx, const void *pvBuf, size_t cbBuf);
95 RTDECL(void) RTMd2Final(PRTMD2CONTEXT pCtx, uint8_t pabDigest[RTMD2_HASH_SIZE]);
107 RTDECL(int) RTMd2ToString(uint8_t const pabDigest[RTMD2_HASH_SIZE], char *pszDigest, size_t cchDigest);
119 RTDECL(int) RTMd2FromString(char const *pszDigest, uint8_t pabDigest[RTMD2_HASH_SIZE]);
H A Dmd5.h78 RTDECL(void) RTMd5(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTMD5HASHSIZE]);
85 RTDECL(void) RTMd5Init(PRTMD5CONTEXT pCtx);
94 RTDECL(void) RTMd5Update(PRTMD5CONTEXT pCtx, const void *pvBuf, size_t cbBuf);
103 RTDECL(void) RTMd5Final(uint8_t pabDigest[RTMD5HASHSIZE], PRTMD5CONTEXT pCtx);
115 RTDECL(int) RTMd5ToString(uint8_t const pabDigest[RTMD5_HASH_SIZE], char *pszDigest, size_t cchDigest);
127 RTDECL(int) RTMd5FromString(char const *pszDigest, uint8_t pabDigest[RTMD5_HASH_SIZE]);
H A Dsystem.h70 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo);
85 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb);
101 RTDECL(int) RTSystemQueryAvailableRam(uint64_t *pcb);
151 RTDECL(int) RTSystemQueryUnavailableRam(uint64_t *pcb);
195 RTDECL(int) RTSystemQueryDmiString(RTSYSDMISTR enmString, char *pszBuf, size_t cbBuf);
243 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg);
H A Dbase64.h56 RTDECL(ssize_t) RTBase64DecodedSize(const char *pszString, char **ppszEnd);
71 RTDECL(ssize_t) RTBase64DecodedSizeEx(const char *pszString, size_t cchStringMax, char **ppszEnd);
94 RTDECL(int) RTBase64Decode(const char *pszString, void *pvData, size_t cbData, size_t *pcbActual, char **ppszEnd);
120 RTDECL(int) RTBase64DecodeEx(const char *pszString, size_t cchStringMax, void *pvData, size_t cbData,
134 RTDECL(size_t) RTBase64EncodedLength(size_t cbData);
154 RTDECL(int) RTBase64Encode(const void *pvData, size_t cbData, char *pszBuf, size_t cbBuf, size_t *pcchActual);
H A Dbignum.h101 RTDECL(int) RTBigNumInit(PRTBIGNUM pBigNum, uint32_t fFlags, void const *pvRaw, size_t cbRaw);
102 RTDECL(int) RTBigNumInitZero(PRTBIGNUM pBigNum, uint32_t fFlags);
121 RTDECL(int) RTBigNumClone(PRTBIGNUM pBigNum, PCRTBIGNUM pSrc);
123 RTDECL(int) RTBigNumDestroy(PRTBIGNUM pBigNum);
133 RTDECL(uint32_t) RTBigNumBitWidth(PCRTBIGNUM pBigNum);
134 RTDECL(uint32_t) RTBigNumByteWidth(PCRTBIGNUM pBigNum);
146 RTDECL(int) RTBigNumToBytesBigEndian(PCRTBIGNUM pBigNum, void *pvBuf, size_t cbWanted);
158 RTDECL(int) RTBigNumCompare(PRTBIGNUM pLeft, PRTBIGNUM pRight);
159 RTDECL(int) RTBigNumCompareWithU64(PRTBIGNUM pLeft, uint64_t uRight);
160 RTDECL(in
[all...]
H A Dpower.h78 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
93 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
103 RTDECL(int) RTPowerSignalEvent(RTPOWEREVENT enmEvent);
H A Dhandletable.h126 RTDECL(int) RTHandleTableCreateEx(PRTHANDLETABLE phHandleTable, uint32_t fFlags, uint32_t uBase, uint32_t cMax,
139 RTDECL(int) RTHandleTableCreate(PRTHANDLETABLE phHandleTable);
153 RTDECL(int) RTHandleTableDestroy(RTHANDLETABLE hHandleTable, PFNRTHANDLETABLEDELETE pfnDelete, void *pvUser);
170 RTDECL(int) RTHandleTableAlloc(RTHANDLETABLE hHandleTable, void *pvObj, uint32_t *ph);
182 RTDECL(void *) RTHandleTableLookup(RTHANDLETABLE hHandleTable, uint32_t h);
194 RTDECL(void *) RTHandleTableFree(RTHANDLETABLE hHandleTable, uint32_t h);
212 RTDECL(int) RTHandleTableAllocWithCtx(RTHANDLETABLE hHandleTable, void *pvObj, void *pvCtx, uint32_t *ph);
225 RTDECL(void *) RTHandleTableLookupWithCtx(RTHANDLETABLE hHandleTable, uint32_t h, void *pvCtx);
238 RTDECL(void *) RTHandleTableFreeWithCtx(RTHANDLETABLE hHandleTable, uint32_t h, void *pvCtx);
/vbox/src/VBox/Runtime/generic/
H A Dcdrom-generic.cpp38 RTDECL(int) RTCdromOpen(const char *psz, uint32_t fFlags, PRTCDROM phCdrom)
44 RTDECL(uint32_t) RTCdromRetain(RTCDROM hCdrom)
50 RTDECL(uint32_t) RTCdromRelease(RTCDROM hCdrom)
56 RTDECL(int) RTCdromQueryMountPoint(RTCDROM hCdrom, char *pszMountPoint, size_t cbMountPoint)
62 RTDECL(int) RTCdromUnmount(RTCDROM hCdrom)
68 RTDECL(int) RTCdromEject(RTCDROM hCdrom, bool fForce)
74 RTDECL(int) RTCdromLock(RTCDROM hCdrom)
80 RTDECL(int) RTCdromUnlock(RTCDROM hCdrom)
86 RTDECL(unsigned) RTCdromCount(void)
91 RTDECL(in
[all...]
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibRuntimeXF86.cpp50 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
57 RTDECL(void) RTAssertMsg2Weak(const char *pszFormat, ...)
62 RTDECL(bool) RTAssertShouldPanic(void)
67 RTDECL(PRTLOGGER) RTLogRelDefaultInstance(void)
72 RTDECL(void) RTLogLoggerEx(PRTLOGGER, unsigned, unsigned, const char *pszFormat, ...)
77 RTDECL(void *) RTMemTmpAllocTag(size_t cb, const char *pszTag)
83 RTDECL(void) RTMemTmpFree(void *pv)
/vbox/include/iprt/crypto/
H A Dstore.h60 RTDECL(int) RTCrStoreCreateInMem(PRTCRSTORE phStore, uint32_t cSizeHint);
62 RTDECL(uint32_t) RTCrStoreRetain(RTCRSTORE hStore);
63 RTDECL(uint32_t) RTCrStoreRelease(RTCRSTORE hStore);
64 RTDECL(PCRTCRCERTCTX) RTCrStoreCertByIssuerAndSerialNo(RTCRSTORE hStore, PCRTCRX509NAME pIssuer, PCRTASN1INTEGER pSerialNo);
65 RTDECL(int) RTCrStoreCertAddEncoded(RTCRSTORE hStore, uint32_t fFlags, void const *pvSrc, size_t cbSrc, PRTERRINFO pErrInfo);
66 RTDECL(int) RTCrStoreCertAddFromFile(RTCRSTORE hStore, uint32_t fFlags, const char *pszFilename, PRTERRINFO pErrInfo);
68 RTDECL(int) RTCrStoreCertFindAll(RTCRSTORE hStore, PRTCRSTORECERTSEARCH pSearch);
69 RTDECL(int) RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(RTCRSTORE hStore, PCRTCRX509NAME pSubject,
71 RTDECL(PCRTCRCERTCTX) RTCrStoreCertSearchNext(RTCRSTORE hStore, PRTCRSTORECERTSEARCH pSearch);
72 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/VBox/
H A Dlogbackdoor-redirect.cpp38 RTDECL(PRTLOGGER) RTLogRelDefaultInstance(void)
45 RTDECL(PRTLOGGER) RTLogDefaultInstance(void)
51 RTDECL(PRTLOGGER) RTLogRelSetDefaultInstance(PRTLOGGER pLogger)
56 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...)
66 RTDECL(void) RTLogRelPrintfV(const char *pszFormat, va_list va)
72 RTDECL(void) RTLogLoggerEx(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...)
82 RTDECL(void) RTLogPrintf(const char *pszFormat, ...)
92 RTDECL(void) RTLogPrintfV(const char *pszFormat, va_list va)
99 RTDECL(void) RTLogFlush(PRTLOGGER)
104 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread-r0drv-haiku.c43 RTDECL(RTNATIVETHREAD) RTThreadNativeSelf(void) function
49 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies)
57 RTDECL(bool) RTThreadYield(void) function
67 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread) function
77 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
86 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
93 RTDECL(bool) RTThreadPreemptIsPossible(void) function
100 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState)
110 RTDECL(void) RTThreadPreemptRestore(PRTTHREADPREEMPTSTATE pState)
120 RTDECL(boo function
[all...]
/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp38 RTDECL(uint8_t) ASMAtomicXchgU8(volatile uint8_t *pu8, uint8_t u8)
45 RTDECL(uint16_t) ASMAtomicXchgU16(volatile uint16_t *pu16, uint16_t u16)
52 RTDECL(uint32_t) ASMAtomicXchgU32(volatile uint32_t *pu32, uint32_t u32)
59 RTDECL(uint64_t) ASMAtomicXchgU64(volatile uint64_t *pu64, uint64_t u64)
66 RTDECL(bool) ASMAtomicCmpXchgU8(volatile uint8_t *pu8, const uint8_t u8New, const uint8_t u8Old)
76 RTDECL(bool) ASMAtomicCmpXchgU32(volatile uint32_t *pu32, const uint32_t u32New, const uint32_t u32Old)
86 RTDECL(bool) ASMAtomicCmpXchgU64(volatile uint64_t *pu64, const uint64_t u64New, const uint64_t u64Old)
96 RTDECL(bool) ASMAtomicCmpXchgExU32(volatile uint32_t *pu32, const uint32_t u32New, const uint32_t u32Old, uint32_t *pu32Old)
109 RTDECL(bool) ASMAtomicCmpXchgExU64(volatile uint64_t *pu64, const uint64_t u64New, const uint64_t u64Old, uint64_t *pu64Old)
122 RTDECL(uint32_
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbg.cpp42 RTDECL(PRTDBGSYMBOL) RTDbgSymbolAlloc(void)
56 RTDECL(PRTDBGSYMBOL) RTDbgSymbolDup(PCRTDBGSYMBOL pSymInfo)
68 RTDECL(void) RTDbgSymbolFree(PRTDBGSYMBOL pSymInfo)
80 RTDECL(PRTDBGLINE) RTDbgLineAlloc(void)
94 RTDECL(PRTDBGLINE) RTDbgLineDup(PCRTDBGLINE pLine)
106 RTDECL(void) RTDbgLineFree(PRTDBGLINE pLine)
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dthreadctxhooks-r0drv-generic.cpp36 RTDECL(int) RTThreadCtxHooksCreate(PRTTHREADCTX phThreadCtx)
44 RTDECL(uint32_t) RTThreadCtxHooksRelease(RTTHREADCTX hThreadCtx)
52 RTDECL(uint32_t) RTThreadCtxHooksRetain(RTTHREADCTX hThreadCtx)
60 RTDECL(int) RTThreadCtxHooksRegister(RTTHREADCTX hThreadCtx, PFNRTTHREADCTXHOOK pfnCallback, void *pvUser)
70 RTDECL(int) RTThreadCtxHooksDeregister(RTTHREADCTX hThreadCtx)
78 RTDECL(bool) RTThreadCtxHooksAreRegistered(RTTHREADCTX hThreadCtx)
/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg2AddWeakV.cpp35 RTDECL(void) RTAssertMsg2AddWeakV(const char *pszFormat, va_list va)
H A DRTAssertMsg2WeakV.cpp35 RTDECL(void) RTAssertMsg2WeakV(const char *pszFormat, va_list va)

Completed in 126 milliseconds

1234567891011>>