* Returns the number of oids in the set. */
| 69 | * Returns the number of oids in the set. |
| 70 | */ |
| 71 | static inline int oidset_size(const struct oidset *set) |
| 72 | { |
| 73 | return kh_size(&set->set); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Remove all entries from the oidset, freeing any resources associated with |
no outgoing calls