Searched refs:RTR3DECL (Results 1 - 25 of 88) sorted by relevance

1234

/vbox/src/VBox/Runtime/generic/
H A DRTProcIsRunningByName-generic.cpp35 RTR3DECL(bool) RTProcIsRunningByName(const char *pszName)
H A DRTThreadGetAffinity-stub-generic.cpp38 RTR3DECL(int) RTThreadGetAffinity(PRTCPUSET pCpuSet)
H A Dfs-stubs-generic.cpp42 RTR3DECL(int) RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree,
58 RTR3DECL(int) RTFsQuerySerial(const char *pszFsPath, uint32_t *pu32Serial)
67 RTR3DECL(int) RTFsQueryProperties(const char *pszFsPath, PRTFSPROPERTIES pProperties)
H A DRTThreadSetAffinity-stub-generic.cpp38 RTR3DECL(int) RTThreadSetAffinity(PCRTCPUSET pCpuSet)
H A Dtls-generic.cpp51 RTR3DECL(RTTLS) RTTlsAlloc(void)
59 RTR3DECL(int) RTTlsAllocEx(PRTTLS piTls, PFNRTTLSDTOR pfnDestructor)
82 RTR3DECL(int) RTTlsFree(RTTLS iTls)
98 RTR3DECL(void *) RTTlsGet(RTTLS iTls)
106 RTR3DECL(int) RTTlsGetEx(RTTLS iTls, void **ppvValue)
122 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue)
H A DRTDirQueryInfo-generic.cpp47 RTR3DECL(int) RTDirQueryInfo(PRTDIR pDir, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs)
/vbox/include/iprt/
H A Duri.h57 RTR3DECL(char *) RTUriCreate(const char *pszScheme, const char *pszAuthority, const char *pszPath, const char *pszQuery, const char *pszFragment);
66 RTR3DECL(bool) RTUriHasScheme(const char *pszUri, const char *pszScheme);
74 RTR3DECL(char *) RTUriScheme(const char *pszUri);
82 RTR3DECL(char *) RTUriAuthority(const char *pszUri);
90 RTR3DECL(char *) RTUriPath(const char *pszUri);
98 RTR3DECL(char *) RTUriQuery(const char *pszUri);
106 RTR3DECL(char *) RTUriFragment(const char *pszUri);
130 RTR3DECL(char *) RTUriFileCreate(const char *pszPath);
139 RTR3DECL(char *) RTUriFilePath(const char *pszUri, uint32_t uFormat);
149 RTR3DECL(cha
[all...]
H A Dstream.h62 RTR3DECL(int) RTStrmOpen(const char *pszFilename, const char *pszMode, PRTSTREAM *ppStream);
74 RTR3DECL(int) RTStrmOpenFV(const char *pszMode, PRTSTREAM *ppStream, const char *pszFilenameFmt, va_list args);
86 RTR3DECL(int) RTStrmOpenF(const char *pszMode, PRTSTREAM *ppStream, const char *pszFilenameFmt, ...);
94 RTR3DECL(int) RTStrmClose(PRTSTREAM pStream);
102 RTR3DECL(int) RTStrmError(PRTSTREAM pStream);
113 RTR3DECL(int) RTStrmClearError(PRTSTREAM pStream);
126 RTR3DECL(int) RTStrmSetMode(PRTSTREAM pStream, int fBinary, int fCurrentCodeSet);
136 RTR3DECL(int) RTStrmInputGetEchoChars(PRTSTREAM pStream, bool *pfEchoChars);
146 RTR3DECL(int) RTStrmInputSetEchoChars(PRTSTREAM pStream, bool fEchoChars);
160 RTR3DECL(in
[all...]
H A Dprocess.h113 RTR3DECL(int) RTProcSetPriority(RTPROCPRIORITY enmPriority);
120 RTR3DECL(RTPROCPRIORITY) RTProcGetPriority(void);
133 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess);
176 RTR3DECL(int) RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,
263 RTR3DECL(int) RTProcWait(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus);
281 RTR3DECL(int) RTProcWaitNoResume(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus);
289 RTR3DECL(int) RTProcTerminate(RTPROCESS Process);
296 RTR3DECL(uint64_t) RTProcGetAffinityMask(void);
303 RTR3DECL(const char *) RTProcShortName(void);
313 RTR3DECL(cha
[all...]
H A Dtcp.h81 RTR3DECL(int) RTTcpServerCreate(const char *pszAddress, unsigned uPort, RTTHREADTYPE enmType, const char *pszThrdName,
94 RTR3DECL(int) RTTcpServerCreateEx(const char *pszAddress, uint32_t uPort, PPRTTCPSERVER ppServer);
103 RTR3DECL(int) RTTcpServerDestroy(PRTTCPSERVER pServer);
118 RTR3DECL(int) RTTcpServerListen(PRTTCPSERVER pServer, PFNRTTCPSERVE pfnServe, void *pvUser);
135 RTR3DECL(int) RTTcpServerListen2(PRTTCPSERVER pServer, PRTSOCKET phClientSocket);
143 RTR3DECL(int) RTTcpServerDisconnectClient(PRTTCPSERVER pServer);
153 RTR3DECL(int) RTTcpServerDisconnectClient2(RTSOCKET hClientSocket);
161 RTR3DECL(int) RTTcpServerShutdown(PRTTCPSERVER pServer);
171 RTR3DECL(int) RTTcpClientConnect(const char *pszAddress, uint32_t uPort, PRTSOCKET pSock);
199 RTR3DECL(in
[all...]
H A Dhttp.h55 RTR3DECL(int) RTHttpCreate(PRTHTTP phHttp);
62 RTR3DECL(void) RTHttpDestroy(RTHTTP hHttp);
72 RTR3DECL(int) RTHttpGetRedirLocation(RTHTTP hHttp, char **ppszRedirLocation);
84 RTR3DECL(int) RTHttpGetText(RTHTTP hHttp, const char *pcszUrl, char **ppszResponse);
96 RTR3DECL(int) RTHttpGetBinary(RTHTTP hHttp, const char *pcszUrl, void **ppvResponse, size_t *pcb);
107 RTR3DECL(int) RTHttpGetFile(RTHTTP hHttp, const char *pszUrl, const char *pszDstFile);
118 RTR3DECL(int) RTHttpAbort(RTHTTP hHttp);
126 RTR3DECL(int) RTHttpUseSystemProxySettings(RTHTTP hHttp);
139 RTR3DECL(int) RTHttpSetProxy(RTHTTP hHttp, const char *pcszProxyUrl, uint32_t uPort,
151 RTR3DECL(in
[all...]
H A Ds3.h131 RTR3DECL(int) RTS3Create(PRTS3 phS3, const char *pszAccessKey, const char *pszSecretKey, const char *pszBaseUrl, const char *pszUserAgent);
140 RTR3DECL(void) RTS3Destroy(RTS3 hS3);
154 RTR3DECL(void) RTS3SetProgressCallback(RTS3 hS3, PFNRTS3PROGRESS pfnProgressCB, void *pvUser);
168 RTR3DECL(int) RTS3GetBuckets(RTS3 hS3, PCRTS3BUCKETENTRY *ppBuckets);
177 RTR3DECL(int) RTS3BucketsDestroy(PCRTS3BUCKETENTRY pBuckets);
189 RTR3DECL(int) RTS3CreateBucket(RTS3 hS3, const char *pszBucketName);
201 RTR3DECL(int) RTS3DeleteBucket(RTS3 hS3, const char *pszBucketName);
216 RTR3DECL(int) RTS3GetBucketKeys(RTS3 hS3, const char *pszBucketName, PCRTS3KEYENTRY *ppKeys);
225 RTR3DECL(int) RTS3KeysDestroy(PCRTS3KEYENTRY pKeys);
236 RTR3DECL(in
[all...]
H A Dtar.h75 RTR3DECL(int) RTTarOpen(PRTTAR phTar, const char *pszTarname, uint32_t fMode);
84 RTR3DECL(int) RTTarClose(RTTAR hTar);
105 RTR3DECL(int) RTTarFileOpen(RTTAR hTar, PRTTARFILE phFile, const char *pszFilename, uint32_t fOpen);
114 RTR3DECL(int) RTTarFileClose(RTTARFILE hFile);
129 RTR3DECL(int) RTTarFileReadAt(RTTARFILE hFile, uint64_t off, void *pvBuf, size_t cbToRead, size_t *pcbRead);
144 RTR3DECL(int) RTTarFileWriteAt(RTTARFILE hFile, uint64_t off, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten);
154 RTR3DECL(int) RTTarFileGetSize(RTTARFILE hFile, uint64_t *pcbSize);
164 RTR3DECL(int) RTTarFileSetSize(RTTARFILE hFile, uint64_t cbSize);
H A Dtest.h80 RTR3DECL(int) RTTestCreate(const char *pszTest, PRTTEST phTest);
138 RTR3DECL(int) RTTestCreateEx(const char *pszTest, uint32_t fFlags, RTTESTLVL enmMaxLevel,
162 RTR3DECL(RTEXITCODE) RTTestInitAndCreate(const char *pszTest, PRTTEST phTest);
177 RTR3DECL(RTEXITCODE) RTTestInitExAndCreate(int cArgs, char ***papszArgs, uint32_t fRtInit, const char *pszTest, PRTTEST phTest);
185 RTR3DECL(int) RTTestDestroy(RTTEST hTest);
195 RTR3DECL(int) RTTestSetDefault(RTTEST hNewDefaultTest, PRTTEST phOldTest);
207 RTR3DECL(int) RTTestChangeName(RTTEST hTest, const char *pszName);
220 RTR3DECL(int) RTTestGuardedAlloc(RTTEST hTest, size_t cb, uint32_t cbAlign, bool fHead, void **ppvUser);
231 RTR3DECL(void *) RTTestGuardedAllocTail(RTTEST hTest, size_t cb);
242 RTR3DECL(voi
[all...]
H A Dinitterm.h69 RTR3DECL(int) RTR3InitExeNoArguments(uint32_t fFlags);
79 RTR3DECL(int) RTR3InitExe(int cArgs, char ***papszArgs, uint32_t fFlags);
87 RTR3DECL(int) RTR3InitDll(uint32_t fFlags);
103 RTR3DECL(int) RTR3InitEx(uint32_t iVersion, uint32_t fFlags, int cArgs, char ***papszArgs, const char *pszProgramPath);
108 RTR3DECL(void) RTR3Term(void);
115 RTR3DECL(bool) RTR3InitIsInitialized(void);
121 RTR3DECL(bool) RTR3InitIsUnobtrusive(void);
H A Dudp.h80 RTR3DECL(int) RTUdpServerCreate(const char *pszAddress, unsigned uPort, RTTHREADTYPE enmType, const char *pszThrdName,
93 RTR3DECL(int) RTUdpServerCreateEx(const char *pszAddress, uint32_t uPort, PPRTUDPSERVER ppServer);
101 RTR3DECL(int) RTUdpServerShutdown(PRTUDPSERVER pServer);
109 RTR3DECL(int) RTUdpServerDestroy(PRTUDPSERVER pServer);
124 RTR3DECL(int) RTUdpServerListen(PRTUDPSERVER pServer, PFNRTUDPSERVE pfnServe, void *pvUser);
135 RTR3DECL(int) RTUdpRead(RTSOCKET Sock, void *pvBuffer, size_t cbBuffer, size_t *pcbRead, PRTNETADDR pSrcAddr);
148 RTR3DECL(int) RTUdpWrite(PRTUDPSERVER pServer, const void *pvBuffer,
H A Druntime-loader.h80 /** @todo r=bird: The use of RTR3DECL here is an unresolved issue. */
92 RTR3DECL(rettype) function signature \
141 RTR3DECL(int) RT_RUNTIME_LOADER_FUNCTION(void)
158 RTR3DECL(rettype) ( function ) signature ;
172 RTR3DECL(int) RT_RUNTIME_LOADER_FUNCTION(void);
/vbox/src/VBox/Runtime/r3/
H A Dtesti.cpp35 RTR3DECL(int) RTTestIPrintfV(RTTESTLVL enmLevel, const char *pszFormat, va_list va)
41 RTR3DECL(int) RTTestIPrintf(RTTESTLVL enmLevel, const char *pszFormat, ...)
51 RTR3DECL(int) RTTestISub(const char *pszSubTest)
57 RTR3DECL(int) RTTestISubF(const char *pszSubTestFmt, ...)
67 RTR3DECL(int) RTTestISubV(const char *pszSubTestFmt, va_list va)
73 RTR3DECL(int) RTTestISubDone(void)
79 RTR3DECL(int) RTTestIPassedV(const char *pszFormat, va_list va)
85 RTR3DECL(int) RTTestIPassed(const char *pszFormat, ...)
95 RTR3DECL(int) RTTestIValue(const char *pszName, uint64_t u64Value, RTTESTUNIT enmUnit)
101 RTR3DECL(in
[all...]
H A Dprocess.cpp74 RTR3DECL(int) RTProcSetPriority(RTPROCPRIORITY enmPriority)
88 RTR3DECL(RTPROCPRIORITY) RTProcGetPriority(void)
94 RTR3DECL(char *) RTProcGetExecutablePath(char *pszExecPath, size_t cbExecPath)
115 RTR3DECL(const char *) RTProcShortName(void)
/vbox/src/VBox/Runtime/r3/win/
H A Dthread2-win.cpp49 RTR3DECL(int) RTThreadSleep(RTMSINTERVAL cMillies)
58 RTR3DECL(int) RTThreadSleepNoLog(RTMSINTERVAL cMillies)
65 RTR3DECL(bool) RTThreadYield(void)
H A Dtls-win.cpp44 RTR3DECL(RTTLS) RTTlsAlloc(void)
51 RTR3DECL(int) RTTlsAllocEx(PRTTLS piTls, PFNRTTLSDTOR pfnDestructor)
67 RTR3DECL(int) RTTlsFree(RTTLS iTls)
77 RTR3DECL(void *) RTTlsGet(RTTLS iTls)
83 RTR3DECL(int) RTTlsGetEx(RTTLS iTls, void **ppvValue)
98 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue)
/vbox/src/VBox/Runtime/r3/posix/
H A Dtls-posix.cpp44 RTR3DECL(RTTLS) RTTlsAlloc(void)
57 RTR3DECL(int) RTTlsAllocEx(PRTTLS piTls, PFNRTTLSDTOR pfnDestructor)
72 RTR3DECL(int) RTTlsFree(RTTLS iTls)
83 RTR3DECL(void *) RTTlsGet(RTTLS iTls)
89 RTR3DECL(int) RTTlsGetEx(RTTLS iTls, void **ppvValue)
98 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue)
H A Dprocess-posix.cpp56 RTR3DECL(int) RTProcWait(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus)
65 RTR3DECL(int) RTProcWaitNoResume(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus)
132 RTR3DECL(int) RTProcTerminate(RTPROCESS Process)
143 RTR3DECL(uint64_t) RTProcGetAffinityMask(void)
150 RTR3DECL(int) RTProcQueryParent(RTPROCESS hProcess, PRTPROCESS phParent)
161 RTR3DECL(int) RTProcQueryUsername(RTPROCESS hProcess, char *pszUser, size_t cbUser,
/vbox/src/VBox/Runtime/common/misc/
H A DRTFileOpenF.cpp35 RTR3DECL(int) RTFileOpenF(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, ...)
H A DRTFileOpenV.cpp39 RTR3DECL(int) RTFileOpenV(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, va_list va)

Completed in 2242 milliseconds

1234