Home
last modified time | relevance | path

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

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-clone.c26 return egit_wrap(env, EGIT_REPOSITORY, repo, NULL); in egit_clone()
H A Degit.h121 …do { if (!egit_assert_type(env, (val), EGIT_REPOSITORY, esym_libgit_repository_p)) return esym_nil…
250 EGIT_REPOSITORY, enumerator
H A Degit-repository.c31 return egit_wrap(env, EGIT_REPOSITORY, repo, NULL); in egit_repository_init()
49 return egit_wrap(env, EGIT_REPOSITORY, repo, NULL); in egit_repository_open()
69 return egit_wrap(env, EGIT_REPOSITORY, repo, NULL); in egit_repository_open_bare()
H A Degit-submodule.c166 return egit_wrap(env, EGIT_REPOSITORY, repo, NULL); in egit_submodule_open()
370 return egit_wrap(env, EGIT_REPOSITORY, repo, NULL); in egit_submodule_repo_init()
H A Degit.c113 case EGIT_REPOSITORY: in egit_finalize()
134 case EGIT_REPOSITORY: git_repository_free(obj->ptr); break; in egit_finalize()
277 case EGIT_REPOSITORY: return esym_repository; in egit_typeof()