Home
last modified time | relevance | path

Searched refs:allocated_early (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c289 static Bool (*const allocated_early[PRIVATE_LAST]) (FixupFunc, unsigned) = { variable
360 if (!allocated_early[t]) in dixRegisterPrivateKey()
362 else if (!allocated_early[t] (dixReallocPrivates, bytes)) in dixRegisterPrivateKey()
373 if (allocated_early[t]) in dixRegisterPrivateKey()
374 allocated_early[t] (dixMovePrivates, bytes); in dixRegisterPrivateKey()
383 if (!allocated_early[type]) in dixRegisterPrivateKey()
385 else if (!allocated_early[type] (dixReallocPrivates, bytes)) in dixRegisterPrivateKey()
621 assert (!allocated_early[type]); in dixRegisterScreenSpecificPrivateKey()