Lines Matching refs:storeClockRanges
1365 ClockRangePtr storeClockRanges;
1484 storeClockRanges = scrp->clockRanges;
1485 while (storeClockRanges != NULL) {
1486 storeClockRanges = storeClockRanges->next;
1489 storeClockRanges = storeClockRanges->next) {
1490 storeClockRanges = xnfalloc(sizeof(ClockRange));
1492 scrp->clockRanges = storeClockRanges;
1493 memcpy(storeClockRanges, cp, sizeof(ClockRange));