Searched refs:image_path_auto (Results 1 – 3 of 3) sorted by relevance
160 free(h->image_path_auto); in user_record_free()1370 if (!h->image_path && !h->image_path_auto) { in user_record_augment()1371 …_build_image_path(user_record_storage(h), user_record_user_name_and_realm(h), &h->image_path_auto); in user_record_augment()1720 if (h->image_path_auto) in user_record_image_path()1721 return h->image_path_auto; in user_record_image_path()
291 …char *image_path_auto; /* when none is configured explicitly, this is where we place the implicit … member
379 free_and_replace(h->image_path_auto, ip_auto); in user_record_add_binding()