#include <handle.h>

Data Fields | |
| uid_t | uid |
| pmdb_t * | db_local |
| alpm_list_t * | dbs_sync |
| FILE * | logstream |
| int | lckfd |
| pmtrans_t * | trans |
| alpm_cb_log | logcb |
| alpm_cb_download | dlcb |
| char * | root |
| char * | dbpath |
| char * | logfile |
| char * | lockfile |
| alpm_list_t * | cachedirs |
| alpm_list_t * | noupgrade |
| alpm_list_t * | noextract |
| alpm_list_t * | ignorepkg |
| alpm_list_t * | holdpkg |
| alpm_list_t * | ignoregrp |
| unsigned short | usesyslog |
| unsigned short | nopassiveftp |
| char * | xfercommand |
| unsigned short | usedelta |
Definition at line 31 of file handle.h.
| uid_t _pmhandle_t::uid |
Definition at line 34 of file handle.h.
Referenced by _alpm_db_register_local(), _alpm_trans_addtarget(), _alpm_trans_commit(), _alpm_trans_prepare(), _alpm_trans_sysupgrade(), alpm_db_unregister(), alpm_db_unregister_all(), alpm_db_update(), alpm_option_get_localdb(), alpm_pkg_changelog_open(), alpm_pkg_checkmd5sum(), alpm_pkg_get_backup(), alpm_pkg_get_files(), and alpm_pkg_has_scriptlet().
Definition at line 35 of file handle.h.
Referenced by _alpm_db_register_sync(), _alpm_handle_free(), _alpm_sync_commit(), _alpm_trans_addtarget(), _alpm_trans_prepare(), _alpm_trans_sysupgrade(), alpm_db_setserver(), alpm_db_unregister(), alpm_db_unregister_all(), alpm_db_update(), and alpm_option_get_syncdbs().
| FILE* _pmhandle_t::logstream |
Definition at line 36 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_handle_new(), alpm_logaction(), and alpm_option_set_logfile().
Definition at line 37 of file handle.h.
Referenced by _alpm_handle_new(), alpm_trans_init(), and alpm_trans_release().
Definition at line 38 of file handle.h.
Referenced by _alpm_add_commit(), _alpm_handle_free(), _alpm_remove_commit(), _alpm_remove_loadtarget(), alpm_db_register_local(), alpm_db_register_sync(), alpm_db_unregister(), alpm_db_unregister_all(), alpm_db_update(), alpm_trans_addtarget(), alpm_trans_commit(), alpm_trans_get_flags(), alpm_trans_get_pkgs(), alpm_trans_get_targets(), alpm_trans_get_type(), alpm_trans_init(), alpm_trans_interrupt(), alpm_trans_prepare(), alpm_trans_release(), and alpm_trans_sysupgrade().
Definition at line 41 of file handle.h.
Referenced by alpm_option_get_logcb(), and alpm_option_set_logcb().
Definition at line 42 of file handle.h.
Referenced by _alpm_downloadfiles_forreal(), alpm_option_get_dlcb(), and alpm_option_set_dlcb().
| char* _pmhandle_t::root |
Definition at line 45 of file handle.h.
Referenced by _alpm_add_commit(), _alpm_add_prepare(), _alpm_handle_free(), _alpm_handle_new(), _alpm_remove_commit(), alpm_option_get_root(), and alpm_option_set_root().
| char* _pmhandle_t::dbpath |
Definition at line 46 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_handle_new(), alpm_option_get_dbpath(), and alpm_option_set_dbpath().
| char* _pmhandle_t::logfile |
Definition at line 47 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_handle_new(), alpm_logaction(), alpm_option_get_logfile(), and alpm_option_set_logfile().
| char* _pmhandle_t::lockfile |
Definition at line 48 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_handle_new(), alpm_option_get_lockfile(), and alpm_option_set_dbpath().
Definition at line 49 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_handle_new(), alpm_option_add_cachedir(), alpm_option_get_cachedirs(), alpm_option_remove_cachedir(), and alpm_option_set_cachedirs().
Definition at line 52 of file handle.h.
Referenced by _alpm_handle_free(), alpm_option_add_noupgrade(), alpm_option_get_noupgrades(), alpm_option_remove_noupgrade(), and alpm_option_set_noupgrades().
Definition at line 53 of file handle.h.
Referenced by _alpm_handle_free(), alpm_option_add_noextract(), alpm_option_get_noextracts(), alpm_option_remove_noextract(), and alpm_option_set_noextracts().
Definition at line 54 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_pkg_should_ignore(), alpm_option_add_ignorepkg(), alpm_option_get_ignorepkgs(), alpm_option_remove_ignorepkg(), and alpm_option_set_ignorepkgs().
Definition at line 55 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_remove_loadtarget(), alpm_option_add_holdpkg(), alpm_option_get_holdpkgs(), alpm_option_remove_holdpkg(), and alpm_option_set_holdpkgs().
Definition at line 56 of file handle.h.
Referenced by _alpm_handle_free(), _alpm_pkg_should_ignore(), alpm_option_add_ignoregrp(), alpm_option_get_ignoregrps(), alpm_option_remove_ignoregrp(), and alpm_option_set_ignoregrps().
| unsigned short _pmhandle_t::usesyslog |
Definition at line 59 of file handle.h.
Referenced by _alpm_handle_free(), alpm_logaction(), alpm_option_get_usesyslog(), and alpm_option_set_usesyslog().
| unsigned short _pmhandle_t::nopassiveftp |
Definition at line 60 of file handle.h.
Referenced by _alpm_downloadfiles_forreal(), alpm_option_get_nopassiveftp(), and alpm_option_set_nopassiveftp().
| char* _pmhandle_t::xfercommand |
Definition at line 61 of file handle.h.
Referenced by _alpm_downloadfiles_forreal(), _alpm_handle_free(), alpm_option_get_xfercommand(), and alpm_option_set_xfercommand().
| unsigned short _pmhandle_t::usedelta |
Definition at line 62 of file handle.h.
Referenced by _alpm_handle_new(), _alpm_sync_commit(), alpm_option_set_usedelta(), and alpm_pkg_download_size().
1.5.4