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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1243 uint32_t cServices; local
1245 rc = SSMR3GetU32(pSSM, &cServices);
1248 LogFlowFunc(("%d services to be restored:\n", cServices));
1250 while (cServices--)
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1450 CFIndex cServices = 0; local
1460 cServices = ServicesRef ? CFArrayGetCount(ServicesRef) : 0;
1551 for (i = 0; i < cServices; i++)
1730 CFIndex cServices = CFArrayGetCount(ServicesRef); local
1731 for (CFIndex i = 0; i < cServices; i++)

Completed in 42 milliseconds