Searched refs:result_pool (Results 1 - 25 of 196) sorted by relevance

12345678

/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h151 * Allocate the result in @a result_pool.
157 apr_pool_t *result_pool);
163 * Allocate the result in @a result_pool.
169 apr_pool_t *result_pool);
174 * Allocate the result in @a result_pool.
180 apr_pool_t *result_pool);
196 * Allocate the result in @a result_pool.
203 apr_pool_t *result_pool);
215 * Allocate the result in @a result_pool.
220 svn_dirent_join_many(apr_pool_t *result_pool,
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_magic.h41 apr_pool_t *result_pool);
52 apr_pool_t *result_pool,
H A Dsvn_skel.h142 apr_pool_t *result_pool);
161 apr_pool_t *result_pool);
171 apr_pool_t *result_pool);
200 apr_pool_t *result_pool);
208 apr_pool_t *result_pool);
216 apr_pool_t *result_pool);
232 apr_pool_t *result_pool,
H A Dsvn_cache.h54 * @a data of length @a data_len into @a result_pool. It is legal and
61 apr_pool_t *result_pool);
65 * @a data of length @a data_len into @a result_pool. The extra information
74 apr_pool_t *result_pool);
82 * Allocations will be done from @a result_pool.
87 apr_pool_t *result_pool);
91 * function should allocate the serialized value in @a result_pool, set
97 apr_pool_t *result_pool);
225 * other caches. @a *cache_p will be allocated in @a result_pool.
245 apr_pool_t *result_pool);
[all...]
H A Dsvn_client_private.h72 apr_pool_t *result_pool);
82 apr_pool_t *result_pool);
92 apr_pool_t *result_pool);
97 apr_pool_t *result_pool);
104 apr_pool_t *result_pool);
109 apr_pool_t *result_pool);
114 apr_pool_t *result_pool);
200 apr_pool_t *result_pool,
223 apr_pool_t *result_pool,
242 apr_pool_t *result_pool,
[all...]
H A Dsvn_fs_private.h112 apr_pool_t *result_pool,
128 apr_pool_t *result_pool,
164 * @a result_pool will be used to allocate space for @a conflict_path.
179 apr_pool_t *result_pool,
H A Dsvn_fspath.h107 apr_pool_t *result_pool);
110 * Allocate the result in @a result_pool.
117 apr_pool_t *result_pool);
148 apr_pool_t *result_pool);
H A Dsvn_opt_private.h124 * will be allocated statically or from @a result_pool.
130 apr_pool_t *result_pool);
134 * allocated in @a result_pool with the start and end initialized to
140 apr_pool_t *result_pool);
144 * allocated in @a result_pool with the start and end kinds initialized to
150 apr_pool_t *result_pool);
H A Dsvn_subr_private.h95 apr_pool_t *result_pool);
159 apr_pool_t *result_pool);
200 apr_pool_t *result_pool);
211 apr_pool_t *result_pool);
221 apr_pool_t *result_pool);
321 apr_pool_t *result_pool);
H A Dsvn_diff_tree.h160 apr_pool_t *result_pool,
229 apr_pool_t *result_pool,
296 apr_pool_t *result_pool);
308 apr_pool_t *result_pool);
319 apr_pool_t *result_pool);
331 apr_pool_t *result_pool);
345 apr_pool_t *result_pool);
350 apr_pool_t *result_pool);
H A Dsvn_mergeinfo_private.h60 apr_pool_t *result_pool);
134 apr_pool_t *result_pool,
146 apr_pool_t *result_pool,
193 apr_pool_t *result_pool,
211 apr_pool_t *result_pool,
227 apr_pool_t *result_pool);
240 apr_pool_t *result_pool,
263 apr_pool_t *result_pool,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Durl.c49 apr_pool_t *result_pool,
59 result_pool, scratch_pool));
62 *url = svn_uri_canonicalize(path_or_url, result_pool);
44 svn_client_url_from_path2(const char **url, const char *path_or_url, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dutil.c50 apr_pool_t *result_pool)
52 svn_client__pathrev_t *loc = apr_palloc(result_pool, sizeof(*loc));
57 loc->repos_root_url = apr_pstrdup(result_pool, repos_root_url);
58 loc->repos_uuid = apr_pstrdup(result_pool, repos_uuid);
60 loc->url = apr_pstrdup(result_pool, url);
69 apr_pool_t *result_pool)
75 svn_path_url_add_component2(repos_root_url, relpath, result_pool),
76 result_pool);
84 apr_pool_t *result_pool)
86 svn_client__pathrev_t *pathrev = apr_palloc(result_pool, sizeo
46 svn_client__pathrev_create(const char *repos_root_url, const char *repos_uuid, svn_revnum_t rev, const char *url, apr_pool_t *result_pool) argument
65 svn_client__pathrev_create_with_relpath(const char *repos_root_url, const char *repos_uuid, svn_revnum_t rev, const char *relpath, apr_pool_t *result_pool) argument
80 svn_client__pathrev_create_with_session(svn_client__pathrev_t **pathrev_p, svn_ra_session_t *ra_session, svn_revnum_t rev, const char *url, apr_pool_t *result_pool) argument
100 svn_client__pathrev_dup(const svn_client__pathrev_t *pathrev, apr_pool_t *result_pool) argument
109 svn_client__pathrev_join_relpath(const svn_client__pathrev_t *pathrev, const char *relpath, apr_pool_t *result_pool) argument
120 svn_client__pathrev_relpath(const svn_client__pathrev_t *pathrev, apr_pool_t *result_pool) argument
128 svn_client__pathrev_fspath(const svn_client__pathrev_t *pathrev, apr_pool_t *result_pool) argument
173 svn_client__wc_node_get_base(svn_client__pathrev_t **base_p, const char *wc_abspath, svn_wc_context_t *wc_ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
206 svn_client__wc_node_get_origin(svn_client__pathrev_t **origin_p, const char *wc_abspath, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
237 svn_client_get_repos_root(const char **repos_root, const char **repos_uuid, const char *abspath_or_url, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
343 fetch_props_func(apr_hash_t **props, void *baton, const char *path, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
394 fetch_base_func(const char **filename, void *baton, const char *path, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
437 svn_client__get_shim_callbacks(svn_wc_context_t *wc_ctx, apr_hash_t *relpath_map, apr_pool_t *result_pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dutil.c37 apr_pool_t *result_pool)
46 result_pool));
48 *value = svn_string_create(cstring, result_pool);
56 apr_pool_t *result_pool)
60 *normal_props = apr_hash_make(result_pool);
62 for (hi = apr_hash_first(result_pool, props); hi;
69 result_pool));
34 svn_rdump__normalize_prop(const char *name, const svn_string_t **value, apr_pool_t *result_pool) argument
53 svn_rdump__normalize_props(apr_hash_t **normal_props, apr_hash_t *props, apr_pool_t *result_pool) argument
H A Dsvnrdump.h77 apr_pool_t *result_pool);
111 apr_pool_t *result_pool);
125 apr_pool_t *result_pool);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dnotify.c38 apr_pool_t *result_pool)
40 svn_repos_notify_t *notify = apr_pcalloc(result_pool, sizeof(*notify));
36 svn_repos_notify_create(svn_repos_notify_action_t action, apr_pool_t *result_pool) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dcontext.c64 apr_pool_t *result_pool,
67 svn_wc_context_t *ctx = apr_pcalloc(result_pool, sizeof(*ctx));
72 ctx->state_pool = result_pool;
77 apr_pool_cleanup_register(result_pool, ctx, close_ctx_apr,
90 apr_pool_t *result_pool)
92 svn_wc_context_t *ctx = apr_pcalloc(result_pool, sizeof(*ctx));
97 ctx->state_pool = result_pool;
101 apr_pool_cleanup_register(result_pool, ctx, close_ctx_apr,
61 svn_wc_context_create(svn_wc_context_t **wc_ctx, const svn_config_t *config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
86 svn_wc__context_create_with_db(svn_wc_context_t **wc_ctx, svn_config_t *config, svn_wc__db_t *db, apr_pool_t *result_pool) argument
H A Dworkqueue.h80 apr_pool_t *result_pool);
112 apr_pool_t *result_pool,
124 apr_pool_t *result_pool,
136 apr_pool_t *result_pool,
152 apr_pool_t *result_pool,
164 apr_pool_t *result_pool,
175 apr_pool_t *result_pool,
196 apr_pool_t *result_pool,
215 apr_pool_t *result_pool,
225 apr_pool_t *result_pool);
[all...]
H A Dtree_conflicts.h66 apr_pool_t *result_pool,
79 apr_pool_t *result_pool,
H A Dprops.h47 apr_pool_t *result_pool,
57 apr_pool_t *result_pool,
81 apr_pool_t *result_pool,
119 apr_pool_t *result_pool,
140 apr_pool_t *result_pool,
148 apr_pool_t *result_pool,
H A Dconflicts.h64 svn_wc__conflict_skel_create(apr_pool_t *result_pool);
91 apr_pool_t *result_pool,
108 apr_pool_t *result_pool,
126 apr_pool_t *result_pool,
156 apr_pool_t *result_pool,
199 apr_pool_t *result_pool,
236 apr_pool_t *result_pool,
273 apr_pool_t *result_pool,
310 apr_pool_t *result_pool,
330 apr_pool_t *result_pool,
[all...]
H A Dadm_files.h50 apr_pool_t *result_pool);
77 apr_pool_t *result_pool,
103 apr_pool_t *result_pool,
114 apr_pool_t *result_pool,
138 apr_pool_t *result_pool,
H A Dwcroot_anchor.c178 apr_pool_t *result_pool,
182 local_abspath, result_pool, scratch_pool);
191 apr_pool_t *result_pool,
219 svn_dirent_split(anchor, target, path, result_pool);
223 *anchor = apr_pstrdup(result_pool, path);
174 svn_wc__get_wcroot(const char **wcroot_abspath, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
186 svn_wc_get_actual_target2(const char **anchor, const char **target, svn_wc_context_t *wc_ctx, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c66 apr_pool_t *result_pool,
77 result_pool, scratch_pool));
89 apr_pool_t *result_pool,
101 repos_relpath, result_pool, scratch_pool));
108 *filename = apr_pstrdup(result_pool, tmp_filename);
131 apr_pool_t *result_pool,
154 result_pool));
164 found_abs_paths = apr_pcalloc(result_pool, sizeof(*found_abs_paths));
168 fpb = apr_palloc(result_pool, sizeof(*fpb));
184 result_pool, scratch_poo
62 fetch_props(apr_hash_t **props, void *baton, const char *repos_relpath, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
85 fetch_base(const char **filename, void *baton, const char *repos_relpath, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
118 svn_ra__use_commit_shim(svn_editor_t **editor, svn_ra_session_t *session, apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, svn_ra__provide_base_cb_t provide_base_cb, svn_ra__provide_props_cb_t provide_props_cb, svn_ra__get_copysrc_kind_cb_t get_copysrc_kind_cb, void *cb_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
235 revstart_func_wrapper(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t **deditor, void **dedit_baton, apr_hash_t *rev_props, apr_pool_t *result_pool) argument
[all...]
/freebsd-10.0-release/contrib/serf/auth/
H A Dauth_spnego.h48 * context will be allocated in result_pool and will be destroyed automatically
55 apr_pool_t *result_pool,
96 apr_pool_t *result_pool,

Completed in 272 milliseconds

12345678