Searched refs:path_list_range (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1417 struct path_list_range
1468 'struct path_list_range's. This list represents the rangelists in
1507 *combined_list = apr_array_make(pool, 0, sizeof(struct path_list_range *));
1512 struct path_list_range *plr;
1564 APR_ARRAY_PUSH(*combined_list, struct path_list_range *) = plr;
1607 struct path_list_range *plr = apr_palloc(pool, sizeof(*plr));
1615 APR_ARRAY_PUSH(*combined_list, struct path_list_range *) = plr;
1649 /* Comparator function for handle_merged_revisions(). Sorts path_list_range
1655 struct path_list_range *plr_a = *((struct path_list_range *cons
1416 struct path_list_range struct
[all...]

Completed in 47 milliseconds