Searched refs:notify_events (Results 1 – 2 of 2) sorted by relevance
289 static const char * const notify_events[] = in cupsdCreateCommonData() local596 (int)(sizeof(notify_events) / sizeof(notify_events[0])), in cupsdCreateCommonData()597 NULL, notify_events); in cupsdCreateCommonData()
5591 ipp_attribute_t *notify_events,/* notify-events(-default) */ in create_subscriptions() local5701 notify_events = ippFindAttribute(printer->attrs, "notify-events-default", in create_subscriptions()5712 notify_events = NULL; in create_subscriptions()5814 notify_events = attr; in create_subscriptions()5828 if (notify_events) in create_subscriptions()5830 for (i = 0; i < notify_events->num_values; i ++) in create_subscriptions()5831 mask |= cupsdEventValue(notify_events->values[i].string.text); in create_subscriptions()