Searched defs:pszUri (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTUri.cpp199 static void tstScheme(size_t iCount, const char *pszUri, const char *pszTest) argument
201 char *pszResult = RTUriScheme(pszUri);
214 static void tstAuthority(size_t iCount, const char *pszUri, const char *pszTest) argument
216 char *pszResult = RTUriAuthority(pszUri);
229 static void tstPath(size_t iCount, const char *pszUri, const char *pszTest) argument
231 char *pszResult = RTUriPath(pszUri);
244 static void tstQuery(size_t iCount, const char *pszUri, const char *pszTest) argument
246 char *pszResult = RTUriQuery(pszUri);
259 static void tstFragment(size_t iCount, const char *pszUri, const char *pszTest) argument
261 char *pszResult = RTUriFragment(pszUri);
306 tstFilePath(size_t iCount, const char *pszUri, const char *pszTest, uint32_t uFormat) argument
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp169 static bool rtUriFindSchemeEnd(const char *pszUri, size_t iStart, size_t cbLen, size_t *piEnd) argument
175 if (pszUri[i] == ':')
185 static bool rtUriCheckAuthorityStart(const char *pszUri, size_t iStart, size_t cbLen, size_t *piStart) argument
189 && pszUri[iStart ] == '/'
190 && pszUri[iStart + 1] == '/')
199 static bool rtUriFindAuthorityEnd(const char *pszUri, size_t iStart, size_t cbLen, size_t *piEnd) argument
205 if ( pszUri[i] == '/'
206 || pszUri[i] == '?'
207 || pszUri[i] == '#')
217 static bool rtUriCheckPathStart(const char *pszUri, size_ argument
236 rtUriFindPathEnd(const char *pszUri, size_t iStart, size_t cbLen, size_t *piEnd) argument
253 rtUriCheckQueryStart(const char *pszUri, size_t iStart, size_t cbLen, size_t *piStart) argument
265 rtUriFindQueryEnd(const char *pszUri, size_t iStart, size_t cbLen, size_t *piEnd) argument
281 rtUriCheckFragmentStart(const char *pszUri, size_t iStart, size_t cbLen, size_t *piStart) argument
386 RTUriHasScheme(const char *pszUri, const char *pszScheme) argument
398 RTUriScheme(const char *pszUri) argument
409 RTUriAuthority(const char *pszUri) argument
437 RTUriPath(const char *pszUri) argument
474 RTUriQuery(const char *pszUri) argument
522 RTUriFragment(const char *pszUri) argument
619 RTUriFilePath(const char *pszUri, uint32_t uFormat) argument
624 RTUriFileNPath(const char *pszUri, uint32_t uFormat, size_t cchMax) argument
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionInternal.h73 * @param pszUri Pointer to the string containing the endpoint
78 const char *pszUri, uint32_t fFlags));
209 char *pszUri; member in struct:PDMASYNCCOMPLETIONENDPOINT
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp969 * @param pszUri The URI.
973 static bool rtCrX509GeneralName_ExtractHostName(const char *pszUri, const char **pchHostName, size_t *pcchHostName) argument
978 const char *pszStart = strchr(pszUri, ':');
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp226 LogFlowFunc(("pAioMgr=%#p pEndpoint=%#p{%s}\n", pAioMgr, pEndpoint, pEndpoint->Core.pszUri));
632 if (!RTStrCmp(pArgs[1].u.pszString, RTPathFilename(pEpFile->Core.pszUri)))
708 if (!RTStrCmp(pArgs[1].u.pszString, RTPathFilename(pEpFile->Core.pszUri)))
889 const char *pszUri, uint32_t fFlags)
943 rc = RTFileOpen(&hFile, pszUri, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE);
967 rc = RTFileOpen(&pEpFile->hFile, pszUri, fFileFlags);
972 pszUri, fFileFlags, rc));
993 rc = RTFileOpen(&pEpFile->hFile, pszUri, fFileFlags);
998 pszUri, fFileFlags, rc));
1102 "/PDM/AsyncCompletion/File/%s/Read", RTPathFilename(pEpFile->Core.pszUri));
888 pdmacFileEpInitialize(PPDMASYNCCOMPLETIONENDPOINT pEndpoint, const char *pszUri, uint32_t fFlags) argument
[all...]
H A DPDMAsyncCompletion.cpp1056 RTPathFilename(pEndpoint->pszUri), i*100, i*100+100-1);
1063 RTPathFilename(pEndpoint->pszUri), i*100, i*100+100-1);
1070 RTPathFilename(pEndpoint->pszUri), i*100, i*100+100-1);
1077 RTPathFilename(pEndpoint->pszUri), i*10, i*10+10-1);
1084 RTPathFilename(pEndpoint->pszUri));
1091 RTPathFilename(pEndpoint->pszUri));
1098 RTPathFilename(pEndpoint->pszUri));
1105 RTPathFilename(pEndpoint->pszUri));
1112 RTPathFilename(pEndpoint->pszUri));
1119 RTPathFilename(pEndpoint->pszUri));
1379 pdmR3AsyncCompletionFindEndpointWithUri(PPDMASYNCCOMPLETIONEPCLASS pEndpointClass, const char *pszUri) argument
[all...]

Completed in 45 milliseconds