Searched defs:pMatch (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Runtime/common/string/ |
H A D | strspace.cpp | 88 PRTSTRSPACECORE pMatch = KAVL_FN(Get)(pStrSpace, pStr->Key); local 89 if (!pMatch) 93 for (PRTSTRSPACECORE pCur = pMatch; pCur; pCur = pCur->pList) 97 pStr->pList = pMatch->pList; 98 pMatch->pList = pStr;
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | pemfile.cpp | 203 PCRTCRPEMMARKER pMatch; local 205 &pMatch, NULL /*poffStart*/, poffBegin)) 207 if (rtCrPemFindMarker(pbContent, cbContent, *poffBegin, "END", 3, pMatch, 1, 210 *ppMatch = pMatch; 344 PCRTCRPEMMARKER pMatch; local 347 &pMatch, &offBegin, &offEnd, &offResume) ) 353 pSection->pMarker = pMatch; 377 &pMatch, &offBegin, &offEnd, &offResume) )
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/ |
H A D | crservice.cpp | 235 const char *pMatch = &gszVBoxOGLSSMMagic[0]; local 238 while (*pMatch) 243 if (current==*pMatch) 245 pMatch++; 249 pMatch = &gszVBoxOGLSSMMagic[0];
|
Completed in 163 milliseconds