HomeSort by relevance Sort by last modified time
    Searched refs:rb_augment_f (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
rbtree.h 164 typedef void (*rb_augment_f)(struct rb_node *node, void *data); typedef
167 rb_augment_f func, void *data);
170 rb_augment_f func, void *data);
rbtree.c 283 static void ext2fs_rb_augment_path(struct rb_node *node, rb_augment_f func, void *data)
306 void ext2fs_rb_augment_insert(struct rb_node *node, rb_augment_f func, void *data)
345 void ext2fs_rb_augment_erase_end(struct rb_node *node, rb_augment_f func, void *data)

Completed in 197 milliseconds