Searched refs:stage (Results 1 – 3 of 3) sorted by relevance
415 INT stage; in task_progress_information_init() local417 for (stage = 0; stage < sizeof(left_progress_info_list) / sizeof(PROGRESS_INFO); stage++) in task_progress_information_init()419 pinfo = &left_progress_info_list[stage]; in task_progress_information_init()452 INT stage; in task_progress_information_update() local460 for (stage = 0; stage < total_stage; stage++) in task_progress_information_update()463 if (stage == 0 || (left_progress_info_list[stage - 1].current_val >= 25)) in task_progress_information_update()465 pinfo = &left_progress_info_list[stage]; in task_progress_information_update()
417 git_index *index, const char *path, int stage);427 GIT_EXTERN(int) git_index_remove(git_index *index, const char *path, int stage);438 git_index *index, const char *dir, int stage);
222 int stage,