Searched refs:pszKey (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.h24 const char *pszKey, const char *pszValueFormat, ...);
H A DVBoxServiceVMInfo.cpp376 * @param pszKey Key name of guest property to update.
381 const char *pszKey, const char *pszValueFormat, ...)
386 AssertPtrReturn(pszKey, VERR_INVALID_POINTER);
394 if (!RTStrAPrintf(&pszName, "%s%s@%s/%s", g_pszPropCacheValUser, pszUser, pszDomain, pszKey))
399 if (!RTStrAPrintf(&pszName, "%s%s/%s", g_pszPropCacheValUser, pszUser, pszKey))
380 vboxServiceUserUpdateF(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain, const char *pszKey, const char *pszValueFormat, ...) argument
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp101 static char* rtS3Host(const char* pszBucket, const char* pszKey, const char* pszBaseUrl) argument
107 else if (pszKey[0] == 0)
110 RTStrAPrintf(&pszUrl, "%s.%s/%s", pszBucket, pszBaseUrl, pszKey);
182 static char* rtS3Canonicalize(const char* pszAction, const char* pszBucket, const char* pszKey, char** papszHeadEnts, size_t cHeadEnts) argument
200 if (pszKey[0] != 0)
203 RTStrAPrintf(&pszRes, "%s%s", pszRes, pszKey);
210 static char* rtS3CreateSignature(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, argument
214 char* pszSig = rtS3Canonicalize(pszAction, pszBucket, pszKey, papszHeadEnts, cHeadEnts);
232 static char* rtS3CreateAuthHeader(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, argument
237 char *pszSigBase64Enc = rtS3CreateSignature(pS3Int, pszAction, pszBucket, pszKey, papszHeadEnt
435 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1); local
441 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1); local
475 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1); local
481 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1); local
487 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1); local
[all...]
/vbox/src/VBox/Storage/testcase/
H A DtstVD-2.cpp50 static const char *tstGetValueByKey(const char *pszKey) argument
53 if (!strcmp(aCfgNode[i].key, pszKey))
135 while (pa->pszKey != NULL)
139 RTPrintf("(key=%s type=", pa->pszKey);
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp387 * @param pszKey Key (name) of guest property to read.
395 const char *pszKey, bool fReadOnly,
400 AssertPtrReturn(pszKey, VERR_INVALID_POINTER);
423 rc = VbglR3GuestPropRead(uClientID, pszKey, pvBuf, cbBuf,
458 pszKey);
465 pszKey, pszFlags);
475 pszKey);
481 pszKey, pszValue);
486 pszKey, rc);
497 * @param pszKey Ke
394 pam_vbox_read_prop(pam_handle_t *hPAM, uint32_t uClientID, const char *pszKey, bool fReadOnly, char *pszValue, size_t cbValue) argument
501 pam_vbox_wait_prop(pam_handle_t *hPAM, uint32_t uClientID, const char *pszKey, uint32_t uTimeoutMS) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp453 * @param pszKey Name of key to get the value for.
456 int GuestProcessStreamBlock::GetInt64Ex(const char *pszKey, int64_t *piVal) const argument
458 AssertPtrReturn(pszKey, VERR_INVALID_POINTER);
460 const char *pszValue = GetString(pszKey);
473 * @param pszKey Name of key to get the value for.
475 int64_t GuestProcessStreamBlock::GetInt64(const char *pszKey) const
478 if (RT_SUCCESS(GetInt64Ex(pszKey, &iVal)))
512 * @param pszKey Name of key to get the value for.
514 const char* GuestProcessStreamBlock::GetString(const char *pszKey) const
516 AssertPtrReturn(pszKey, NUL
538 GetUInt32Ex(const char *pszKey, uint32_t *puVal) const argument
572 SetValue(const char *pszKey, const char *pszValue) argument
[all...]
H A DConsoleImpl.cpp4699 char *pszKey = NULL; local
4703 rc = i_consoleParseKeyValue(psz, &pszEnd, &pszKey, &pszVal);
4706 if (!RTStrCmp(pszKey, "uuid"))
4708 else if (!RTStrCmp(pszKey, "dek"))
4713 RTStrFree(pszKey);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartCfg.cpp544 * @param pszKey The key for the pair.
547 static int autostartConfigParseValue(PCFGTOKENIZER pCfgTokenizer, const char *pszKey, argument
564 pCfgAst->pszKey = RTStrDup(pszKey);
565 if (!pCfgAst->pszKey)
606 pCfgAst->pszKey = RTStrDup(pszScopeId);
607 if (!pCfgAst->pszKey)
746 if (!RTStrCmp(pNode->pszKey, pszName))
H A DVBoxAutostart.h66 char *pszKey; member in struct:CFGAST
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h282 int GetInt64Ex(const char *pszKey, int64_t *piVal) const;
284 int64_t GetInt64(const char *pszKey) const;
290 const char* GetString(const char *pszKey) const;
292 int GetUInt32Ex(const char *pszKey, uint32_t *puVal) const;
294 uint32_t GetUInt32(const char *pszKey) const;
298 int SetValue(const char *pszKey, const char *pszValue);
/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp105 while (pa->pszKey != NULL)
154 const Property prop = { Utf8Str(pa->pszKey),
H A DMediumImpl.cpp6912 while (paConfig->pszKey)
6914 if (strKey.equals(paConfig->pszKey))
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp190 * @param pszKey Key (name) of guest property to read.
200 const char *pszKey, bool fReadOnly,
204 AssertPtrReturn(pszKey, VERR_INVALID_POINTER);
227 rc = VbglR3GuestPropRead(uClientID, pszKey, pvBuf, cbBuf,
280 pszKey, pszValTemp ? pszValTemp : "<None>",
296 * @param pszKey Key (name) of guest property to wait for.
301 const char *pszKey, uint32_t uTimeoutMS)
304 AssertPtrReturn(pszKey, VERR_INVALID_POINTER);
324 rc = VbglR3GuestPropWait(uClientID, pszKey, pvBuf, cbBuf,
199 vbox_read_prop(uint32_t uClientID, const char *pszKey, bool fReadOnly, char *pszValue, size_t cbValue, uint64_t *puTimestamp) argument
300 vbox_wait_prop(uint32_t uClientID, const char *pszKey, uint32_t uTimeoutMS) argument
/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp114 static PDMAUDIOFMT drvAudioGetConfFormat(PCFGMNODE pCfgHandle, const char *pszKey, argument
118 || pszKey == NULL)
125 int rc = CFGMR3QueryStringAlloc(pCfgHandle, pszKey, &pszValue);
143 static int drvAudioGetConfInt(PCFGMNODE pCfgHandle, const char *pszKey, argument
148 || pszKey == NULL)
155 int rc = CFGMR3QueryInteger(pCfgHandle, pszKey, &u64Data);
167 static const char *drvAudioGetConfStr(PCFGMNODE pCfgHandle, const char *pszKey, argument
171 || pszKey == NULL)
178 int rc = CFGMR3QueryStringAlloc(pCfgHandle, pszKey, &pszValue);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp333 * @param pszKey The key to remove.
335 static HRESULT RemoveKey(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey)
351 size_t cchKey = strlen(pszKey);
352 char *psz = strstr(pszKeys, pszKey);
361 psz = strstr(psz + cchKey, pszKey);
382 pszKey, pszKeyBase, rc);
395 * @param pszKey The key.
399 static HRESULT SetString(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, const char *pszValue) argument
402 pszKey, pszAttribute).raw(),
406 pszKeyBase, pszKey, pszAttribut
421 SetUInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, uint64_t u64Value) argument
439 SetInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, int64_t i64Value) argument
[all...]
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp338 char *pszKey = (char *)RTMemTmpAlloc(1024); local
339 if (!CFStringGetCString((CFStringRef)pvKey, pszKey, 1024, kCFStringEncodingUTF8))
340 strcpy(pszKey, "CFStringGetCString failure");
341 DARWIN_IOKIT_LOG(("%+*s%s", (int)(uintptr_t)pvUser, "", pszKey));
342 RTMemTmpFree(pszKey);
/vbox/src/VBox/Storage/
H A DVMDK.cpp1415 const char *pszKey, const char **ppszValue)
1417 size_t cbKey = strlen(pszKey);
1422 if (!strncmp(pDescriptor->aLines[uStart], pszKey, cbKey))
1441 const char *pszKey, const char *pszValue)
1444 size_t cbKey = strlen(pszKey);
1449 if (!strncmp(pDescriptor->aLines[uStart], pszKey, cbKey))
1514 cbKey = strlen(pszKey);
1537 memcpy(pDescriptor->aLines[uStart], pszKey, cbKey);
1553 static int vmdkDescBaseGetU32(PVMDKDESCRIPTOR pDescriptor, const char *pszKey, argument
1558 if (!vmdkDescGetStr(pDescriptor, pDescriptor->uFirstDesc, pszKey,
1414 vmdkDescGetStr(PVMDKDESCRIPTOR pDescriptor, unsigned uStart, const char *pszKey, const char **ppszValue) argument
1439 vmdkDescSetStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, unsigned uStart, const char *pszKey, const char *pszValue) argument
1564 vmdkDescBaseGetStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, const char **ppszValue) argument
1580 vmdkDescBaseSetStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, const char *pszValue) argument
1697 vmdkDescDDBGetStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, const char **ppszValue) argument
1713 vmdkDescDDBGetU32(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, uint32_t *puValue) argument
1730 vmdkDescDDBGetUuid(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, PRTUUID pUuid) argument
1747 vmdkDescDDBSetStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, const char *pszVal) argument
1768 vmdkDescDDBSetUuid(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, PCRTUUID pUuid) argument
1782 vmdkDescDDBSetU32(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszKey, uint32_t uValue) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp606 const TCHAR *pszKey = pszSubKey; local
613 LONG lRet = RegCreateKeyEx(HKEY_LOCAL_MACHINE, pszKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_READ | KEY_WRITE, NULL, &hkey, &disp);
615 _tprintf(_T("RemoveStringFromMultiSZ: RegCreateKeyEx %ts failed with error %ld!\n"), pszKey, lRet);
/vbox/include/VBox/
H A Dvd.h378 const char *pszKey; member in struct:VDCONFIGINFO
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h1819 LPOLESTR pszKey,
1823 LPOLESTR pszKey,
1830 LPOLESTR pszKey) = 0;
1875 LPOLESTR pszKey,
1880 LPOLESTR pszKey,
1889 LPOLESTR pszKey);
1909 #define IBindCtx_RegisterObjectParam(This,pszKey,punk) (This)->lpVtbl->RegisterObjectParam(This,pszKey,punk)
1910 #define IBindCtx_GetObjectParam(This,pszKey,ppunk) (This)->lpVtbl->GetObjectParam(This,pszKey,ppun
[all...]
H A Dobjidl.idl402 [in] LPOLESTR pszKey,
406 [in] LPOLESTR pszKey,
413 [in] LPOLESTR pszKey);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h1819 LPOLESTR pszKey,
1823 LPOLESTR pszKey,
1830 LPOLESTR pszKey) = 0;
1875 LPOLESTR pszKey,
1880 LPOLESTR pszKey,
1889 LPOLESTR pszKey);
1909 #define IBindCtx_RegisterObjectParam(This,pszKey,punk) (This)->lpVtbl->RegisterObjectParam(This,pszKey,punk)
1910 #define IBindCtx_GetObjectParam(This,pszKey,ppunk) (This)->lpVtbl->GetObjectParam(This,pszKey,ppun
[all...]
H A Dobjidl.idl390 [in] LPOLESTR pszKey,
394 [in] LPOLESTR pszKey,
401 [in] LPOLESTR pszKey);

Completed in 198 milliseconds