Home
last modified time | relevance | path

Searched refs:ALPM_EVENT_RETRIEVE_DONE (Results 1 – 4 of 4) sorted by path

/dports/sysutils/pacman/pacman-5.1.3/
H A DREADME560 - ALPM_EVENT_RETRIEVE_DONE, ALPM_EVENT_RETRIEVE_FAILED, ALPM_EVENT_PKGDOWNLOAD_START,
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm.h427 ALPM_EVENT_RETRIEVE_DONE, enumerator
H A Dsync.c1014 event.type = ALPM_EVENT_RETRIEVE_DONE; in download_files()
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dcallback.c361 case ALPM_EVENT_RETRIEVE_DONE: in cb_event()