Home
last modified time | relevance | path

Searched refs:id_commit (Results 1 – 2 of 2) sorted by last modified time

/dports/devel/libgit2/libgit2-1.3.0/tests/object/tag/
H A Dread.c33 git_oid id1, id2, id_commit; in test_object_tag_read__parse() local
37 git_oid_fromstr(&id_commit, tagged_commit); in test_object_tag_read__parse()
52 cl_assert(git_oid_cmp(&id_commit, git_commit_id(commit)) == 0); in test_object_tag_read__parse()
65 git_oid id, id_commit; in test_object_tag_read__parse_without_tagger() local
71 git_oid_fromstr(&id_commit, badly_tagged_commit); in test_object_tag_read__parse_without_tagger()
83 cl_assert(git_oid_cmp(&id_commit, git_commit_id(commit)) == 0); in test_object_tag_read__parse_without_tagger()
97 git_oid id, id_commit; in test_object_tag_read__parse_without_message() local
103 git_oid_fromstr(&id_commit, short_tagged_commit); in test_object_tag_read__parse_without_message()
115 cl_assert(git_oid_cmp(&id_commit, git_commit_id(commit)) == 0); in test_object_tag_read__parse_without_message()
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-config/
H A Dipmi-config-category-core-rmcpplus-conf-privilege-section.c392 id_commit (ipmi_config_state_data_t *state_data, in id_commit() function
565 return (id_commit (state_data, section_name, kv, id)); in id_commit_cb()