Searched refs:CUPSD_AUTH_ALLOW (Results 1 – 3 of 3) sorted by relevance
31 #define CUPSD_AUTH_ALLOW 0 /* Allow access */ macro
1378 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()1398 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()1442 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()1478 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()2099 loc->order_type = CUPSD_AUTH_ALLOW; in parse_aaa()
918 case CUPSD_AUTH_ALLOW : /* Order Deny,Allow */ in cupsdCheckAccess()1625 ? CUPSD_AUTH_ALLOW : CUPSD_AUTH_DENY; in cupsdIsAuthorized()