Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dauth.c61 static int check_authref(cupsd_client_t *con, const char *right);
1780 if (!_cups_strncasecmp(name, "@AUTHKEY(", 9) && check_authref(con, name + 9)) in cupsdIsAuthorized()
1783 check_authref(con, SystemGroupAuthKey)) in cupsdIsAuthorized()
1899 check_authref(cupsd_client_t *con, /* I - Connection */ in check_authref() function