Home
last modified time | relevance | path

Searched refs:cupsdIsAuthorized (Results 1 – 4 of 4) sorted by relevance

/external/libcups/scheduler/
Dauth.h135 extern http_status_t cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
Dpolicy.c138 return (cupsdIsAuthorized(con, owner)); in cupsdCheckPolicy()
Dauth.c1528 cupsdIsAuthorized(cupsd_client_t *con, /* I - Connection */ in cupsdIsAuthorized() function
Dclient.c1010 if ((status = cupsdIsAuthorized(con, NULL)) != HTTP_STATUS_OK) in cupsdReadClient()