Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dauth.c1903 AuthorizationItem authright; /* Authorization right */ in check_authref() local
1915 authright.name = right; in check_authref()
1916 authright.valueLength = 0; in check_authref()
1917 authright.value = NULL; in check_authref()
1918 authright.flags = 0; in check_authref()
1921 authrights.items = &authright; in check_authref()
1930 …cupsdLogMessage(CUPSD_LOG_ERROR, "AuthorizationCopyRights(\"%s\") returned %d", authright.name, (i… in check_authref()
1934 cupsdLogMessage(CUPSD_LOG_DEBUG2, "AuthorizationCopyRights(\"%s\") succeeded.", authright.name); in check_authref()