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

/freebsd-13-stable/crypto/openssh/
H A Dauth2-chall.c190 * try challenge-response, set authctxt->postponed if we have to
221 /* side effect: sets authctxt->postponed if a reply was sent*/
249 authctxt->postponed = 1;
309 authctxt->postponed = 0; /* reset */
342 authctxt->postponed = 1;
349 if (!authctxt->postponed) {
354 /* may set authctxt->postponed */
H A Dauth2-gss.c132 authctxt->postponed = 1;
173 authctxt->postponed = 0;
269 authctxt->postponed = 0;
320 authctxt->postponed = 0;
H A Dauth.h58 int postponed; /* authentication needs another step */ member in struct:Authctxt
H A Dauth2.c346 authctxt->postponed = 0;
377 if (authenticated && authctxt->postponed)
378 fatal("INTERNAL ERROR: authenticated and postponed");
403 if (authctxt->postponed)
H A Dauth.c321 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
331 if (authctxt->postponed)
360 if (authenticated == 0 && !authctxt->postponed &&
374 if (authenticated == 0 && !authctxt->postponed)
H A Dauth2-pubkey.c233 authctxt->postponed = 1;
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c875 svn_boolean_t *postponed,
1218 *postponed = (option_id == svn_client_conflict_option_postpone);
1406 svn_boolean_t *postponed,
1456 *postponed = FALSE;
1459 *postponed = (option_id == svn_client_conflict_option_postpone);
1752 svn_boolean_t *postponed,
1967 *postponed = (option_id == svn_client_conflict_option_postpone);
1975 svn_boolean_t *postponed,
2014 SVN_ERR(handle_text_conflict(resolved, postponed, quit, printed_description,
2018 SVN_ERR(handle_prop_conflicts(resolved, postponed, qui
873 handle_text_conflict(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, svn_boolean_t *printed_description, svn_client_conflict_t *conflict, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, const char *editor_cmd, apr_hash_t *config, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1404 handle_prop_conflicts(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, const svn_string_t **merged_value, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, const char *editor_cmd, apr_hash_t *config, svn_client_conflict_t *conflict, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1750 handle_tree_conflict(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, svn_boolean_t *printed_description, svn_client_conflict_t *conflict, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1973 resolve_conflict_interactively(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, svn_boolean_t *external_failed, svn_boolean_t *printed_summary, svn_boolean_t *printed_description, svn_client_conflict_t *conflict, const char *editor_cmd, apr_hash_t *config, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
2253 svn_boolean_t postponed = FALSE; local
[all...]

Completed in 111 milliseconds