Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
void * | arg |
enum search_flags | flags |
ao2_sort_fn * | sort_fn |
Traversal state to restart a rbtree container traversal.
Definition at line 111 of file astobj2_rbtree.c.
void* arg |
Saved comparison callback arg pointer.
Definition at line 115 of file astobj2_rbtree.c.
Referenced by rb_ao2_find_first(), and rb_ao2_find_next().
enum search_flags flags |
Saved search flags to control traversing the container.
Definition at line 117 of file astobj2_rbtree.c.
Referenced by rb_ao2_find_first(), and rb_ao2_find_next().
ao2_sort_fn* sort_fn |
Active sort function in the traversal if not NULL.
Definition at line 113 of file astobj2_rbtree.c.
Referenced by rb_ao2_find_first(), and rb_ao2_find_next().