Searched refs:RTDECL (Results 101 - 125 of 668) sorted by relevance

1234567891011>>

/vbox/include/VBox/
H A DVBoxVideoGuest.h207 RTDECL(void) VBoxHGSMIHostCmdComplete(PHGSMIHOSTCOMMANDCONTEXT pCtx,
209 RTDECL(void) VBoxHGSMIProcessHostQueue(PHGSMIHOSTCOMMANDCONTEXT pCtx);
210 RTDECL(bool) VBoxHGSMIIsSupported(void);
211 RTDECL(void *) VBoxHGSMIBufferAlloc(PHGSMIGUESTCOMMANDCONTEXT pCtx,
215 RTDECL(void) VBoxHGSMIBufferFree(PHGSMIGUESTCOMMANDCONTEXT pCtx,
217 RTDECL(int) VBoxHGSMIBufferSubmit(PHGSMIGUESTCOMMANDCONTEXT pCtx,
219 RTDECL(void) VBoxHGSMIGetBaseMappingInfo(uint32_t cbVRAM,
225 RTDECL(int) VBoxHGSMISendCapsInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx,
228 RTDECL(int) VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx,
233 RTDECL(voi
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryTotalRam-posix.cpp41 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb)
47 RTDECL(int) RTSystemQueryAvailableRam(uint64_t *pcb)
H A Denv-posix.cpp49 RTDECL(bool) RTEnvExistsBad(const char *pszVar)
55 RTDECL(bool) RTEnvExist(const char *pszVar)
61 RTDECL(const char *) RTEnvGetBad(const char *pszVar)
70 RTDECL(const char *) RTEnvGet(const char *pszVar)
76 RTDECL(int) RTEnvPutBad(const char *pszVarEqualValue)
85 RTDECL(int) RTEnvPut(const char *pszVarEqualValue)
91 RTDECL(int) RTEnvSetBad(const char *pszVar, const char *pszValue)
120 RTDECL(int) RTEnvSet(const char *pszVar, const char *pszValue)
125 RTDECL(int) RTEnvUnsetBad(const char *pszVar)
158 RTDECL(in
[all...]
/vbox/include/iprt/
H A Dmemcache.h111 RTDECL(int) RTMemCacheCreate(PRTMEMCACHE phMemCache, size_t cbObject, size_t cbAlignment, uint32_t cMaxObjects,
121 RTDECL(int) RTMemCacheDestroy(RTMEMCACHE hMemCache);
129 RTDECL(void *) RTMemCacheAlloc(RTMEMCACHE hMemCache);
142 RTDECL(int) RTMemCacheAllocEx(RTMEMCACHE hMemCache, void **ppvObj);
150 RTDECL(void) RTMemCacheFree(RTMEMCACHE hMemCache, void *pvObj);
H A Dcritsect.h120 RTDECL(int) RTCritSectInit(PRTCRITSECT pCritSect);
138 RTDECL(int) RTCritSectInitEx(PRTCRITSECT pCritSect, uint32_t fFlags,
153 RTDECL(uint32_t) RTCritSectSetSubClass(PRTCRITSECT pCritSect, uint32_t uSubClass);
164 RTDECL(int) RTCritSectEnter(PRTCRITSECT pCritSect);
181 RTDECL(int) RTCritSectEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
194 RTDECL(int) RTCritSectTryEnter(PRTCRITSECT pCritSect);
211 RTDECL(int) RTCritSectTryEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
231 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects);
252 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
262 RTDECL(in
[all...]
H A Dsha.h68 RTDECL(void) RTSha1(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA1_HASH_SIZE]);
75 RTDECL(void) RTSha1Init(PRTSHA1CONTEXT pCtx);
84 RTDECL(void) RTSha1Update(PRTSHA1CONTEXT pCtx, const void *pvBuf, size_t cbBuf);
93 RTDECL(void) RTSha1Final(PRTSHA1CONTEXT pCtx, uint8_t pabDigest[RTSHA1_HASH_SIZE]);
105 RTDECL(int) RTSha1ToString(uint8_t const pabDigest[RTSHA1_HASH_SIZE], char *pszDigest, size_t cchDigest);
117 RTDECL(int) RTSha1FromString(char const *pszDigest, uint8_t pabDigest[RTSHA1_HASH_SIZE]);
176 RTDECL(void) RTSha256(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA256_HASH_SIZE]);
183 RTDECL(void) RTSha256Init(PRTSHA256CONTEXT pCtx);
192 RTDECL(void) RTSha256Update(PRTSHA256CONTEXT pCtx, const void *pvBuf, size_t cbBuf);
201 RTDECL(voi
[all...]
H A Dsg.h83 RTDECL(void) RTSgBufInit(PRTSGBUF pSgBuf, PCRTSGSEG paSegs, size_t cSegs);
91 RTDECL(void) RTSgBufReset(PRTSGBUF pSgBuf);
103 RTDECL(void) RTSgBufClone(PRTSGBUF pSgBufNew, PCRTSGBUF pSgBufOld);
118 RTDECL(void *) RTSgBufGetNextSegment(PRTSGBUF pSgBuf, size_t *pcbSeg);
130 RTDECL(size_t) RTSgBufCopy(PRTSGBUF pSgBufDst, PRTSGBUF pSgBufSrc, size_t cbCopy);
142 RTDECL(int) RTSgBufCmp(PCRTSGBUF pSgBuf1, PCRTSGBUF pSgBuf2, size_t cbCmp);
157 RTDECL(int) RTSgBufCmpEx(PRTSGBUF pSgBuf1, PRTSGBUF pSgBuf2, size_t cbCmp,
171 RTDECL(size_t) RTSgBufSet(PRTSGBUF pSgBuf, uint8_t ubFill, size_t cbSet);
183 RTDECL(size_t) RTSgBufCopyToBuf(PRTSGBUF pSgBuf, void *pvBuf, size_t cbCopy);
195 RTDECL(size_
[all...]
H A Dmemsafer.h84 RTDECL(int) RTMemSaferScramble(void *pv, size_t cb);
95 RTDECL(int) RTMemSaferUnscramble(void *pv, size_t cb);
110 RTDECL(int) RTMemSaferAllocZExTag(void **ppvNew, size_t cb, uint32_t fFlags, const char *pszTag) RT_NO_THROW;
136 RTDECL(void *) RTMemSaferAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW;
170 RTDECL(int) RTMemSaferReallocZExTag(size_t cbOld, void *pvOld, size_t cbNew, void **ppvNew, uint32_t fFlags, const char *pszTag) RT_NO_THROW;
209 RTDECL(void *) RTMemSaferReallocZTag(size_t cbOld, void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW;
238 RTDECL(void) RTMemSaferFree(void *pv, size_t cb) RT_NO_THROW;
H A Dpoll.h76 RTDECL(int) RTPoll(RTPOLLSET hPollSet, RTMSINTERVAL cMillies, uint32_t *pfEvents, uint32_t *pid);
100 RTDECL(int) RTPollNoResume(RTPOLLSET hPollSet, RTMSINTERVAL cMillies, uint32_t *pfEvents, uint32_t *pid);
108 RTDECL(int) RTPollSetCreate(PRTPOLLSET phPollSet);
117 RTDECL(int) RTPollSetDestroy(RTPOLLSET hPollSet);
136 RTDECL(int) RTPollSetAdd(RTPOLLSET hPollSet, PCRTHANDLE pHandle, uint32_t fEvents, uint32_t id);
152 RTDECL(int) RTPollSetRemove(RTPOLLSET hPollSet, uint32_t id);
169 RTDECL(int) RTPollSetQueryHandle(RTPOLLSET hPollSet, uint32_t id, PRTHANDLE pHandle);
179 RTDECL(uint32_t) RTPollSetGetCount(RTPOLLSET hPollSet);
195 RTDECL(int) RTPollSetEventsChange(RTPOLLSET hPollSet, uint32_t id, uint32_t fEvents);
H A Dldr.h227 RTDECL(const char *) RTLdrGetSuff(void);
237 RTDECL(bool) RTLdrIsLoadable(const char *pszFilename);
255 RTDECL(int) RTLdrLoad(const char *pszFilename, PRTLDRMOD phLdrMod);
275 RTDECL(int) RTLdrLoadEx(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo);
302 RTDECL(int) RTLdrLoadSystem(const char *pszFilename, bool fNoUnload, PRTLDRMOD phLdrMod);
312 RTDECL(void *) RTLdrGetSystemSymbol(const char *pszFilename, const char *pszSymbol);
324 RTDECL(int) RTLdrLoadAppPriv(const char *pszFilename, PRTLDRMOD phLdrMod);
333 RTDECL(uintptr_t) RTLdrGetNativeHandle(RTLDRMOD hLdrMod);
382 RTDECL(int) RTLdrOpen(const char *pszFilename, uint32_t fFlags, RTLDRARCH enmArch, PRTLDRMOD phLdrMod);
394 RTDECL(in
[all...]
H A Dtime.h565 RTDECL(char *) RTTimeSpecToString(PCRTTIMESPEC pTime, char *psz, size_t cb);
578 RTDECL(PRTTIMESPEC) RTTimeSpecFromString(PRTTIMESPEC pTime, const char *pszString);
651 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime);
662 RTDECL(int) RTTimeSet(PCRTTIMESPEC pTime);
671 RTDECL(PRTTIME) RTTimeExplode(PRTTIME pTime, PCRTTIMESPEC pTimeSpec);
687 RTDECL(PRTTIMESPEC) RTTimeImplode(PRTTIMESPEC pTimeSpec, PCRTTIME pTime);
711 RTDECL(PRTTIME) RTTimeNormalize(PRTTIME pTime);
719 RTDECL(PRTTIMESPEC) RTTimeLocalNow(PRTTIMESPEC pTime);
731 RTDECL(int64_t) RTTimeLocalDeltaNano(void);
740 RTDECL(PRTTIM
[all...]
H A Dasn1.h145 RTDECL(int) RTAsn1MemGrowArray(PRTASN1ALLOCATION pAllocation, void **ppvArray, size_t cbEntry,
157 RTDECL(int) RTAsn1MemAllocZ(PRTASN1ALLOCATION pAllocation, void **ppvMem, size_t cbMem);
169 RTDECL(int) RTAsn1MemDup(PRTASN1ALLOCATION pAllocation, void **ppvMem, void const *pvSrc, size_t cbMem);
178 RTDECL(void) RTAsn1MemFree(PRTASN1ALLOCATION pAllocation, void *pv);
187 RTDECL(PRTASN1ALLOCATION) RTAsn1MemInitAllocation(PRTASN1ALLOCATION pAllocation, PCRTASN1ALLOCATORVTABLE pAllocator);
189 RTDECL(int) RTAsn1ContentAllocZ(struct RTASN1CORE *pAsn1Core, size_t cb, PCRTASN1ALLOCATORVTABLE pAllocator);
190 RTDECL(int) RTAsn1ContentDup(struct RTASN1CORE *pAsn1Core, void const *pvSrc, size_t cbSrc, PCRTASN1ALLOCATORVTABLE pAllocator);
191 RTDECL(int) RTAsn1ContentReallocZ(struct RTASN1CORE *pAsn1Core, size_t cb, PCRTASN1ALLOCATORVTABLE pAllocator);
192 RTDECL(void) RTAsn1ContentFree(struct RTASN1CORE *pAsn1Core);
479 RTASN1TYPE_STANDARD_PROTOTYPES_NO_GET_CORE(RTASN1CORE, RTDECL, RTAsn1Cor
[all...]
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmp-r0drv-darwin.cpp74 RTDECL(RTCPUID) RTMpCpuId(void)
80 RTDECL(int) RTMpCurSetIndex(void)
86 RTDECL(int) RTMpCurSetIndexAndId(PRTCPUID pidCpu)
92 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
98 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
104 RTDECL(RTCPUID) RTMpGetMaxCpuId(void)
110 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu)
117 RTDECL(PRTCPUSET) RTMpGetSet(PRTCPUSET pSet)
132 RTDECL(RTCPUID) RTMpGetCount(void)
138 RTDECL(PRTCPUSE
[all...]
H A Dtime-r0drv-darwin.cpp62 RTDECL(uint64_t) RTTimeNanoTS(void)
68 RTDECL(uint64_t) RTTimeMilliTS(void)
74 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
80 RTDECL(uint64_t) RTTimeSystemMilliTS(void)
86 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtime-r0drv-os2.cpp40 RTDECL(uint64_t) RTTimeNanoTS(void)
47 RTDECL(uint64_t) RTTimeMilliTS(void)
54 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
61 RTDECL(uint64_t) RTTimeSystemMilliTS(void)
68 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)
/vbox/include/iprt/crypto/
H A Dx509.h60 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRX509ALGORITHMIDENTIFIER, RTDECL, RTCrX509AlgorithmIdentifier, SeqCore.Asn1Core);
61 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTCRX509ALGORITHMIDENTIFIERS, RTCRX509ALGORITHMIDENTIFIER, RTDECL, RTCrX509AlgorithmIdentifiers);
70 RTDECL(RTDIGESTTYPE) RTCrX509AlgorithmIdentifier_QueryDigestType(PCRTCRX509ALGORITHMIDENTIFIER pThis);
79 RTDECL(uint32_t) RTCrX509AlgorithmIdentifier_QueryDigestSize(PCRTCRX509ALGORITHMIDENTIFIER pThis);
81 RTDECL(int) RTCrX509AlgorithmIdentifier_CompareWithString(PCRTCRX509ALGORITHMIDENTIFIER pThis, const char *pszObjId);
92 RTDECL(int) RTCrX509AlgorithmIdentifier_CompareDigestAndEncryptedDigest(PCRTCRX509ALGORITHMIDENTIFIER pDigest,
144 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRX509ATTRIBUTETYPEANDVALUE, RTDECL, RTCrX509AttributeTypeAndValue, SeqCore.Asn1Core);
145 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTCRX509ATTRIBUTETYPEANDVALUES, RTCRX509ATTRIBUTETYPEANDVALUE, RTDECL, RTCrX509AttributeTypeAndValues);
150 RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(RTCRX509NAME, RTCRX509RELATIVEDISTINGUISHEDNAME, RTDECL, RTCrX509Name);
151 RTDECL(in
[all...]
H A Dpkix.h52 RTDECL(int) RTCrPkixPubKeyVerifySignature(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey,
63 RTDECL(const char *) RTCrPkixGetCiperOidFromSignatureAlgorithm(PCRTASN1OBJID pAlgorithm);
198 RTDECL(int) RTCrPkixSignatureCreateByObjIdString(PRTCRPKIXSIGNATURE phSignature, const char *pszObjId, bool fSigning,
200 RTDECL(int) RTCrPkixSignatureCreateByObjId(PRTCRPKIXSIGNATURE phSignature, PCRTASN1OBJID pObjId, bool fSigning,
204 RTDECL(int) RTCrPkixSignatureCreate(PRTCRPKIXSIGNATURE phSignature, PCRTCRPKIXSIGNATUREDESC pDesc, void *pvOpaque,
206 RTDECL(uint32_t) RTCrPkixSignatureRetain(RTCRPKIXSIGNATURE hSignature);
207 RTDECL(uint32_t) RTCrPkixSignatureRelease(RTCRPKIXSIGNATURE hSignature);
208 RTDECL(int) RTCrPkixSignatureVerify(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest,
210 RTDECL(int) RTCrPkixSignatureVerifyBitString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1BITSTRING pSignature);
211 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dstrstrip.cpp44 RTDECL(char *) RTStrStrip(char *psz)
66 RTDECL(char *) RTStrStripL(const char *psz)
83 RTDECL(char *) RTStrStripR(char *psz)
/vbox/src/VBox/Runtime/r3/haiku/
H A Dtime-haiku.cpp58 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
72 RTDECL(uint64_t) RTTimeSystemMilliTS(void)
78 RTDECL(int) RTTimeSet(PCRTTIMESPEC pTime)
/vbox/src/VBox/Runtime/common/checksum/
H A Dopenssl-md2.cpp45 RTDECL(void) RTMd2(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTMD2_HASH_SIZE])
55 RTDECL(void) RTMd2Init(PRTMD2CONTEXT pCtx)
62 RTDECL(void) RTMd2Update(PRTMD2CONTEXT pCtx, const void *pvBuf, size_t cbBuf)
69 RTDECL(void) RTMd2Final(PRTMD2CONTEXT pCtx, uint8_t pabDigest[RTMD2_HASH_SIZE])
H A Dopenssl-md5.cpp43 RTDECL(void) RTMd5(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTMD5_HASH_SIZE])
53 RTDECL(void) RTMd5Init(PRTMD5CONTEXT pCtx)
60 RTDECL(void) RTMd5Update(PRTMD5CONTEXT pCtx, const void *pvBuf, size_t cbBuf)
67 RTDECL(void) RTMd5Final(uint8_t pabDigest[32], PRTMD5CONTEXT pCtx)
H A Dopenssl-sha1.cpp43 RTDECL(void) RTSha1(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA1_HASH_SIZE])
53 RTDECL(void) RTSha1Init(PRTSHA1CONTEXT pCtx)
60 RTDECL(void) RTSha1Update(PRTSHA1CONTEXT pCtx, const void *pvBuf, size_t cbBuf)
67 RTDECL(void) RTSha1Final(PRTSHA1CONTEXT pCtx, uint8_t pabDigest[32])
/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg1Weak.cpp37 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
/vbox/src/VBox/Runtime/common/path/
H A DRTPathAppend.cpp37 RTDECL(int) RTPathAppend(char *pszPath, size_t cbPathDst, const char *pszAppend)
H A DRTPathChangeToDosSlashes.cpp45 RTDECL(char *) RTPathChangeToDosSlashes(char *pszPath, bool fForce)

Completed in 76 milliseconds

1234567891011>>