Searched refs:BLOCKED_REASONS_CANCELLED (Results 1 – 3 of 3) sorted by relevance
29 #define BLOCKED_REASONS_CANCELLED (1 << PRINT_STATUS_CANCELLED) macro
1342 jq->blocked_reasons = BLOCKED_REASONS_CANCELLED; in _job_thread()2219 cb_param.blocked_reasons = BLOCKED_REASONS_CANCELLED; in wprintCancelJob()
1302 } else if (blocked_reasons & BLOCKED_REASONS_CANCELLED) { in processBlockStatus()