Home
last modified time | relevance | path

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

/external/libcups/cups/
Dauth.c683 if (http->auth_ref) in cups_local_auth()
685 AuthorizationFree(http->auth_ref, kAuthorizationFlagDefaults); in cups_local_auth()
686 http->auth_ref = NULL; in cups_local_auth()
694 kAuthorizationFlagDefaults, &http->auth_ref); in cups_local_auth()
715 status = AuthorizationCopyRights(http->auth_ref, &auth_rights, in cups_local_auth()
719 status = AuthorizationMakeExternalForm(http->auth_ref, &auth_extrn); in cups_local_auth()
Dhttp-private.h337 AuthorizationRef auth_ref; /* Authorization ref */ member
Dhttp.c378 if (http->auth_ref) in httpClose()
379 AuthorizationFree(http->auth_ref, kAuthorizationFlagDefaults); in httpClose()