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

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c88 apr_hash_t *collect_revprops;
249 log_ctx->collect_revprops = apr_hash_make(state_pool);
291 log_entry->revprops = log_ctx->collect_revprops;
324 log_ctx->collect_revprops = NULL;
335 SVN_ERR(collect_revprop(log_ctx->collect_revprops,
345 SVN_ERR(collect_revprop(log_ctx->collect_revprops,
355 SVN_ERR(collect_revprop(log_ctx->collect_revprops,
363 apr_pool_t *result_pool = apr_hash_pool_get(log_ctx->collect_revprops);
366 log_ctx->collect_revprops,
86 apr_hash_t *collect_revprops; member in struct:log_context_t

Completed in 111 milliseconds