Home
last modified time | relevance | path

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

/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dhandle.h71 #define LRO_MAXPARALLELDOWNLOADS_DEFAULT 3L macro
H A Dhandle.c117 handle->maxparalleldownloads = LRO_MAXPARALLELDOWNLOADS_DEFAULT; in lr_handle_init()
H A Ddownloader.c2687 dd.max_parallel_connections = LRO_MAXPARALLELDOWNLOADS_DEFAULT; in lr_download()
/dports/misc/librepo/librepo-1.14.2/librepo/python/
H A Dhandle-py.c487 d = LRO_MAXPARALLELDOWNLOADS_DEFAULT; in py_setopt()