|
static void | lock_cache_entry (struct listbox_item *item) |
static void | unlock_cache_entry (struct listbox_item *item) |
static int | is_cache_entry_used (struct listbox_item *item) |
static char * | get_cache_entry_text (struct listbox_item *item, struct terminal *term) |
static char * | get_cache_entry_info (struct listbox_item *item, struct terminal *term) |
static struct uri * | get_cache_entry_uri (struct listbox_item *item) |
static struct listbox_item * | get_cache_entry_root (struct listbox_item *item) |
static int | can_delete_cache_entry (struct listbox_item *item) |
static void | delete_cache_entry_item (struct listbox_item *item, int last) |
static enum listbox_match | match_cache_entry (struct listbox_item *item, struct terminal *term, char *text) |
static enum listbox_match | match_cache_entry_contents (struct listbox_item *item, struct terminal *term, char *text) |
static widget_handler_status_T | push_cache_hierbox_search_button (struct dialog_data *dlg_data, struct widget_data *button) |
static widget_handler_status_T | push_cache_hierbox_search_contents_button (struct dialog_data *dlg_data, struct widget_data *button) |
static widget_handler_status_T | push_invalidate_button (struct dialog_data *dlg_data, struct widget_data *button) |
| struct_hierbox_browser (cache_browser, N_("Cache manager"), cache_buttons, &cache_entry_listbox_ops) |
void | cache_manager (struct session *ses) |