Searched refs:start_iter (Results 1 – 7 of 7) sorted by relevance
49 errcode_t (*start_iter)(ext2_brel brel); member81 #define ext2fs_brel_start_iter(brel) ((brel)->start_iter((brel)))
52 errcode_t (*start_iter)(ext2_irel irel); member107 #define ext2fs_irel_start_iter(irel) ((irel)->start_iter((irel)))
90 brel->start_iter = bma_start_iter; in ext2fs_brel_memarray_create()
122 irel->start_iter = ima_start_iter; in ext2fs_irel_memarray_create()
485 static inline void start_iter(void) in start_iter() function1611 start_iter(); in main()
168 void start_iter(AVLTree &tree, key k, SearchType st = EQUAL)
12452 * wtf/AVLTree.h: (WTF::AVLTree::Iterator::start_iter):12720 (WTF::AVLTree::Iterator::start_iter): Fixed indentation