Searched refs:fetch_negotiation_algorithm (Results 1 – 18 of 18) sorted by relevance
26 r->settings.fetch_negotiation_algorithm = FETCH_NEGOTIATION_DEFAULT; in prepare_repo_settings()34 r->settings.fetch_negotiation_algorithm = FETCH_NEGOTIATION_SKIPPING; in prepare_repo_settings()82 r->settings.fetch_negotiation_algorithm = FETCH_NEGOTIATION_SKIPPING; in prepare_repo_settings()84 r->settings.fetch_negotiation_algorithm = FETCH_NEGOTIATION_NOOP; in prepare_repo_settings()
12 switch(r->settings.fetch_negotiation_algorithm) { in fetch_negotiator_init()
41 enum fetch_negotiation_setting fetch_negotiation_algorithm; member
41 r->settings.fetch_negotiation_algorithm = FETCH_NEGOTIATION_SKIPPING; in prepare_repo_settings()43 r->settings.fetch_negotiation_algorithm = FETCH_NEGOTIATION_DEFAULT; in prepare_repo_settings()56 UPDATE_DEFAULT_BOOL(r->settings.fetch_negotiation_algorithm, FETCH_NEGOTIATION_SKIPPING); in prepare_repo_settings()67 UPDATE_DEFAULT_BOOL(r->settings.fetch_negotiation_algorithm, FETCH_NEGOTIATION_DEFAULT); in prepare_repo_settings()
11 switch(r->settings.fetch_negotiation_algorithm) { in fetch_negotiator_init()
39 enum fetch_negotiation_setting fetch_negotiation_algorithm; member