Home | History | Annotate | Download | only in cups

Lines Matching defs:interaction

1933   Boolean		interaction;	/* Interaction allowed? */
1953 * Save the interaction setting and disable while we open the keychain...
1956 SecKeychainGetUserInteractionAllowed(&interaction);
1983 * Restore interaction setting...
1986 SecKeychainSetUserInteractionAllowed(interaction);
2021 Boolean interaction; /* Interaction allowed? */
2026 * Save the interaction setting and disable while we open the keychain...
2029 SecKeychainGetUserInteractionAllowed(&interaction);
2041 * Restore interaction setting...
2044 SecKeychainSetUserInteractionAllowed(interaction);