Searched refs:current_token (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c357 apr_off_t current_token[2]; /* current token per source */ member in struct:unified_output_baton_t
397 if (until <= btn->current_token[tokens])
404 APR_ARRAY_IDX(source->tokens, btn->current_token[tokens],
425 btn->current_token[tokens]++;
426 if (btn->current_token[tokens] == until)
430 if (btn->current_token[tokens] == source->tokens->nelts
547 if (output_baton->current_token[0] < new_hunk_start

Completed in 87 milliseconds