Home
last modified time | relevance | path

Searched refs:g_actualobject (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/object/
H A Dlookupbypath.c9 *g_actualobject; variable
28 g_actualobject = NULL; in test_object_lookupbypath__initialize()
32 git_object_free(g_actualobject); in test_object_lookupbypath__cleanup()
44 git_object_lookup_bypath(&g_actualobject, (git_object*)g_root_tree, in test_object_lookupbypath__errors()
47 git_object_lookup_bypath(&g_actualobject, (git_object*)g_root_tree, in test_object_lookupbypath__errors()
53 cl_git_pass(git_object_lookup_bypath(&g_actualobject, (git_object*)g_root_tree, in test_object_lookupbypath__from_root_tree()
56 git_object_id(g_actualobject)); in test_object_lookupbypath__from_root_tree()
61 cl_git_pass(git_object_lookup_bypath(&g_actualobject, (git_object*)g_head_commit, in test_object_lookupbypath__from_head_commit()
64 git_object_id(g_actualobject)); in test_object_lookupbypath__from_head_commit()
75 cl_git_pass(git_object_lookup_bypath(&g_actualobject, (git_object*)tree, in test_object_lookupbypath__from_subdir_tree()
[all …]