Lines Matching refs:elements
84 DEFINE_STACK_OF() creates set of functions for a stack of B<I<TYPE>> elements.
103 B<sk_I<TYPE>_num>() returns the number of elements in I<sk> or -1 if I<sk> is
123 additional memory allocated to hold I<n> elements if I<n> is positive.
136 elements of I<sk>. After this call I<sk> is no longer valid.
138 B<sk_I<TYPE>_zero>() sets the number of elements in I<sk> to zero. It does not
141 B<sk_I<TYPE>_pop_free>() frees up all elements of I<sk> and I<sk> itself. The
151 existing elements at or after I<idx> are moved downwards. If I<idx> is out
153 returns the number of elements in I<sk> after the new element is inserted or
181 the order of elements in I<sk> can change.
191 sets the I<*pnum> to number of matching elements in the stack. In case
249 B<sk_I<TYPE>_num>() returns the number of elements in the stack or B<-1> if the
272 the total number of elements in the stack and 0 if an error occurred.