Home
last modified time | relevance | path

Searched defs:collection_iterator (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ding-libs/ding-libs-0.6.1/collection/
H A Dcollection_priv.h55 struct collection_iterator { struct
56 struct collection_item *top;
57 struct collection_item **stack;
58 unsigned stack_size;
59 unsigned stack_depth;
60 unsigned item_level;
61 int flags;
62 struct collection_item *end_item;
63 struct collection_item *pin;
64 unsigned pin_level;
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/common/
H A Ddatastructure.c191 collection_iterator(collection_t collection) in collection_iterator() function