Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
rbtree_traversal_state Struct Reference

Data Fields

void * arg
 
enum search_flags flags
 
ao2_sort_fnsort_fn
 

Detailed Description

Traversal state to restart a rbtree container traversal.

Definition at line 111 of file astobj2_rbtree.c.

Field Documentation

◆ arg

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().

◆ flags

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().

◆ sort_fn

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().


The documentation for this struct was generated from the following file: