Home
last modified time | relevance | path

Searched refs:_alpm_shortest_delta_path (Results 1 – 3 of 3) sorted by path

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Ddelta.c203 off_t _alpm_shortest_delta_path(alpm_handle_t *handle, alpm_list_t *deltas, in _alpm_shortest_delta_path() function
H A Ddelta.h30 off_t _alpm_shortest_delta_path(alpm_handle_t *handle, alpm_list_t *deltas,
H A Dsync.c350 dltsize = _alpm_shortest_delta_path(handle, newpkg->deltas, in compute_download_size()