Home
last modified time | relevance | path

Searched refs:PROFILE_FILE_DIRTY (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_set.c46 if (file->data->flags & PROFILE_FILE_DIRTY) { in rw_setup()
123 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation()
175 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_clear_relation()
229 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_rename_section()
298 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_add_relation()
H A Dprof_file.c281 data->flags = PROFILE_FILE_NO_RELOAD | PROFILE_FILE_DIRTY; in profile_open_memory()
309 if (data->flags & PROFILE_FILE_DIRTY) in profile_update_file_data_locked()
509 if ((data->flags & PROFILE_FILE_DIRTY) == 0) { in profile_flush_file_data()
515 data->flags &= ~PROFILE_FILE_DIRTY; in profile_flush_file_data()
H A Dprof_int.h77 #define PROFILE_FILE_DIRTY 0x0002 macro
H A Dprof_init.c419 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); in profile_is_modified()