Home
last modified time | relevance | path

Searched refs:cupsdCheckPolicy (Results 1 – 3 of 3) sorted by relevance

/external/libcups/scheduler/
Dpolicy.h44 extern http_status_t cupsdCheckPolicy(cupsd_policy_t *p, cupsd_client_t *con,
Dipp.c770 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()
[all …]
Dpolicy.c104 cupsdCheckPolicy(cupsd_policy_t *p, /* I - Policy */ in cupsdCheckPolicy() function