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

/macosx-10.10.1/cups-408/cups/scheduler/
H A Dauth.c1992 AuthorizationItem authright; /* Authorization right */ local
2004 authright.name = right;
2005 authright.valueLength = 0;
2006 authright.value = NULL;
2007 authright.flags = 0;
2010 authrights.items = &authright;
2021 authright.name, (int)status, cssmErrorString(status));
2027 authright.name);

Completed in 65 milliseconds