Home
last modified time | relevance | path

Searched refs:parallel_max (Results 1 – 4 of 4) sorted by relevance

/curl/src/
H A Dtool_main.c153 config->parallel_max = PARALLEL_DEFAULT; in main_init()
H A Dtool_cfgable.h338 unsigned short parallel_max; /* MAX_PARALLEL is the maximum */ member
H A Dtool_getparam.c2619 global->parallel_max = MAX_PARALLEL; in getparameter()
2621 global->parallel_max = PARALLEL_DEFAULT; in getparameter()
2623 global->parallel_max = (unsigned short)val; in getparameter()
H A Dtool_operate.c2466 if(all_pers < (global->parallel_max*2)) { in add_parallel_transfers()
2471 for(per = transfers; per && (all_added < global->parallel_max); in add_parallel_transfers()

Completed in 21 milliseconds