|
libalpm
Arch Linux Package Manager Library
|
#include <stdio.h>#include <sys/types.h>#include <regex.h>#include "alpm_list.h"#include "alpm.h"#include "trans.h"#include <curl/curl.h>

Go to the source code of this file.
Macros | |
| #define | EVENT(h, e) |
| #define | QUESTION(h, q) |
| #define | PROGRESS(h, e, p, per, n, r) |
| #define EVENT | ( | h, | |
| e ) |
Referenced by alpm_db_update(), alpm_fetch_pkgurl(), alpm_trans_commit(), check_keyring(), check_validity(), commit_single_pkg(), download_files(), extract_single_file(), load_packages(), remove_notify_needed_optdepends(), sync_db_validate(), and unlink_file().
| #define PROGRESS | ( | h, | |
| e, | |||
| p, | |||
| per, | |||
| n, | |||
| r ) |
Referenced by check_keyring(), check_validity(), commit_single_pkg(), load_packages(), and remove_package_files().
| #define QUESTION | ( | h, | |
| q ) |
Referenced by alpm_find_group_pkgs(), check_replacers(), prompt_to_delete(), and resolvedep().