Searched refs:git_refdb_backend (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/ |
| D | refdb_backend.h | 60 struct git_refdb_backend { struct 76 git_refdb_backend *backend, argument 93 git_refdb_backend *backend, 113 struct git_refdb_backend *backend, 142 int GIT_CALLBACK(write)(git_refdb_backend *backend, 165 git_reference **out, git_refdb_backend *backend, 186 …int GIT_CALLBACK(del)(git_refdb_backend *backend, const char *ref_name, const git_oid *old_id, con… 199 int GIT_CALLBACK(compress)(git_refdb_backend *backend); 212 int GIT_CALLBACK(has_log)(git_refdb_backend *backend, const char *refname); 222 int GIT_CALLBACK(ensure_log)(git_refdb_backend *backend, const char *refname); [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | types.h | 103 typedef struct git_refdb_backend git_refdb_backend; typedef
|