Home
last modified time | relevance | path

Searched refs:paths_recon (Results 1 – 1 of 1) sorted by relevance

/dports/devel/rsvndump/rsvndump-0.6/src/
H A Dpath_repo.c672 apr_array_header_t *paths_recon; in path_repo_test() local
682 paths_recon = pr_tree_to_array(&tree, "", pool); in path_repo_test()
696 if (paths_recon->nelts != paths_orig->nelts) { in path_repo_test()
697 …fprintf(stderr, "r%ld: #recon = %d != %d = #orig\n", revision, paths_recon->nelts, paths_orig->nel… in path_repo_test()
700 for (i = 0; i < paths_recon->nelts; i++) { in path_repo_test()
701 char *p = APR_ARRAY_IDX(paths_recon, i, char *); in path_repo_test()
709 if (utils_search(p, paths_recon) == NULL) { in path_repo_test()