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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c1022 apr_hash_t *indices_updates = apr_hash_make(pool);
1049 schedule_index_update(indices_updates, info.path, iterpool);
1073 for (hi = apr_hash_first(pool, indices_updates); hi; hi = apr_hash_next(hi))
1019 apr_hash_t *indices_updates = apr_hash_make(pool); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c1000 apr_hash_t *indices_updates = apr_hash_make(pool);
1027 schedule_index_update(indices_updates, info.path, iterpool);
1051 for (hi = apr_hash_first(pool, indices_updates); hi; hi = apr_hash_next(hi))
997 apr_hash_t *indices_updates = apr_hash_make(pool); local

Completed in 170 milliseconds