Searched refs:allocated_early (Results 1 – 1 of 1) sorted by relevance
289 static Bool (*const allocated_early[PRIVATE_LAST]) (FixupFunc, unsigned) = { variable360 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()