Lines Matching refs:DevPrivateKey
65 } DevPrivateKeyRec, *DevPrivateKey; typedef
68 DevPrivateKey key;
101 dixRegisterPrivateKey(DevPrivateKey key, DevPrivateType type, unsigned size);
107 dixPrivateKeyRegistered(DevPrivateKey key) in dixPrivateKeyRegistered()
119 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) in dixGetPrivateAddr()
133 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) in dixGetPrivate()
144 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, void *val) in dixSetPrivate()
161 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) in dixLookupPrivate()
176 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) in dixLookupPrivateAddr()
187 extern _X_EXPORT DevPrivateKey
243 dixRegisterScreenSpecificPrivateKey(ScreenPtr pScreen, DevPrivateKey key,