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

/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp179 PRTREQINT *ppPendingRequests; member in struct:RTREQPOOLINT
392 pPool->ppPendingRequests = &pPool->pPendingRequests;
555 *pPool->ppPendingRequests = pReq;
556 pPool->ppPendingRequests = (PRTREQINT*)&pReq->pNext;
685 pPool->ppPendingRequests = &pPool->pPendingRequests;
1014 pPool->ppPendingRequests = NULL;

Completed in 44 milliseconds