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

/macosx-10.10.1/cups-408/cups/scheduler/
H A Dauth.c71 static int check_authref(cupsd_client_t *con, const char *right);
1865 if (!_cups_strncasecmp(name, "@AUTHKEY(", 9) && check_authref(con, name + 9))
1868 check_authref(con, SystemGroupAuthKey))
1983 * 'check_authref()' - Check if an authorization services reference has the
1988 check_authref(cupsd_client_t *con, /* I - Connection */ function

Completed in 62 milliseconds