Searched defs:pMatch (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp88 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 Dpemfile.cpp203 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 Dcrservice.cpp235 const char *pMatch = &gszVBoxOGLSSMMagic[0]; local
238 while (*pMatch)
243 if (current==*pMatch)
245 pMatch++;
249 pMatch = &gszVBoxOGLSSMMagic[0];

Completed in 374 milliseconds