Searched refs:notify_events (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c265 static const char * const notify_events[] = local
555 (int)(sizeof(notify_events) / sizeof(notify_events[0])),
556 NULL, notify_events);
H A Dipp.c5260 ipp_attribute_t *notify_events,/* notify-events(-default) */ local
5370 notify_events = ippFindAttribute(printer->attrs, "notify-events-default",
5381 notify_events = NULL;
5483 notify_events = attr;
5497 if (notify_events)
5499 for (i = 0; i < notify_events->num_values; i ++)
5500 mask |= cupsdEventValue(notify_events->values[i].string.text);

Completed in 119 milliseconds