Lines Matching defs:list*
340 XSyncSystemCounter *list = NULL;
361 list = Xcalloc(rep.nCounters, sizeof(XSyncSystemCounter));
373 if ((!list) || (!pWireSysCounter))
375 Xfree(list);
378 list = NULL;
387 list[i].counter = counter;
388 XSyncIntsToValue(&list[i].resolution,
402 Xfree(list);
404 list = NULL;
410 list[i].name = ((char *)pWireSysCounter) +
413 *(list[i].name + pWireSysCounter->name_length) = '\0';
421 return list;
425 XSyncFreeSystemCounterList(XSyncSystemCounter *list)
427 if (list)
429 Xfree( ((char *)list[0].name) - SIZEOF(xSyncSystemCounter));
430 Xfree(list);