Searched refs:auth_ref (Results 1 – 3 of 3) sorted by relevance
948 if (http->auth_ref) in cups_local_auth()950 AuthorizationFree(http->auth_ref, kAuthorizationFlagDefaults); in cups_local_auth()951 http->auth_ref = NULL; in cups_local_auth()956 …orizationCreate(NULL, kAuthorizationEmptyEnvironment, kAuthorizationFlagDefaults, &http->auth_ref); in cups_local_auth()977 status = AuthorizationCopyRights(http->auth_ref, &auth_rights, in cups_local_auth()981 status = AuthorizationMakeExternalForm(http->auth_ref, &auth_extrn); in cups_local_auth()
336 AuthorizationRef auth_ref; /* Authorization ref */ member
389 if (http->auth_ref) in httpClose()390 AuthorizationFree(http->auth_ref, kAuthorizationFlagDefaults); in httpClose()