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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h172 'hooks_env' parameter.) If LOCAL_ABSPATH is NULL, set *HOOKS_ENV_P
200 apr_hash_t *hooks_env,
216 apr_hash_t *hooks_env,
230 apr_hash_t *hooks_env,
255 apr_hash_t *hooks_env,
282 apr_hash_t *hooks_env,
309 apr_hash_t *hooks_env,
328 apr_hash_t *hooks_env,
345 apr_hash_t *hooks_env,
363 apr_hash_t *hooks_env,
[all...]
H A Dhooks.c212 apr_hash_t *hooks_env,
243 if (hooks_env)
245 hook_env = svn_hash_gets(hooks_env, name);
247 hook_env = svn_hash_gets(hooks_env,
366 apr_hash_t *hooks_env;
378 apr_pool_t *result_pool = apr_hash_pool_get(bo->hooks_env);
381 hook_env = svn_hash_gets(bo->hooks_env, bo->section);
385 svn_hash_sets(bo->hooks_env, apr_pstrdup(result_pool, bo->section),
396 apr_hash_t *hooks_env;
407 bo.hooks_env
207 run_hook_cmd(svn_string_t **result, const char *name, const char *cmd, const char **args, apr_hash_t *hooks_env, apr_file_t *stdin_handle, apr_pool_t *pool) argument
365 apr_hash_t *hooks_env; member in struct:parse_hooks_env_option_baton
395 apr_hash_t *hooks_env; member in struct:parse_hooks_env_section_baton
458 svn_repos__hooks_start_commit(svn_repos_t *repos, apr_hash_t *hooks_env, const char *user, const apr_array_header_t *capabilities, const char *txn_name, apr_pool_t *pool) argument
545 svn_repos__hooks_pre_commit(svn_repos_t *repos, apr_hash_t *hooks_env, const char *txn_name, apr_pool_t *pool) argument
590 svn_repos__hooks_post_commit(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *txn_name, apr_pool_t *pool) argument
622 svn_repos__hooks_pre_revprop_change(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, char action, apr_pool_t *pool) argument
685 svn_repos__hooks_post_revprop_change(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *old_value, char action, apr_pool_t *pool) argument
736 svn_repos__hooks_pre_lock(svn_repos_t *repos, apr_hash_t *hooks_env, const char **token, const char *path, const char *username, const char *comment, svn_boolean_t steal_lock, apr_pool_t *pool) argument
782 svn_repos__hooks_post_lock(svn_repos_t *repos, apr_hash_t *hooks_env, const apr_array_header_t *paths, const char *username, apr_pool_t *pool) argument
822 svn_repos__hooks_pre_unlock(svn_repos_t *repos, apr_hash_t *hooks_env, const char *path, const char *username, const char *token, svn_boolean_t break_lock, apr_pool_t *pool) argument
858 svn_repos__hooks_post_unlock(svn_repos_t *repos, apr_hash_t *hooks_env, const apr_array_header_t *paths, const char *username, apr_pool_t *pool) argument
[all...]
H A Dfs-wrap.c60 apr_hash_t *hooks_env;
67 SVN_ERR(svn_repos__parse_hooks_env(&hooks_env, repos->hooks_env_path,
72 SVN_ERR(svn_repos__hooks_pre_commit(repos, hooks_env, txn_name, pool));
116 if ((err2 = svn_repos__hooks_post_commit(repos, hooks_env,
143 apr_hash_t *hooks_env;
148 SVN_ERR(svn_repos__parse_hooks_env(&hooks_env, repos->hooks_env_path,
168 err = svn_repos__hooks_start_commit(repos, hooks_env,
403 apr_hash_t *hooks_env;
433 SVN_ERR(svn_repos__parse_hooks_env(&hooks_env, repos->hooks_env_path,
438 SVN_ERR(svn_repos__hooks_pre_revprop_change(repos, hooks_env, re
59 apr_hash_t *hooks_env; local
141 apr_hash_t *hooks_env; local
400 apr_hash_t *hooks_env; local
594 apr_hash_t *hooks_env; local
753 apr_hash_t *hooks_env; local
[all...]
H A Dcommit.c1293 apr_hash_t *hooks_env;
1296 SVN_ERR(svn_repos__parse_hooks_env(&hooks_env, eb->repos->hooks_env_path,
1301 SVN_ERR(svn_repos__hooks_pre_commit(eb->repos, hooks_env,
1318 err = svn_repos__hooks_post_commit(eb->repos, hooks_env, revision,
1408 apr_hash_t *hooks_env;
1411 SVN_ERR(svn_repos__parse_hooks_env(&hooks_env, repos->hooks_env_path,
1436 SVN_ERR(svn_repos__hooks_start_commit(repos, hooks_env,
1289 apr_hash_t *hooks_env; local
1404 apr_hash_t *hooks_env; local
H A Dload-fs-vtable.c1019 apr_hash_t *hooks_env;
1095 SVN_ERR(svn_repos__parse_hooks_env(&hooks_env, pb->repos->hooks_env_path,
1109 err = svn_repos__hooks_pre_commit(pb->repos, hooks_env,
1142 if ((err = svn_repos__hooks_post_commit(pb->repos, hooks_env,
1017 apr_hash_t *hooks_env; local
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h61 const char *hooks_env; /* Path to the hooks environment file or NULL */
60 const char *hooks_env; /* Path to the hooks environment file or NULL */ member in struct:repository_t
H A Dserve.c3896 const char *path, *full_path, *fs_path, *hooks_env, *canonical_path;
4020 svn_config_get(cfg, &hooks_env, SVN_CONFIG_SECTION_GENERAL,
4022 if (hooks_env)
4023 hooks_env = svn_dirent_internal_style(hooks_env, scratch_pool);
4025 SVN_ERR(svn_repos_hooks_setenv(repository->repos, hooks_env, scratch_pool));
4026 repository->hooks_env = apr_pstrdup(result_pool, hooks_env);
3895 const char *path, *full_path, *fs_path, *hooks_env, *canonical_path; local

Completed in 124 milliseconds