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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_compositor.h248 PVBOXVR_COMPOSITOR_ENTRY pCe = VBoxVrCompositorIterNext(&pIter->Base); local
249 if (pCe)
250 return VBOXVR_SCR_COMPOSITOR_ENTRY_FROM_ENTRY(pCe);
256 PCVBOXVR_COMPOSITOR_ENTRY pCe = VBoxVrCompositorConstIterNext(&pIter->Base); local
257 if (pCe)
258 return VBOXVR_SCR_COMPOSITOR_CONST_ENTRY_FROM_ENTRY(pCe);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp935 PUSBSUP_CLEAR_ENDPOINT pCe = (PUSBSUP_CLEAR_ENDPOINT)pIrp->AssociatedIrp.SystemBuffer; local
954 if ( !pCe
955 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pCe)
963 Status = vboxUsbRtClearEndpoint(pDevExt, pCe->bEndpoint, TRUE);
976 PUSBSUP_CLEAR_ENDPOINT pCe = (PUSBSUP_CLEAR_ENDPOINT)pIrp->AssociatedIrp.SystemBuffer; local
995 if ( !pCe
996 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pCe)
1004 Status = vboxUsbRtClearEndpoint(pDevExt, pCe->bEndpoint, FALSE);

Completed in 68 milliseconds