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