Lines Matching refs:GIT_EXTERN
82 GIT_EXTERN(int) git_pathspec_new(
90 GIT_EXTERN(void) git_pathspec_free(git_pathspec *ps);
105 GIT_EXTERN(int) git_pathspec_matches_path(
130 GIT_EXTERN(int) git_pathspec_match_workdir(
159 GIT_EXTERN(int) git_pathspec_match_index(
183 GIT_EXTERN(int) git_pathspec_match_tree(
207 GIT_EXTERN(int) git_pathspec_match_diff(
218 GIT_EXTERN(void) git_pathspec_match_list_free(git_pathspec_match_list *m);
226 GIT_EXTERN(size_t) git_pathspec_match_list_entrycount(
239 GIT_EXTERN(const char *) git_pathspec_match_list_entry(
252 GIT_EXTERN(const git_diff_delta *) git_pathspec_match_list_diff_entry(
264 GIT_EXTERN(size_t) git_pathspec_match_list_failed_entrycount(
276 GIT_EXTERN(const char *) git_pathspec_match_list_failed_entry(