Searched refs:eb (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/sbin/hastd/
H A Debuf.c66 static int ebuf_head_extend(struct ebuf *eb, size_t size);
67 static int ebuf_tail_extend(struct ebuf *eb, size_t size);
72 struct ebuf *eb; local
75 eb = malloc(sizeof(*eb));
76 if (eb == NULL)
79 eb->eb_start = malloc(size);
80 if (eb->eb_start == NULL) {
82 free(eb);
86 eb
99 ebuf_free(struct ebuf *eb) argument
111 ebuf_add_head(struct ebuf *eb, const void *data, size_t size) argument
138 ebuf_add_tail(struct ebuf *eb, const void *data, size_t size) argument
165 ebuf_del_head(struct ebuf *eb, size_t size) argument
176 ebuf_del_tail(struct ebuf *eb, size_t size) argument
189 ebuf_data(struct ebuf *eb, size_t *sizep) argument
203 ebuf_size(struct ebuf *eb) argument
215 ebuf_head_extend(struct ebuf *eb, size_t size) argument
243 ebuf_tail_extend(struct ebuf *eb, size_t size) argument
[all...]
H A Debuf.h42 void ebuf_free(struct ebuf *eb);
44 int ebuf_add_head(struct ebuf *eb, const void *data, size_t size);
45 int ebuf_add_tail(struct ebuf *eb, const void *data, size_t size);
47 void ebuf_del_head(struct ebuf *eb, size_t size);
48 void ebuf_del_tail(struct ebuf *eb, size_t size);
50 void *ebuf_data(struct ebuf *eb, size_t *sizep);
51 size_t ebuf_size(struct ebuf *eb);
H A Dhast_proto.c88 struct ebuf *eb; local
113 eb = nv_hton(nv);
114 if (eb == NULL)
118 hdr.size = htole32((uint32_t)ebuf_size(eb));
119 if (ebuf_add_head(eb, &hdr, sizeof(hdr)) == -1)
122 hptr = ebuf_data(eb, &hsize);
140 struct ebuf *eb; local
143 eb = NULL;
156 eb = ebuf_alloc(hdr.size);
157 if (eb
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcancel.c52 struct edit_baton *eb = edit_baton; local
54 SVN_ERR(eb->cancel_func(eb->cancel_baton));
56 return eb->wrapped_editor->set_target_revision(eb->wrapped_edit_baton,
67 struct edit_baton *eb = edit_baton; local
70 SVN_ERR(eb->cancel_func(eb->cancel_baton));
72 SVN_ERR(eb->wrapped_editor->open_root(eb
91 struct edit_baton *eb = pb->edit_baton; local
110 struct edit_baton *eb = pb->edit_baton; local
136 struct edit_baton *eb = pb->edit_baton; local
162 struct edit_baton *eb = pb->edit_baton; local
188 struct edit_baton *eb = pb->edit_baton; local
213 struct edit_baton *eb = fb->edit_baton; local
233 struct edit_baton *eb = fb->edit_baton; local
250 struct edit_baton *eb = fb->edit_baton; local
264 struct edit_baton *eb = fb->edit_baton; local
277 struct edit_baton *eb = db->edit_baton; local
290 struct edit_baton *eb = db->edit_baton; local
305 struct edit_baton *eb = fb->edit_baton; local
320 struct edit_baton *eb = db->edit_baton; local
334 struct edit_baton *eb = edit_baton; local
345 struct edit_baton *eb = edit_baton; local
364 struct edit_baton *eb = apr_palloc(pool, sizeof(*eb)); local
[all...]
H A Ddebug_editor.c52 write_indent(struct edit_baton *eb, apr_pool_t *pool) argument
56 SVN_ERR(svn_stream_puts(eb->out, eb->prefix));
57 for (i = 0; i < eb->indent_level; ++i)
58 SVN_ERR(svn_stream_puts(eb->out, " "));
68 struct edit_baton *eb = edit_baton; local
70 SVN_ERR(write_indent(eb, pool));
71 SVN_ERR(svn_stream_printf(eb->out, pool, "set_target_revision : %ld\n",
74 if (eb->wrapped_editor)
75 SVN_ERR(eb
87 struct edit_baton *eb = edit_baton; local
115 struct edit_baton *eb = pb->edit_baton; local
138 struct edit_baton *eb = pb->edit_baton; local
169 struct edit_baton *eb = pb->edit_baton; local
199 struct edit_baton *eb = pb->edit_baton; local
231 struct edit_baton *eb = pb->edit_baton; local
261 struct edit_baton *eb = fb->edit_baton; local
286 struct edit_baton *eb = fb->edit_baton; local
309 struct edit_baton *eb = fb->edit_baton; local
330 struct edit_baton *eb = fb->edit_baton; local
347 struct edit_baton *eb = db->edit_baton; local
366 struct edit_baton *eb = db->edit_baton; local
386 struct edit_baton *eb = fb->edit_baton; local
408 struct edit_baton *eb = db->edit_baton; local
427 struct edit_baton *eb = edit_baton; local
442 struct edit_baton *eb = edit_baton; local
462 struct edit_baton *eb = apr_palloc(pool, sizeof(*eb)); local
[all...]
H A Ddepth_filter_editor.c90 okay_to_edit(struct edit_baton *eb,
116 effective_depth = pb->dir_depth - (eb->has_target ? 1 : 0);
117 switch (eb->requested_depth)
144 struct edit_baton *eb = edit_baton;
147 return eb->wrapped_editor->set_target_revision(eb->wrapped_edit_baton,
157 struct edit_baton *eb = edit_baton;
162 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton, base_revision,
176 struct edit_baton *eb
89 okay_to_edit(struct edit_baton *eb, struct node_baton *pb, svn_node_kind_t kind) argument
142 struct edit_baton *eb = edit_baton; local
155 struct edit_baton *eb = edit_baton; local
174 struct edit_baton *eb = pb->edit_baton; local
200 struct edit_baton *eb = pb->edit_baton; local
229 struct edit_baton *eb = pb->edit_baton; local
258 struct edit_baton *eb = pb->edit_baton; local
286 struct edit_baton *eb = pb->edit_baton; local
314 struct edit_baton *eb = fb->edit_baton; local
337 struct edit_baton *eb = fb->edit_baton; local
353 struct edit_baton *eb = pb->edit_baton; local
367 struct edit_baton *eb = db->edit_baton; local
382 struct edit_baton *eb = pb->edit_baton; local
399 struct edit_baton *eb = fb->edit_baton; local
416 struct edit_baton *eb = db->edit_baton; local
430 struct edit_baton *eb = edit_baton; local
444 struct edit_baton *eb; local
[all...]
H A Dcompat.c148 struct ev2_edit_baton *eb;
158 struct ev2_edit_baton *eb;
209 locate_change(struct ev2_edit_baton *eb,
212 struct change_node *change = svn_hash_gets(eb->changes, relpath);
218 relpath = apr_pstrdup(eb->edit_pool, relpath);
219 APR_ARRAY_PUSH(eb->path_order, const char *) = relpath;
222 change = apr_pcalloc(eb->edit_pool, sizeof(*change));
227 svn_hash_sets(eb->changes, relpath, change);
234 apply_propedit(struct ev2_edit_baton *eb,
242 struct change_node *change = locate_change(eb, relpat
147 struct ev2_edit_baton *eb; member in struct:ev2_dir_baton
157 struct ev2_edit_baton *eb; member in struct:ev2_file_baton
208 locate_change(struct ev2_edit_baton *eb, const char *relpath) argument
233 apply_propedit(struct ev2_edit_baton *eb, const char *relpath, svn_node_kind_t kind, svn_revnum_t base_revision, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
289 get_children(struct ev2_edit_baton *eb, const char *path, apr_pool_t *pool) argument
319 process_actions(struct ev2_edit_baton *eb, const char *repos_relpath, const struct change_node *change, apr_pool_t *scratch_pool) argument
463 run_ev2_actions(struct ev2_edit_baton *eb, apr_pool_t *scratch_pool) argument
491 map_to_repos_relpath(struct ev2_edit_baton *eb, const char *path_or_url, apr_pool_t *result_pool) argument
514 struct ev2_edit_baton *eb = edit_baton; local
530 struct ev2_edit_baton *eb = edit_baton; local
925 struct ev2_edit_baton *eb = edit_baton; local
936 struct ev2_edit_baton *eb = edit_baton; local
1000 struct ev2_edit_baton *eb = apr_pcalloc(pool, sizeof(*eb)); local
1098 struct editor_baton *eb = baton; local
1119 struct editor_baton *eb = baton; local
1180 struct editor_baton *eb = baton; local
1199 struct editor_baton *eb = baton; local
1225 struct editor_baton *eb = baton; local
1289 struct editor_baton *eb = baton; local
1308 struct editor_baton *eb = baton; local
1338 struct editor_baton *eb = baton; local
1504 drive_ev1_props(const struct editor_baton *eb, const char *repos_relpath, const struct change_node *change, void *node_baton, apr_pool_t *scratch_pool) argument
1589 const struct editor_baton *eb = callback_baton; local
1731 drive_changes(const struct editor_baton *eb, apr_pool_t *scratch_pool) argument
1765 struct editor_baton *eb = baton; local
1788 struct editor_baton *eb = baton; local
1815 struct editor_baton *eb = baton; local
1833 struct editor_baton *eb = baton; local
1846 struct editor_baton *eb = baton; local
1919 struct editor_baton *eb = apr_pcalloc(result_pool, sizeof(*eb)); local
[all...]
H A Dbranch_migrate.c57 /*struct edit_baton *eb = edit_baton;*/
59 /*SVN_ERR(eb->wrapped_editor->set_target_revision(eb->wrapped_edit_baton,
71 struct edit_baton *eb = edit_baton; local
74 /*SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
79 dir_baton->edit_baton = eb;
93 struct edit_baton *eb = pb->edit_baton;*/
95 /*SVN_ERR(eb->wrapped_editor->delete_entry(path,
111 struct edit_baton *eb local
135 struct edit_baton *eb = pb->edit_baton; local
159 struct edit_baton *eb = pb->edit_baton; local
183 struct edit_baton *eb = pb->edit_baton; local
355 struct edit_baton *eb = apr_palloc(result_pool, sizeof(*eb)); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c105 ensure_state(struct diff_baton *eb,
112 if (!eb->cur)
116 relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, local_abspath);
124 SVN_ERR(ensure_state(eb,
129 else if (svn_dirent_is_child(eb->cur->local_abspath, local_abspath, NULL))
130 SVN_ERR(ensure_state(eb, svn_dirent_dirname(local_abspath, scratch_pool),
136 if (eb->cur && eb->cur->skip_children)
139 ns_pool = svn_pool_create(eb->cur ? eb
104 ensure_state(struct diff_baton *eb, const char *local_abspath, svn_boolean_t recursive_skip, apr_pool_t *scratch_pool) argument
196 struct diff_baton *eb = baton; local
448 struct diff_baton eb = { 0 }; local
[all...]
H A Dexternals.c521 struct edit_baton *eb = edit_baton;
523 *eb->target_revision = target_revision;
548 struct edit_baton *eb = parent_baton;
549 if (strcmp(path, eb->name))
552 svn_dirent_local_style(eb->local_abspath,
555 *file_baton = eb;
556 eb->original_revision = SVN_INVALID_REVNUM;
557 eb->added = TRUE;
570 struct edit_baton *eb = parent_baton;
572 if (strcmp(path, eb
519 struct edit_baton *eb = edit_baton; local
546 struct edit_baton *eb = parent_baton; local
568 struct edit_baton *eb = parent_baton; local
602 struct edit_baton *eb = file_baton; local
661 struct edit_baton *eb = file_baton; local
677 struct edit_baton *eb = file_baton; local
1015 struct edit_baton *eb = edit_baton; local
1081 struct edit_baton *eb = apr_pcalloc(edit_pool, sizeof(*eb)); local
[all...]
H A Dupdate_editor.c278 remember_skipped_tree(struct edit_baton *eb,
284 svn_hash_sets(eb->skipped_trees,
285 apr_pstrdup(eb->pool,
286 svn_dirent_skip_ancestor(eb->wcroot_abspath,
479 struct edit_baton *eb = edit_baton;
481 apr_pool_t *pool = apr_pool_parent_get(eb->pool);
483 err = svn_wc__wq_run(eb->db, eb->wcroot_abspath,
501 struct edit_baton *eb,
509 if (eb
275 remember_skipped_tree(struct edit_baton *eb, const char *local_abspath, apr_pool_t *scratch_pool) argument
476 struct edit_baton *eb = edit_baton; local
495 calculate_repos_relpath(const char **new_repos_relpath, const char *local_abspath, const char *old_repos_relpath, struct edit_baton *eb, struct dir_baton *pb, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
568 make_dir_baton(struct dir_baton **d_p, const char *path, struct edit_baton *eb, struct dir_baton *pb, svn_boolean_t adding, apr_pool_t *scratch_pool) argument
642 do_notification(const struct edit_baton *eb, const char *local_abspath, svn_node_kind_t kind, svn_wc_notify_action_t action, apr_pool_t *scratch_pool) argument
820 complete_conflict(svn_skel_t *conflict, const struct edit_baton *eb, const char *local_abspath, const char *old_repos_relpath, svn_revnum_t old_revision, const char *new_repos_relpath, svn_node_kind_t local_kind, svn_node_kind_t target_kind, const svn_skel_t *delete_conflict, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1146 struct edit_baton *eb = edit_baton; local
1159 struct edit_baton *eb = edit_baton; local
1338 check_tree_conflict(svn_skel_t **pconflict, struct edit_baton *eb, const char *local_abspath, svn_wc__db_status_t working_status, svn_boolean_t exists_in_repos, svn_node_kind_t expected_kind, svn_wc_conflict_action_t action, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1611 struct edit_baton *eb = pb->edit_baton; local
1856 struct edit_baton *eb = pb->edit_baton; local
2240 struct edit_baton *eb = pb->edit_baton; local
2423 struct edit_baton *eb = db->edit_baton; local
2882 struct edit_baton *eb = pb->edit_baton; local
3086 struct edit_baton *eb = pb->edit_baton; local
3435 struct edit_baton *eb = pb->edit_baton; local
3620 struct edit_baton *eb = fb->edit_baton; local
3761 struct edit_baton *eb = fb->edit_baton; local
3997 struct edit_baton *eb = fb->edit_baton; local
4198 struct edit_baton *eb = fb->edit_baton; local
4669 struct edit_baton *eb = baton; local
4735 struct edit_baton *eb = edit_baton; local
4903 struct edit_baton *eb; local
[all...]
H A Dambient_depth_filter_editor.c162 struct edit_baton *eb,
183 d->abspath = svn_dirent_join(eb->anchor_abspath, path, pool);
185 d->abspath = apr_pstrdup(pool, eb->anchor_abspath);
200 eb->db, d->abspath, pool));
234 d->edit_baton = eb;
252 struct edit_baton *eb = pb->edit_baton;
266 abspath = svn_dirent_join(eb->anchor_abspath, path, pool);
271 eb->db, abspath, pool));
323 struct edit_baton *eb = edit_baton;
326 return eb
159 make_dir_baton(struct dir_baton **d_p, const char *path, struct edit_baton *eb, struct dir_baton *pb, svn_boolean_t added, apr_pool_t *pool) argument
251 struct edit_baton *eb = pb->edit_baton; local
321 struct edit_baton *eb = edit_baton; local
335 struct edit_baton *eb = edit_baton; local
377 struct edit_baton *eb = pb->edit_baton; local
417 struct edit_baton *eb = pb->edit_baton; local
462 struct edit_baton *eb = pb->edit_baton; local
508 struct edit_baton *eb = pb->edit_baton; local
531 struct edit_baton *eb = pb->edit_baton; local
553 struct edit_baton *eb = fb->edit_baton; local
575 struct edit_baton *eb = fb->edit_baton; local
591 struct edit_baton *eb = pb->edit_baton; local
605 struct edit_baton *eb = db->edit_baton; local
620 struct edit_baton *eb = pb->edit_baton; local
637 struct edit_baton *eb = fb->edit_baton; local
654 struct edit_baton *eb = db->edit_baton; local
668 struct edit_baton *eb = edit_baton; local
683 struct edit_baton *eb; local
[all...]
H A Ddiff_editor.c183 struct edit_baton_t *eb;
230 struct edit_baton_t *eb;
258 struct edit_baton_t *eb;
262 eb = apr_pcalloc(pool, sizeof(*eb));
263 eb->db = db;
264 eb->anchor_abspath = apr_pstrdup(pool, anchor_abspath);
265 eb->target = apr_pstrdup(pool, target);
266 eb->processor = diff_processor;
267 eb
182 struct edit_baton_t *eb; member in struct:dir_baton_t
229 struct edit_baton_t *eb; member in struct:file_baton_t
257 struct edit_baton_t *eb; local
287 make_dir_baton(const char *path, struct dir_baton_t *parent_baton, struct edit_baton_t *eb, svn_boolean_t added, svn_depth_t depth, apr_pool_t *result_pool) argument
335 struct edit_baton_t *eb = parent_baton->eb; local
575 walk_local_nodes_diff(struct edit_baton_t *eb, const char *local_abspath, const char *path, svn_depth_t depth, apr_hash_t *compared, void *parent_baton, apr_pool_t *scratch_pool) argument
1281 struct edit_baton_t *eb = pb->eb; local
1560 struct edit_baton_t *eb = edit_baton; local
1573 struct edit_baton_t *eb = edit_baton; local
1628 struct edit_baton_t *eb = pb->eb; local
1687 struct edit_baton_t *eb = pb->eb; local
1788 struct edit_baton_t *eb = db->eb; local
1931 struct edit_baton_t *eb = pb->eb; local
1991 struct edit_baton_t *eb = pb->eb; local
2071 struct edit_baton_t *eb = fb->eb; local
2156 struct edit_baton_t *eb = fb->eb; local
2357 struct edit_baton_t *eb = edit_baton; local
2395 struct edit_baton_t *eb; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c180 check_out_of_date(struct edit_baton *eb,
192 if (base_rev > svn_fs_txn_base_revision(eb->txn))
308 struct edit_baton *eb = pb->edit_baton;
318 full_path = svn_fspath__join(eb->base_path, canonicalized_path, pool);
336 SVN_ERR(check_authz(eb, full_path, eb->txn_root,
338 SVN_ERR(check_authz(eb, pb->path, eb->txn_root,
345 SVN_ERR(svn_fs_check_path(&kind, eb->txn_root, full_path, subpool));
352 fs_path = svn_cstring_skip_prefix(copy_path, eb
179 check_out_of_date(struct edit_baton *eb, const char *path, svn_node_kind_t kind, svn_revnum_t base_rev, svn_revnum_t created_rev) argument
306 struct edit_baton *eb = pb->edit_baton; local
421 struct edit_baton *eb = edit_baton; local
478 struct edit_baton *eb = parent->edit_baton; local
541 struct edit_baton *eb = pb->edit_baton; local
572 struct edit_baton *eb = fb->edit_baton; local
614 struct edit_baton *eb = pb->edit_baton; local
658 struct edit_baton *eb = fb->edit_baton; local
708 struct edit_baton *eb = db->edit_baton; local
803 struct edit_baton *eb = edit_baton; local
890 struct edit_baton *eb = edit_baton; local
912 struct edit_baton *eb = baton; local
939 struct edit_baton *eb = baton; local
960 struct edit_baton *eb = baton; local
1011 struct edit_baton *eb; local
1120 struct ev2_baton *eb = baton; local
1138 struct ev2_baton *eb = baton; local
1155 struct ev2_baton *eb = baton; local
1171 struct ev2_baton *eb = baton; local
1187 struct ev2_baton *eb = baton; local
1205 struct ev2_baton *eb = baton; local
1222 struct ev2_baton *eb = baton; local
1237 struct ev2_baton *eb = baton; local
1253 struct ev2_baton *eb = baton; local
1270 struct ev2_baton *eb = baton; local
1283 struct ev2_baton *eb = baton; local
1344 struct ev2_baton *eb = baton; local
1402 struct ev2_baton *eb; local
[all...]
H A Ddump.c754 struct edit_baton *eb = edit_baton;
763 full_path = svn_relpath_join(eb->path, path, pool);
765 full_path = apr_pstrdup(pool, eb->path);
775 new_db->edit_baton = eb;
805 node_must_exist(struct edit_baton *eb,
814 if (eb->path_tracker == NULL)
819 if (revision == eb->path_tracker->revision)
820 tracker_lookup(&path, &revision, eb->path_tracker, path, scratch_pool);
824 SVN_ERR(fetch_kind_func(&kind, eb, path, revision, scratch_pool));
849 node_must_not_exist(struct edit_baton *eb,
750 struct edit_baton *eb = edit_baton; local
801 node_must_exist(struct edit_baton *eb, const char *path, svn_revnum_t revision, svn_node_kind_t expected_kind, apr_pool_t *scratch_pool) argument
845 node_must_not_exist(struct edit_baton *eb, const char *path, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
1119 dump_node(struct edit_baton *eb, const char *path, svn_node_kind_t kind, enum svn_node_action action, svn_boolean_t is_copy, const char *cmp_path, svn_revnum_t cmp_rev, apr_pool_t *pool) argument
1583 struct edit_baton *eb = pb->edit_baton; local
1632 struct edit_baton *eb = pb->edit_baton; local
1657 struct edit_baton *eb = db->edit_baton; local
1697 struct edit_baton *eb = pb->edit_baton; local
1740 struct edit_baton *eb = pb->edit_baton; local
1769 struct edit_baton *eb = db->edit_baton; local
1797 struct edit_baton *eb = baton; local
1826 struct edit_baton *eb = baton; local
1847 struct edit_baton *eb = baton; local
1901 struct edit_baton *eb = apr_pcalloc(pool, sizeof(*eb)); local
2319 struct edit_baton *const eb = db->edit_baton; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dwc_editor.c99 struct edit_baton_t *eb; member in struct:dir_baton_t
132 struct edit_baton_t *eb,
136 SVN_ERR(svn_wc_add_from_disk3(eb->wc_ctx, abspath,
139 eb->notify_func, eb->notify_baton,
153 struct edit_baton_t *eb,
159 db->eb = eb;
162 eb->anchor_abspath, path, dir_pool));
170 release_write_lock(struct edit_baton_t *eb, argument
131 mkdir(const char *abspath, struct edit_baton_t *eb, apr_pool_t *scratch_pool) argument
150 dir_open_or_add(struct dir_baton_t **child_dir_baton, const char *path, struct dir_baton_t *pb, struct edit_baton_t *eb, apr_pool_t *dir_pool) argument
187 struct edit_baton_t *eb = db->eb; local
200 struct edit_baton_t *eb = edit_baton; local
244 struct edit_baton_t *eb = pb->eb; local
267 struct edit_baton_t *eb = pb->eb; local
285 struct edit_baton_t *eb = pb->eb; local
320 struct edit_baton_t *eb = db->eb; local
351 struct edit_baton_t *eb; member in struct:file_baton_t
367 mkfile(const char *abspath, struct edit_baton_t *eb, apr_pool_t *scratch_pool) argument
388 struct edit_baton_t *eb = pb->eb; local
453 struct edit_baton_t *eb = fb->eb; local
561 struct edit_baton_t *eb = apr_pcalloc(result_pool, sizeof(*eb)); local
[all...]
H A Drepos_diff.c421 get_empty_file(struct edit_baton *eb, argument
427 if (!eb->empty_file)
428 SVN_ERR(svn_io_open_unique_file3(NULL, &(eb->empty_file), NULL,
430 eb->pool, eb->pool));
432 *empty_file_path = eb->empty_file;
443 struct edit_baton *eb = edit_baton; local
445 eb->target_revision = target_revision;
456 struct edit_baton *eb = edit_baton; local
457 struct dir_baton *db = make_dir_baton("", NULL, eb, FALS
486 struct edit_baton *eb = db->edit_baton; local
536 struct edit_baton *eb = pb->edit_baton; local
626 struct edit_baton *eb = pb->edit_baton; local
671 struct edit_baton *eb = pb->edit_baton; local
714 struct edit_baton *eb = pb->edit_baton; local
756 struct edit_baton *eb = pb->edit_baton; local
798 struct edit_baton *eb = pb->edit_baton; local
973 struct edit_baton *eb = fb->edit_baton; local
1066 struct edit_baton *eb = db->edit_baton; local
1206 struct edit_baton *eb = edit_baton; local
1221 struct edit_baton *eb = pb->edit_baton; local
1237 struct edit_baton *eb = pb->edit_baton; local
1251 struct edit_baton *eb = baton; local
1270 struct edit_baton *eb = baton; local
1312 struct edit_baton *eb = baton; local
1356 struct edit_baton *eb = apr_pcalloc(editor_pool, sizeof(*eb)); local
[all...]
H A Dexport.c574 struct edit_baton *eb = edit_baton;
577 *(eb->target_revision) = target_revision;
590 struct edit_baton *eb = edit_baton;
593 SVN_ERR(open_root_internal(eb->root_path, eb->overwrite,
594 eb->notify_func, eb->notify_baton, pool));
597 db->path = eb->root_path;
598 db->edit_baton = eb;
616 struct edit_baton *eb
571 struct edit_baton *eb = edit_baton; local
587 struct edit_baton *eb = edit_baton; local
613 struct edit_baton *eb = pb->edit_baton; local
657 struct edit_baton *eb = pb->edit_baton; local
779 struct edit_baton *eb = db->edit_baton; local
795 struct edit_baton *eb = fb->edit_baton; local
900 get_editor_ev1(const svn_delta_editor_t **export_editor, void **edit_baton, struct edit_baton *eb, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
941 struct edit_baton *eb = baton; local
1067 struct edit_baton *eb = baton; local
1105 struct edit_baton *eb = baton; local
1113 get_editor_ev2(const svn_delta_editor_t **export_editor, void **edit_baton, struct edit_baton *eb, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1151 export_file_ev2(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1204 export_file(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1285 export_directory(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, svn_boolean_t ignore_externals, svn_boolean_t ignore_keywords, svn_depth_t depth, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1401 struct edit_baton *eb = apr_pcalloc(pool, sizeof(*eb)); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c268 edit_baton_t *eb = edit_baton; local
269 return eb->wrapped_editor->set_target_revision(eb->wrapped_edit_baton,
279 edit_baton_t *eb = edit_baton; local
282 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
286 eb->called_open_root = TRUE;
300 edit_baton_t *eb = pb->edit_baton; local
302 return eb->wrapped_editor->delete_entry(path, base_revision,
315 edit_baton_t *eb local
342 edit_baton_t *eb = pb->edit_baton; local
364 edit_baton_t *eb = pb->edit_baton; local
390 edit_baton_t *eb = pb->edit_baton; local
411 edit_baton_t *eb = fb->edit_baton; local
433 edit_baton_t *eb = fb->edit_baton; local
444 edit_baton_t *eb = fb->edit_baton; local
453 edit_baton_t *eb = db->edit_baton; local
463 edit_baton_t *eb = db->edit_baton; local
475 edit_baton_t *eb = fb->edit_baton; local
534 edit_baton_t *eb = db->edit_baton; local
641 edit_baton_t *eb = edit_baton; local
687 edit_baton_t *eb = edit_baton; local
707 edit_baton_t *eb = apr_pcalloc(pool, sizeof(*eb)); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Derrorlist.c44 const struct error_entry *eb = (const struct error_entry*)b; local
46 if (ea->start >= eb->start && ea->start < eb->start + eb->len)
48 return ea->start - eb->start;
H A Dbidi.c44 const struct range_entry *eb = (const struct range_entry*)b; local
46 if (ea->start >= eb->start && ea->start < eb->start + eb->len)
48 return ea->start - eb->start;
/freebsd-11-stable/share/mk/
H A Dbsd.endian.mk6 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} == "") || \
13 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} != "") || \
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c55 struct dump_edit_baton *eb = baton; local
63 base_revision = eb->current_revision - 1;
69 err = svn_ra_get_file(eb->ra_session, path, base_revision,
95 struct dump_edit_baton *eb = baton; local
102 base_revision = eb->current_revision - 1;
104 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind,
109 SVN_ERR(svn_ra_get_file(eb->ra_session, path, base_revision,
116 SVN_ERR(svn_ra_get_dir2(eb->ra_session, NULL, NULL, props, path,
139 struct dump_edit_baton *eb = baton; local
145 base_revision = eb
164 struct dump_edit_baton *eb; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c87 edit_baton_t *eb = parent_baton;
88 eb->dir_count++;
104 edit_baton_t *eb = parent_baton;
105 eb->file_count++;
114 edit_baton_t *eb = baton;
116 eb->byte_count += window->tview_len;
142 edit_baton_t *eb = file_baton;
143 eb->prop_count++;
144 eb->prop_byte_count += value->len;
155 edit_baton_t *eb
86 edit_baton_t *eb = parent_baton; local
103 edit_baton_t *eb = parent_baton; local
113 edit_baton_t *eb = baton; local
141 edit_baton_t *eb = file_baton; local
154 edit_baton_t *eb = dir_baton; local
172 edit_baton_t *eb = baton; local
210 edit_baton_t *eb = baton; local
322 edit_baton_t eb = { 0 }; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c69 struct edit_baton *eb)
71 if (eb->root == NULL)
72 SVN_ERR(svn_fs_txn_root(&eb->root, eb->txn, eb->txn_pool));
73 *root = eb->root;
331 struct edit_baton *eb = baton; local
338 SVN_ERR(get_root(&root, eb));
367 struct edit_baton *eb = baton; local
371 SVN_ERR(get_root(&root, eb));
68 get_root(svn_fs_root_t **root, struct edit_baton *eb) argument
402 struct edit_baton *eb = baton; local
462 struct edit_baton *eb = baton; local
489 struct edit_baton *eb = baton; local
521 struct edit_baton *eb = baton; local
535 struct edit_baton *eb = baton; local
557 struct edit_baton *eb = baton; local
594 struct edit_baton *eb = baton; local
635 struct edit_baton *eb = baton; local
657 struct edit_baton *eb = baton; local
701 struct edit_baton *eb = apr_pcalloc(result_pool, sizeof(*eb)); local
764 struct edit_baton *eb = svn_editor_get_baton(editor); local
[all...]

Completed in 240 milliseconds

1234