Lines Matching defs:key
68 DevPrivateKey key; member
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()
191 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, in dixGetScreenPrivateAddr()
198 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixGetScreenPrivate()
205 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixSetScreenPrivate()
212 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixLookupScreenPrivate()
219 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, in dixLookupScreenPrivateAddr()