Searched refs:s_cur_index (Results 1 – 2 of 2) sorted by relevance
41 str->s_type.LA.s_cur_index = MIN(0, str->s_type.LA.s_array_size - 1); in stream_array_prime()42 if (str->s_type.LA.s_cur_index >= 0) in stream_array_prime()44 str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_prime()61 ASSERT(str->s_type.LA.s_cur_index < str->s_type.LA.s_array_size); in stream_array_fetch()63 if (++str->s_type.LA.s_cur_index == str->s_type.LA.s_array_size - 1) in stream_array_fetch()66 copy_line_rec(str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_fetch()111 if (str->s_type.LA.s_cur_index + 1 >= str->s_type.LA.s_array_size) { in stream_array_eos()
140 ssize_t s_cur_index; member