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

1234

/freebsd-10-stable/sbin/hastd/
H A Debuf.c64 static int ebuf_head_extend(struct ebuf *eb, size_t size);
65 static int ebuf_tail_extend(struct ebuf *eb, size_t size);
70 struct ebuf *eb; local
73 eb = malloc(sizeof(*eb));
74 if (eb == NULL)
77 eb->eb_start = malloc(size);
78 if (eb->eb_start == NULL) {
80 free(eb);
84 eb
97 ebuf_free(struct ebuf *eb) argument
109 ebuf_add_head(struct ebuf *eb, const void *data, size_t size) argument
136 ebuf_add_tail(struct ebuf *eb, const void *data, size_t size) argument
163 ebuf_del_head(struct ebuf *eb, size_t size) argument
174 ebuf_del_tail(struct ebuf *eb, size_t size) argument
187 ebuf_data(struct ebuf *eb, size_t *sizep) argument
201 ebuf_size(struct ebuf *eb) argument
213 ebuf_head_extend(struct ebuf *eb, size_t size) argument
241 ebuf_tail_extend(struct ebuf *eb, size_t size) argument
[all...]
H A Debuf.h40 void ebuf_free(struct ebuf *eb);
42 int ebuf_add_head(struct ebuf *eb, const void *data, size_t size);
43 int ebuf_add_tail(struct ebuf *eb, const void *data, size_t size);
45 void ebuf_del_head(struct ebuf *eb, size_t size);
46 void ebuf_del_tail(struct ebuf *eb, size_t size);
48 void *ebuf_data(struct ebuf *eb, size_t *sizep);
49 size_t ebuf_size(struct ebuf *eb);
H A Dhast_proto.c86 struct ebuf *eb; local
111 eb = nv_hton(nv);
112 if (eb == NULL)
116 hdr.size = htole32((uint32_t)ebuf_size(eb));
117 if (ebuf_add_head(eb, &hdr, sizeof(hdr)) == -1)
120 hptr = ebuf_data(eb, &hsize);
138 struct ebuf *eb; local
141 eb = NULL;
154 eb = ebuf_alloc(hdr.size);
155 if (eb
[all...]
/freebsd-10-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
230 struct edit_baton *eb = fb->edit_baton; local
244 struct edit_baton *eb = fb->edit_baton; local
257 struct edit_baton *eb = db->edit_baton; local
270 struct edit_baton *eb = db->edit_baton; local
285 struct edit_baton *eb = fb->edit_baton; local
300 struct edit_baton *eb = db->edit_baton; local
314 struct edit_baton *eb = edit_baton; local
325 struct edit_baton *eb = edit_baton; local
344 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 return eb->wrapped_editor->set_target_revision(eb
85 struct edit_baton *eb = edit_baton; local
112 struct edit_baton *eb = pb->edit_baton; local
133 struct edit_baton *eb = pb->edit_baton; local
163 struct edit_baton *eb = pb->edit_baton; local
192 struct edit_baton *eb = pb->edit_baton; local
223 struct edit_baton *eb = pb->edit_baton; local
252 struct edit_baton *eb = fb->edit_baton; local
273 struct edit_baton *eb = fb->edit_baton; local
293 struct edit_baton *eb = fb->edit_baton; local
309 struct edit_baton *eb = db->edit_baton; local
327 struct edit_baton *eb = db->edit_baton; local
346 struct edit_baton *eb = fb->edit_baton; local
367 struct edit_baton *eb = db->edit_baton; local
385 struct edit_baton *eb = edit_baton; local
399 struct edit_baton *eb = edit_baton; local
418 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
1291 struct editor_baton *eb = baton; local
1310 struct editor_baton *eb = baton; local
1340 struct editor_baton *eb = baton; local
1506 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...]
/freebsd-10-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
434 struct diff_baton eb = { 0 }; local
[all...]
H A Dexternals.c519 struct edit_baton *eb = edit_baton;
521 *eb->target_revision = target_revision;
546 struct edit_baton *eb = parent_baton;
547 if (strcmp(path, eb->name))
550 svn_dirent_local_style(eb->local_abspath,
553 *file_baton = eb;
554 eb->original_revision = SVN_INVALID_REVNUM;
555 eb->added = TRUE;
568 struct edit_baton *eb = parent_baton;
570 if (strcmp(path, eb
517 struct edit_baton *eb = edit_baton; local
544 struct edit_baton *eb = parent_baton; local
566 struct edit_baton *eb = parent_baton; local
600 struct edit_baton *eb = file_baton; local
659 struct edit_baton *eb = file_baton; local
675 struct edit_baton *eb = file_baton; local
1001 struct edit_baton *eb = edit_baton; local
1065 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
1335 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
1606 struct edit_baton *eb = pb->edit_baton; local
1851 struct edit_baton *eb = pb->edit_baton; local
2232 struct edit_baton *eb = pb->edit_baton; local
2415 struct edit_baton *eb = db->edit_baton; local
2874 struct edit_baton *eb = pb->edit_baton; local
3078 struct edit_baton *eb = pb->edit_baton; local
3424 struct edit_baton *eb = pb->edit_baton; local
3609 struct edit_baton *eb = fb->edit_baton; local
3750 struct edit_baton *eb = fb->edit_baton; local
3986 struct edit_baton *eb = fb->edit_baton; local
4187 struct edit_baton *eb = fb->edit_baton; local
4658 struct edit_baton *eb = baton; local
4724 struct edit_baton *eb = edit_baton; local
4892 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.c180 struct edit_baton_t *eb;
227 struct edit_baton_t *eb;
255 struct edit_baton_t *eb;
259 eb = apr_pcalloc(pool, sizeof(*eb));
260 eb->db = db;
261 eb->anchor_abspath = apr_pstrdup(pool, anchor_abspath);
262 eb->target = apr_pstrdup(pool, target);
263 eb->processor = diff_processor;
264 eb
179 struct edit_baton_t *eb; member in struct:dir_baton_t
226 struct edit_baton_t *eb; member in struct:file_baton_t
254 struct edit_baton_t *eb; local
284 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
332 struct edit_baton_t *eb = parent_baton->eb; local
572 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
1203 struct edit_baton_t *eb = pb->eb; local
1461 struct edit_baton_t *eb = edit_baton; local
1474 struct edit_baton_t *eb = edit_baton; local
1529 struct edit_baton_t *eb = pb->eb; local
1588 struct edit_baton_t *eb = pb->eb; local
1667 struct edit_baton_t *eb = db->eb; local
1810 struct edit_baton_t *eb = pb->eb; local
1870 struct edit_baton_t *eb = pb->eb; local
1949 struct edit_baton_t *eb = fb->eb; local
2034 struct edit_baton_t *eb = fb->eb; local
2235 struct edit_baton_t *eb = edit_baton; local
2273 struct edit_baton_t *eb; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c281 struct edit_baton *eb = pb->edit_baton;
289 full_path = svn_fspath__join(eb->base_path,
309 SVN_ERR(check_authz(eb, full_path, eb->txn_root,
311 SVN_ERR(check_authz(eb, pb->path, eb->txn_root,
318 SVN_ERR(svn_fs_check_path(&kind, eb->txn_root, full_path, subpool));
325 repos_url_len = strlen(eb->repos_url_decoded);
326 if (strncmp(copy_path, eb->repos_url_decoded, repos_url_len) != 0)
335 SVN_ERR(svn_fs_revision_root(&copy_root, eb
279 struct edit_baton *eb = pb->edit_baton; local
392 struct edit_baton *eb = edit_baton; local
449 struct edit_baton *eb = parent->edit_baton; local
508 struct edit_baton *eb = pb->edit_baton; local
575 struct edit_baton *eb = pb->edit_baton; local
617 struct edit_baton *eb = fb->edit_baton; local
663 struct edit_baton *eb = db->edit_baton; local
753 struct edit_baton *eb = edit_baton; local
840 struct edit_baton *eb = edit_baton; local
862 struct edit_baton *eb = baton; local
889 struct edit_baton *eb = baton; local
910 struct edit_baton *eb = baton; local
961 struct edit_baton *eb; local
1070 struct ev2_baton *eb = baton; local
1088 struct ev2_baton *eb = baton; local
1105 struct ev2_baton *eb = baton; local
1121 struct ev2_baton *eb = baton; local
1137 struct ev2_baton *eb = baton; local
1155 struct ev2_baton *eb = baton; local
1172 struct ev2_baton *eb = baton; local
1187 struct ev2_baton *eb = baton; local
1203 struct ev2_baton *eb = baton; local
1220 struct ev2_baton *eb = baton; local
1233 struct ev2_baton *eb = baton; local
1294 struct ev2_baton *eb = baton; local
1352 struct ev2_baton *eb; local
[all...]
H A Ddump.c724 struct edit_baton *eb = edit_baton;
733 full_path = svn_relpath_join(eb->path, path, pool);
735 full_path = apr_pstrdup(pool, eb->path);
741 new_db->edit_baton = eb;
770 node_must_exist(struct edit_baton *eb,
779 if (eb->path_tracker == NULL)
784 if (revision == eb->path_tracker->revision)
785 tracker_lookup(&path, &revision, eb->path_tracker, path, scratch_pool);
789 SVN_ERR(fetch_kind_func(&kind, eb, path, revision, scratch_pool));
814 node_must_not_exist(struct edit_baton *eb,
720 struct edit_baton *eb = edit_baton; local
766 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
810 node_must_not_exist(struct edit_baton *eb, const char *path, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
1084 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
1543 struct edit_baton *eb = pb->edit_baton; local
1590 struct edit_baton *eb = pb->edit_baton; local
1615 struct edit_baton *eb = db->edit_baton; local
1655 struct edit_baton *eb = pb->edit_baton; local
1698 struct edit_baton *eb = pb->edit_baton; local
1727 struct edit_baton *eb = db->edit_baton; local
1755 struct edit_baton *eb = baton; local
1784 struct edit_baton *eb = baton; local
1805 struct edit_baton *eb = baton; local
1859 struct edit_baton *eb = apr_pcalloc(pool, sizeof(*eb)); local
2228 struct edit_baton *const eb = db->edit_baton; local
[all...]
/freebsd-10-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-10-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-10-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c425 get_empty_file(struct edit_baton *eb, argument
431 if (!eb->empty_file)
432 SVN_ERR(svn_io_open_unique_file3(NULL, &(eb->empty_file), NULL,
434 eb->pool, eb->pool));
436 *empty_file_path = eb->empty_file;
447 struct edit_baton *eb = edit_baton; local
449 eb->target_revision = target_revision;
460 struct edit_baton *eb = edit_baton; local
461 struct dir_baton *db = make_dir_baton("", NULL, eb, FALS
490 struct edit_baton *eb = db->edit_baton; local
540 struct edit_baton *eb = pb->edit_baton; local
630 struct edit_baton *eb = pb->edit_baton; local
675 struct edit_baton *eb = pb->edit_baton; local
718 struct edit_baton *eb = pb->edit_baton; local
760 struct edit_baton *eb = pb->edit_baton; local
802 struct edit_baton *eb = pb->edit_baton; local
977 struct edit_baton *eb = fb->edit_baton; local
1070 struct edit_baton *eb = db->edit_baton; local
1210 struct edit_baton *eb = edit_baton; local
1225 struct edit_baton *eb = pb->edit_baton; local
1241 struct edit_baton *eb = pb->edit_baton; local
1255 struct edit_baton *eb = baton; local
1274 struct edit_baton *eb = baton; local
1316 struct edit_baton *eb = baton; local
1360 struct edit_baton *eb = apr_pcalloc(editor_pool, sizeof(*eb)); local
[all...]
H A Dcopy_foreign.c63 struct edit_baton_t *eb; member in struct:dir_baton_t
80 struct edit_baton_t *eb = edit_baton; local
81 apr_pool_t *dir_pool = svn_pool_create(eb->pool);
85 db->eb = eb;
87 db->local_abspath = eb->anchor_abspath;
89 SVN_ERR(svn_io_make_dir_recursively(eb->anchor_abspath, dir_pool));
113 struct edit_baton_t *eb = pb->eb; local
121 db->eb
148 struct edit_baton_t *eb = db->eb; local
246 struct edit_baton_t *eb; member in struct:file_baton_t
266 struct edit_baton_t *eb = pb->eb; local
354 struct edit_baton_t *eb = fb->eb; local
402 struct edit_baton_t 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->force,
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_path_or_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, svn_boolean_t overwrite, apr_pool_t *scratch_pool) argument
1207 export_file(const char *from_path_or_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, svn_boolean_t overwrite, apr_pool_t *scratch_pool) argument
1291 export_directory(const char *from_path_or_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, svn_boolean_t overwrite, 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
1405 struct edit_baton *eb = apr_pcalloc(pool, sizeof(*eb)); local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c48 struct dump_edit_baton *eb; member in struct:dir_baton
83 struct dump_edit_baton *eb; member in struct:file_baton
167 struct dump_edit_baton *eb = edit_baton; local
182 new_db->eb = eb;
198 * PB->eb). PB is the directory baton of this directory's parent, or
208 new_fb->eb = pb->eb;
302 struct dump_edit_baton *eb,
321 if (eb
301 dump_node(svn_repos__dumpfile_headers_t **headers_p, struct dump_edit_baton *eb, const char *repos_relpath, struct dir_baton *db, struct file_baton *fb, enum svn_node_action action, svn_boolean_t is_copy, const char *copyfrom_path, svn_revnum_t copyfrom_rev, apr_pool_t *pool) argument
436 dump_mkdir(struct dump_edit_baton *eb, const char *repos_relpath, apr_pool_t *pool) argument
473 dump_pending_dir(struct dump_edit_baton *eb, apr_pool_t *scratch_pool) argument
521 struct dump_edit_baton *eb = edit_baton; local
857 struct dump_edit_baton *eb = fb->eb; local
881 struct dump_edit_baton *eb = fb->eb; local
981 struct dump_edit_baton *eb = baton; local
1021 struct dump_edit_baton *eb = baton; local
1065 struct dump_edit_baton *eb = baton; local
1090 struct dump_edit_baton *eb; local
[all...]
/freebsd-10-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...]
/freebsd-10-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
304 edit_baton_t eb = { 0 }; local
[all...]
/freebsd-10-stable/lib/libutil/
H A Dkinfo_getfile.c19 char *buf, *bp, *eb; local
44 eb = buf + len;
45 while (bp < eb) {
59 eb = buf + len;
62 while (bp < eb) {
H A Dkinfo_getvmmap.c19 char *buf, *bp, *eb; local
44 eb = buf + len;
45 while (bp < eb) {
59 eb = buf + len;
62 while (bp < eb) {

Completed in 163 milliseconds

1234