Lines Matching defs:group
40 #define GRP_RESIZE 0x1 /* Resize group capacity if needed */
41 #define GRP_NORESIZE 0x2 /* Do not resize group capacity; may fail */
44 * group structure
46 typedef struct group {
48 uint_t grp_capacity; /* current group capacity */
56 * Return the number of elements in the group
61 * Access the element at the specified group index
72 * Expand a group's holding capacity
83 * Add / remove an element (or elements) from the group
91 * The group must already have sufficient capacity to hold
98 * Search for an element in a group.
105 * Convert a group to a string with list of integers.
110 * The convert argument is used to map group elements to integer IDs.