Home
last modified time | relevance | path

Searched refs:new_oid (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/devel/py-durus/Durus-3.9/test/
H A Dutest_file_storage.py141 new_oid = s.new_oid()
143 new_oid = s.new_oid()
145 new_oid = s.new_oid()
147 new_oid = s.new_oid()
149 new_oid = s.new_oid()
151 new_oid = s.new_oid()
170 new_oid = s.new_oid()
172 new_oid = s.new_oid()
194 new_oid = s.new_oid()
195 assert new_oid == int8_to_str(1), repr(new_oid)
[all …]
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/tests/
H A DPersistentStorage.py23 def new_oid_wrapper(l=oids, new_oid=self._storage.new_oid): argument
24 oid = new_oid()
28 self._storage.new_oid = new_oid_wrapper
31 oid = self._storage.new_oid()
33 oid = self._storage.new_oid()
H A DRevisionStorage.py27 oid = self._storage.new_oid()
42 oid = self._storage.new_oid()
72 oid = self._storage.new_oid()
98 oid = self._storage.new_oid()
116 oid = self._storage.new_oid()
144 oid = self._storage.new_oid()
168 oid1 = self._storage.new_oid()
169 oid2 = self._storage.new_oid()
H A DBasicStorage.py64 oid = self._storage.new_oid()
86 oid = self._storage.new_oid()
99 oid = self._storage.new_oid()
107 oid = self._storage.new_oid()
114 oid = self._storage.new_oid()
118 oid1 = self._storage.new_oid()
120 oid = self._storage.new_oid()
128 oid = self._storage.new_oid()
138 oid1 = self._storage.new_oid()
153 oid = self._storage.new_oid()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/commit/
H A Dcommitstagedfile.c156 git_oid old_oid, new_oid, tree_oid; in test_object_commit_commitstagedfile__amend_commit() local
176 &new_oid, old_commit, "HEAD", NULL, NULL, NULL, "Initial commit", NULL)); in test_object_commit_commitstagedfile__amend_commit()
180 &new_oid, old_commit, "HEAD", NULL, NULL, NULL, "Initial commit", NULL)); in test_object_commit_commitstagedfile__amend_commit()
182 cl_git_pass(git_commit_lookup(&new_commit, repo, &new_oid)); in test_object_commit_commitstagedfile__amend_commit()
202 &new_oid, old_commit, "refs/heads/nope", NULL, NULL, NULL, "Initial commit", tree)); in test_object_commit_commitstagedfile__amend_commit()
205 &new_oid, old_commit, "HEAD", NULL, NULL, NULL, "Initial commit", tree)); in test_object_commit_commitstagedfile__amend_commit()
208 cl_git_pass(git_commit_lookup(&new_commit, repo, &new_oid)); in test_object_commit_commitstagedfile__amend_commit()
/dports/devel/git-p4/git-2.34.1/
H A Dnotes.h30 const struct object_id *new_oid);
34 const struct object_id *new_oid);
36 const struct object_id *new_oid);
38 const struct object_id *new_oid);
40 const struct object_id *new_oid);
/dports/devel/git-svn/git-2.34.1/
H A Dnotes.h30 const struct object_id *new_oid);
34 const struct object_id *new_oid);
36 const struct object_id *new_oid);
38 const struct object_id *new_oid);
40 const struct object_id *new_oid);
/dports/devel/git-gui/git-2.34.1/
H A Dnotes.h30 const struct object_id *new_oid);
34 const struct object_id *new_oid);
36 const struct object_id *new_oid);
38 const struct object_id *new_oid);
40 const struct object_id *new_oid);
H A Dtransport.c93 if (is_null_oid(&ref->new_oid)) in set_upstreams()
502 struct object_id *new_oid; in transport_update_tracking_ref() local
515 new_oid = report->new_oid ? report->new_oid : &ref->new_oid; in transport_update_tracking_ref()
517 is_null_oid(new_oid), verbose); in transport_update_tracking_ref()
570 struct object_id *new_oid; in print_ok_ref_status() local
578 if (report && report->new_oid) in print_ok_ref_status()
579 new_oid = report->new_oid; in print_ok_ref_status()
581 new_oid = &ref->new_oid; in print_ok_ref_status()
1332 if (!is_null_oid(&ref->new_oid)) in transport_push()
1334 &ref->new_oid); in transport_push()
[all …]
/dports/devel/git/git-2.34.1/
H A Dnotes.h30 const struct object_id *new_oid);
34 const struct object_id *new_oid);
36 const struct object_id *new_oid);
38 const struct object_id *new_oid);
40 const struct object_id *new_oid);
/dports/devel/git-cvs/git-2.34.1/
H A Dnotes.h30 const struct object_id *new_oid);
34 const struct object_id *new_oid);
36 const struct object_id *new_oid);
38 const struct object_id *new_oid);
40 const struct object_id *new_oid);
/dports/devel/cgit/cgit-1.2.3/git/
H A Dnotes.h30 const struct object_id *new_oid);
34 const struct object_id *new_oid);
36 const struct object_id *new_oid);
38 const struct object_id *new_oid);
40 const struct object_id *new_oid);
/dports/net/gnu-radius/radius-1.6.1/snmplib/
H A Dsnmp_oid.c34 oid_t new_oid; in oid_dup() local
36 new_oid = snmp_alloc(OIDSIZE(oid)+sizeof(oid[0])); in oid_dup()
37 if (!new_oid) in oid_dup()
39 memcpy(new_oid, oid, OIDSIZE(oid)+sizeof(oid[0])); in oid_dup()
40 return new_oid; in oid_dup()
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-proc-receive.c32 struct object_id new_oid; member
83 struct object_id old_oid, new_oid; in proc_receive_read_commands() local
96 parse_oid_hex(p, &new_oid, &p) || in proc_receive_read_commands()
103 oidcpy(&cmd->new_oid, &new_oid); in proc_receive_read_commands()
181 oid_to_hex(&cmd->new_oid), in cmd__proc_receive()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-proc-receive.c32 struct object_id new_oid; member
83 struct object_id old_oid, new_oid; in proc_receive_read_commands() local
96 parse_oid_hex(p, &new_oid, &p) || in proc_receive_read_commands()
103 oidcpy(&cmd->new_oid, &new_oid); in proc_receive_read_commands()
181 oid_to_hex(&cmd->new_oid), in cmd__proc_receive()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-proc-receive.c32 struct object_id new_oid; member
83 struct object_id old_oid, new_oid; in proc_receive_read_commands() local
96 parse_oid_hex(p, &new_oid, &p) || in proc_receive_read_commands()
103 oidcpy(&cmd->new_oid, &new_oid); in proc_receive_read_commands()
181 oid_to_hex(&cmd->new_oid), in cmd__proc_receive()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-proc-receive.c32 struct object_id new_oid; member
83 struct object_id old_oid, new_oid; in proc_receive_read_commands() local
96 parse_oid_hex(p, &new_oid, &p) || in proc_receive_read_commands()
103 oidcpy(&cmd->new_oid, &new_oid); in proc_receive_read_commands()
181 oid_to_hex(&cmd->new_oid), in cmd__proc_receive()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-proc-receive.c32 struct object_id new_oid; member
83 struct object_id old_oid, new_oid; in proc_receive_read_commands() local
96 parse_oid_hex(p, &new_oid, &p) || in proc_receive_read_commands()
103 oidcpy(&cmd->new_oid, &new_oid); in proc_receive_read_commands()
181 oid_to_hex(&cmd->new_oid), in cmd__proc_receive()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dreceive-pack.c356 struct object_id new_oid; member
902 new_oid = state->report->new_oid ? state->report->new_oid : &cmd->new_oid; in feed_receive_hook()
1054 report->new_oid = oiddup(&new_oid); in read_proc_receive_report()
1487 struct object_id *new_oid = &cmd->new_oid; in update() local
1521 if (!is_null_oid(new_oid) && !has_object_file(new_oid)) { in update()
1617 new_oid, old_oid, in update()
1689 oideq(&cmd->new_oid, &dst_cmd->new_oid)) in check_aliased_update_internal()
1747 return &cmd->new_oid; in command_singleton_iterator()
1789 return &cmd->new_oid; in iterate_receive_command_list()
2036 oidcpy(&cmd->new_oid, &new_oid); in queue_command()
[all …]
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dreceive-pack.c356 struct object_id new_oid; member
902 new_oid = state->report->new_oid ? state->report->new_oid : &cmd->new_oid; in feed_receive_hook()
1054 report->new_oid = oiddup(&new_oid); in read_proc_receive_report()
1487 struct object_id *new_oid = &cmd->new_oid; in update() local
1521 if (!is_null_oid(new_oid) && !has_object_file(new_oid)) { in update()
1617 new_oid, old_oid, in update()
1689 oideq(&cmd->new_oid, &dst_cmd->new_oid)) in check_aliased_update_internal()
1747 return &cmd->new_oid; in command_singleton_iterator()
1789 return &cmd->new_oid; in iterate_receive_command_list()
2036 oidcpy(&cmd->new_oid, &new_oid); in queue_command()
[all …]
/dports/devel/git/git-2.34.1/builtin/
H A Dreceive-pack.c356 struct object_id new_oid; member
902 new_oid = state->report->new_oid ? state->report->new_oid : &cmd->new_oid; in feed_receive_hook()
1054 report->new_oid = oiddup(&new_oid); in read_proc_receive_report()
1487 struct object_id *new_oid = &cmd->new_oid; in update() local
1521 if (!is_null_oid(new_oid) && !has_object_file(new_oid)) { in update()
1617 new_oid, old_oid, in update()
1689 oideq(&cmd->new_oid, &dst_cmd->new_oid)) in check_aliased_update_internal()
1747 return &cmd->new_oid; in command_singleton_iterator()
1789 return &cmd->new_oid; in iterate_receive_command_list()
2036 oidcpy(&cmd->new_oid, &new_oid); in queue_command()
[all …]
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dreceive-pack.c356 struct object_id new_oid; member
902 new_oid = state->report->new_oid ? state->report->new_oid : &cmd->new_oid; in feed_receive_hook()
1054 report->new_oid = oiddup(&new_oid); in read_proc_receive_report()
1487 struct object_id *new_oid = &cmd->new_oid; in update() local
1521 if (!is_null_oid(new_oid) && !has_object_file(new_oid)) { in update()
1617 new_oid, old_oid, in update()
1689 oideq(&cmd->new_oid, &dst_cmd->new_oid)) in check_aliased_update_internal()
1747 return &cmd->new_oid; in command_singleton_iterator()
1789 return &cmd->new_oid; in iterate_receive_command_list()
2036 oidcpy(&cmd->new_oid, &new_oid); in queue_command()
[all …]
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dreceive-pack.c356 struct object_id new_oid; member
902 new_oid = state->report->new_oid ? state->report->new_oid : &cmd->new_oid; in feed_receive_hook()
1054 report->new_oid = oiddup(&new_oid); in read_proc_receive_report()
1487 struct object_id *new_oid = &cmd->new_oid; in update() local
1521 if (!is_null_oid(new_oid) && !has_object_file(new_oid)) { in update()
1617 new_oid, old_oid, in update()
1689 oideq(&cmd->new_oid, &dst_cmd->new_oid)) in check_aliased_update_internal()
1747 return &cmd->new_oid; in command_singleton_iterator()
1789 return &cmd->new_oid; in iterate_receive_command_list()
2036 oidcpy(&cmd->new_oid, &new_oid); in queue_command()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dreceive-pack.c317 struct object_id new_oid; member
1027 struct object_id *new_oid = &cmd->new_oid; in update() local
1060 if (!is_null_oid(new_oid) && !has_object_file(new_oid)) { in update()
1126 if (is_null_oid(new_oid)) { in update()
1156 new_oid, old_oid, in update()
1228 oideq(&cmd->new_oid, &dst_cmd->new_oid)) in check_aliased_update_internal()
1286 oidcpy(oid, &cmd->new_oid); in command_singleton_iterator()
1328 oidcpy(oid, &cmd->new_oid); in iterate_receive_command_list()
1355 if (is_null_oid(&cmd->new_oid)) in reject_updates_to_hidden()
1553 oidcpy(&cmd->new_oid, &new_oid); in queue_command()
[all …]
/dports/devel/R-cran-gert/gert/src/
H A Drebase.c56 git_oid new_oid = {{0}}; in R_git_rebase() local
58 bail_if(git_rebase_commit(&new_oid, rebase, NULL, in R_git_rebase()
61 SET_STRING_ELT(oids, i, safe_char(git_oid_tostr_s(&new_oid))); in R_git_rebase()
96 git_oid new_oid = {{0}}; in R_git_cherry_pick() local
109 bail_if(git_commit_create(&new_oid, repo, "HEAD", git_commit_author(orig), in R_git_cherry_pick()
118 return safe_string(git_oid_tostr_s(&new_oid)); in R_git_cherry_pick()

12345678910>>...15