Home
last modified time | relevance | path

Searched refs:ALPM_SIG_USE_DEFAULT (Results 1 – 7 of 7) sorted by path

/dports/sysutils/pacman/pacman-5.1.3/
H A DREADME602 - alpm_siglevel_t - value of ALPM_SIG_USE_DEFAULT changed
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm.h207 ALPM_SIG_USE_DEFAULT = (1 << 30) enumerator
H A Dbe_sync.c790 if(level != 0 && level != ALPM_SIG_USE_DEFAULT) { in _alpm_db_register_sync()
H A Ddb.c241 if(db->siglevel & ALPM_SIG_USE_DEFAULT) { in alpm_db_get_siglevel()
H A Dhandle.c809 if(level != 0 && level != ALPM_SIG_USE_DEFAULT) { in alpm_option_set_default_siglevel()
829 if(level != 0 && level != ALPM_SIG_USE_DEFAULT) { in alpm_option_set_local_file_siglevel()
839 if(handle->localfilesiglevel & ALPM_SIG_USE_DEFAULT) { in alpm_option_get_local_file_siglevel()
853 if(level != 0 && level != ALPM_SIG_USE_DEFAULT) { in alpm_option_set_remote_file_siglevel()
863 if(handle->remotefilesiglevel & ALPM_SIG_USE_DEFAULT) { in alpm_option_get_remote_file_siglevel()
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dconf.c111 newconfig->localfilesiglevel = ALPM_SIG_USE_DEFAULT; in config_new()
112 newconfig->remotefilesiglevel = ALPM_SIG_USE_DEFAULT; in config_new()
402 level &= ~ALPM_SIG_USE_DEFAULT; in process_siglevel()
967 section->repo->siglevel = ALPM_SIG_USE_DEFAULT; in _parse_directive()
H A Dpacman-conf.c174 if(level == ALPM_SIG_USE_DEFAULT) { in show_siglevel()