Searched refs:cupsdIsAuthorized (Results 1 – 4 of 4) sorted by relevance
135 extern http_status_t cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
138 return (cupsdIsAuthorized(con, owner)); in cupsdCheckPolicy()
1528 cupsdIsAuthorized(cupsd_client_t *con, /* I - Connection */ in cupsdIsAuthorized() function
1010 if ((status = cupsdIsAuthorized(con, NULL)) != HTTP_STATUS_OK) in cupsdReadClient()