Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dremote.h281 GIT_EXTERN(int) git_remote_get_fetch_refspecs(git_strarray *array, const git_remote *remote);
305 GIT_EXTERN(int) git_remote_get_push_refspecs(git_strarray *array, const git_remote *remote);
339 …mote_callbacks *callbacks, const git_proxy_options *proxy_opts, const git_strarray *custom_headers…
414 GIT_EXTERN(int) git_remote_list(git_strarray *out, git_repository *repo);
690 git_strarray custom_headers;
741 git_strarray custom_headers;
777 …GIT_EXTERN(int) git_remote_download(git_remote *remote, const git_strarray *refspecs, const git_fe…
791 GIT_EXTERN(int) git_remote_upload(git_remote *remote, const git_strarray *refspecs, const git_push_…
830 const git_strarray *refspecs,
854 const git_strarray *refspecs,
[all …]
Dstrarray.h22 typedef struct git_strarray { struct
25 } git_strarray; typedef
37 GIT_EXTERN(void) git_strarray_dispose(git_strarray *array);
49 GIT_EXTERN(int) git_strarray_copy(git_strarray *tgt, const git_strarray *src);
Dindex.h643 const git_strarray *pathspec,
665 const git_strarray *pathspec,
694 const git_strarray *pathspec,
Dtag.h294 git_strarray *tag_names,
316 git_strarray *tag_names,
Ddeprecated.h551 GIT_EXTERN(int) git_strarray_copy(git_strarray *tgt, const git_strarray *src);
563 GIT_EXTERN(void) git_strarray_free(git_strarray *array);
Dreset.h107 const git_strarray* pathspecs);
Dpathspec.h83 git_pathspec **out, const git_strarray *pathspec);
Dworktree.h34 GIT_EXTERN(int) git_worktree_list(git_strarray *out, git_repository *repo);
Dstatus.h190 git_strarray pathspec;
Dcheckout.h299 git_strarray paths;
Drefs.h423 GIT_EXTERN(int) git_reference_list(git_strarray *array, git_repository *repo);
Ddiff.h379 git_strarray pathspec;
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dtransport.h49 const git_strarray *custom_headers);