|
static void | on_element_open (void *data, const char *name, const char **attr) |
|
static void | on_element_close (void *data, const char *name) |
|
static void | on_text (void *data, const XML_Char *text, int len) |
|
static struct tree_node * | new_node (struct tree_node *parent) |
|
static void | free_node (struct tree_node *node) |
|
static void | free_xbeltree (struct tree_node *node) |
|
static struct tree_node * | get_child (struct tree_node *node, const char *name) |
|
static char * | get_attribute_value (struct tree_node *node, const char *name) |
|
static void | read_bookmarks_xbel (FILE *f) |
|
static const char * | filename_bookmarks_xbel (int writing) |
|
static int | xbeltree_to_bookmarks_list (const struct read_bookmarks_xbel *preload, struct tree_node *root, struct bookmark *current_parent) |
|
static void | write_bookmarks_list (struct secure_save_info *ssi, struct bookmark list *bookmarks_list, int n, int folder_state) |
|
static void | write_bookmarks_xbel (struct secure_save_info *ssi, struct bookmark list *bookmarks_list) |
|
static void | write_bookmarks_xbel (struct secure_save_info *ssi, struct bookmarks list *bookmarks_list) |
|
static void | indentation (struct secure_save_info *ssi, int num) |
|
static void | print_xml_entities (struct secure_save_info *ssi, const char *str) |
|
static char * | delete_whites (const char *s) |
|