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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c2515 apr_array_header_t *most_recent_moves = NULL;
2576 if (most_recent_moves == NULL)
2577 most_recent_moves =
2584 APR_ARRAY_PUSH(most_recent_moves,
2590 if (most_recent_moves)
2594 if (most_recent_moves && most_recent_moves->nelts > 0)
2601 for (i = 0; i < most_recent_moves->nelts; i++)
2607 move = APR_ARRAY_IDX(most_recent_moves, i, struct repos_move_info *);
2513 apr_array_header_t *most_recent_moves = NULL; local

Completed in 160 milliseconds