Lines Matching refs:cupsdCheckPolicy
770 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in accept_jobs()
899 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in add_class()
910 else if ((status = cupsdCheckPolicy(pclass->op_policy_ptr, con, in add_class()
1269 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in add_job()
2292 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in add_printer()
2303 else if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, in add_printer()
3238 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in cancel_all_jobs()
3295 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, in cancel_all_jobs()
3599 if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : in cancel_subscription()
5407 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in create_local_printer()
5648 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, in create_subscriptions()
5655 else if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in create_subscriptions()
5980 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in delete_printer()
6077 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in get_default()
6127 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in get_devices()
6279 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, in get_document()
6434 if ((status = cupsdCheckPolicy(policy, con, job->username)) != HTTP_OK) in get_job_attrs()
6556 if ((status = cupsdCheckPolicy(policy, con, NULL)) != HTTP_OK) in get_jobs()
6920 if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : in get_notifications()
7033 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in get_ppd()
7085 if ((status = cupsdCheckPolicy(dest->op_policy_ptr, con, NULL)) != HTTP_OK) in get_ppd()
7193 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in get_ppds()
7353 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in get_printer_attrs()
7409 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in get_printer_supported()
7464 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in get_printers()
7650 if ((status = cupsdCheckPolicy(policy, con, sub->owner)) != HTTP_OK) in get_subscription_attrs()
7769 if ((status = cupsdCheckPolicy(policy, con, NULL)) != HTTP_OK) in get_subscriptions()
8025 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in hold_new_jobs()
8219 if ((status = cupsdCheckPolicy(dprinter->op_policy_ptr, con, in move_job()
8878 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in reject_jobs()
8960 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in release_held_new_jobs()
9180 if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : in renew_subscription()
10130 if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) in set_default()
10592 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in set_printer_attrs()
10945 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in start_printer()
11027 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in stop_printer()
11360 if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) in validate_job()
11454 return (cupsdCheckPolicy(printer ? printer->op_policy_ptr : DefaultPolicyPtr, in validate_user()