Lines Matching refs:handlers
547 new_handler->next = dev->properties.handlers;
548 dev->properties.handlers = new_handler;
558 curr = dev->properties.handlers;
568 dev->properties.handlers = curr->next;
614 * including removing all device handlers.
632 /* Now free all handlers */
633 curr_handler = device->properties.handlers;
640 device->properties.handlers = NULL;
660 /* Ask handlers if we may delete the property */
661 if (device->properties.handlers) {
662 XIPropertyHandlerPtr handler = device->properties.handlers;
759 if (dev->properties.handlers) {
763 /* run through all handlers with checkonly TRUE, then again with
767 handler = dev->properties.handlers;
819 if (dev->properties.handlers) {
820 XIPropertyHandlerPtr handler = dev->properties.handlers;