Definition at line 113 of file table.c.
116{
117 int i;
118#ifndef NDEBUG
119 unsigned stamp;
120#endif
122 assert(table);
123 assert(apply);
124#ifndef NDEBUG
126#endif
127 for (i = 0; i < table->
size; i++)
129 {
130 apply(
p->key, &
p->value, cl);
132 }
133}
struct T::binding ** buckets
References T::buckets, p, T::size, T, and T::timestamp.