Searched refs:pMatch (Results 1 - 4 of 4) sorted by relevance

/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/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/libs/zlib-1.2.6/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/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 69 milliseconds