an iterator for traversing the buckets More...
#include <hashtab.h>

Data Fields | |
| struct ast_hashtab_bucket * | next |
| struct ast_hashtab * | tab |
an iterator for traversing the buckets
| struct ast_hashtab_bucket* next |
Definition at line 105 of file hashtab.h.
Referenced by ast_hashtab_start_traversal(), ast_hashtab_start_write_traversal(), and ast_hashtab_next().
| struct ast_hashtab* tab |
Definition at line 104 of file hashtab.h.
Referenced by ast_hashtab_start_traversal(), ast_hashtab_start_write_traversal(), and ast_hashtab_end_traversal().