Lines Matching refs:index
41 int index;
72 for (index = ARRAY_LENGTH - 1; index > -1 && !queue_was_closing; index--) {
73 status = napi_call_threadsafe_function(ts_fn, &ints[index],
75 if (ts_fn_info->max_queue_size == 0 && (index % 1000 == 0)) {
84 index++;
303 size_t index;
304 for (index = 0; index < ARRAY_LENGTH; index++) {
305 ints[index] = index;