Lines Matching refs:totalSize
208 int sizeInBytes, totalSize, err; in ProcChangeProperty() local
229 totalSize = len * sizeInBytes; in ProcChangeProperty()
230 REQUEST_FIXED_SIZE(xChangePropertyReq, totalSize); in ProcChangeProperty()
260 int sizeInBytes, totalSize, rc; in dixChangeWindowProperty() local
265 totalSize = len * sizeInBytes; in dixChangeWindowProperty()
277 data = malloc(totalSize); in dixChangeWindowProperty()
282 memcpy(data, value, totalSize); in dixChangeWindowProperty()
314 data = malloc(totalSize); in dixChangeWindowProperty()
317 memcpy(data, value, totalSize); in dixChangeWindowProperty()
331 memcpy(data + pProp->size * sizeInBytes, value, totalSize); in dixChangeWindowProperty()
339 memcpy(data + totalSize, pProp->data, pProp->size * sizeInBytes); in dixChangeWindowProperty()
340 memcpy(data, value, totalSize); in dixChangeWindowProperty()