Lines Matching refs:auth_callback
115 static SANE_Auth_Callback auth_callback;
655 if (auth_callback)
657 DBG (2, "do_authorization: invoking auth_callback, resource = %s\n",
659 (*auth_callback) (net_resource, username, password);
662 DBG (1, "do_authorization: no auth_callback present\n");
669 if (auth_callback)
671 DBG (2, "do_authorization: invoking auth_callback, resource = %s\n",
673 (*auth_callback) (resource, username, password);
676 DBG (1, "do_authorization: no auth_callback present\n");
969 auth_callback = authorize;