Home | History | Annotate | Download | only in sctp

Lines Matching refs:num_elems

90 // All 'num_elems' of them.
91 std::string ListArray(const uint16* array, int num_elems) {
93 for (int i = 0; i < num_elems; ++i) {