| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| void * | arg | 
| int | bucket_last | 
| int | bucket_start | 
| unsigned int | descending:1 | 
| enum search_flags | flags | 
| ao2_sort_fn * | sort_fn | 
Traversal state to restart a hash container traversal.
Definition at line 79 of file astobj2_hash.c.
| void* arg | 
Saved comparison callback arg pointer.
Definition at line 83 of file astobj2_hash.c.
| int bucket_last | 
Stopping hash bucket
Definition at line 87 of file astobj2_hash.c.
| int bucket_start | 
Starting hash bucket
Definition at line 85 of file astobj2_hash.c.
| unsigned int descending | 
TRUE if it is a descending search
Definition at line 91 of file astobj2_hash.c.
| enum search_flags flags | 
Saved search flags to control traversing the container.
Definition at line 89 of file astobj2_hash.c.
| ao2_sort_fn* sort_fn | 
Active sort function in the traversal if not NULL.
Definition at line 81 of file astobj2_hash.c.