Lines Matching refs:GIT_EXTERN
32 GIT_EXTERN(int) git_refspec_parse(git_refspec **refspec, const char *input, int is_fetch);
39 GIT_EXTERN(void) git_refspec_free(git_refspec *refspec);
47 GIT_EXTERN(const char *) git_refspec_src(const git_refspec *refspec);
55 GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
63 GIT_EXTERN(const char *) git_refspec_string(const git_refspec *refspec);
71 GIT_EXTERN(int) git_refspec_force(const git_refspec *refspec);
79 GIT_EXTERN(git_direction) git_refspec_direction(const git_refspec *spec);
88 GIT_EXTERN(int) git_refspec_src_matches(const git_refspec *refspec, const char *refname);
97 GIT_EXTERN(int) git_refspec_dst_matches(const git_refspec *refspec, const char *refname);
107 GIT_EXTERN(int) git_refspec_transform(git_buf *out, const git_refspec *spec, const char *name);
117 GIT_EXTERN(int) git_refspec_rtransform(git_buf *out, const git_refspec *spec, const char *name);