Searched defs:pchValue (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp566 const char *pchValue; member in struct:__anon16435
627 if (memcmp(szBuffer, s_aGetProperties[i].pchValue, s_aGetProperties[i].cchValue) != 0)
630 s_aGetProperties[i].cchValue, s_aGetProperties[i].pchValue);
/vbox/src/bldprogs/
H A DVBoxCPP.cpp3024 const char *pchValue = ScmStreamGetCur(pStrmInput); local
3036 size_t cchValue = ScmStreamGetCur(pStrmInput) - pchValue;
3042 rcExit = vbcppMacroAddFn(pThis, pchDefine, cchDefine, pchParams, cchParams, pchValue, cchValue, false);
3044 rcExit = vbcppMacroAdd(pThis, pchDefine, cchDefine, pchValue, cchValue, false);

Completed in 77 milliseconds