Lines Matching refs:GIT_EXTERN
175 GIT_EXTERN(int) git_rebase_options_init(
196 GIT_EXTERN(int) git_rebase_init(
213 GIT_EXTERN(int) git_rebase_open(
223 GIT_EXTERN(const char *) git_rebase_orig_head_name(git_rebase *rebase);
230 GIT_EXTERN(const git_oid *) git_rebase_orig_head_id(git_rebase *rebase);
237 GIT_EXTERN(const char *) git_rebase_onto_name(git_rebase *rebase);
244 GIT_EXTERN(const git_oid *) git_rebase_onto_id(git_rebase *rebase);
252 GIT_EXTERN(size_t) git_rebase_operation_entrycount(git_rebase *rebase);
263 GIT_EXTERN(size_t) git_rebase_operation_current(git_rebase *rebase);
272 GIT_EXTERN(git_rebase_operation *) git_rebase_operation_byindex(
287 GIT_EXTERN(int) git_rebase_next(
302 GIT_EXTERN(int) git_rebase_inmemory_index(
328 GIT_EXTERN(int) git_rebase_commit(
344 GIT_EXTERN(int) git_rebase_abort(git_rebase *rebase);
354 GIT_EXTERN(int) git_rebase_finish(
363 GIT_EXTERN(void) git_rebase_free(git_rebase *rebase);