Searched refs:readPipe (Results 1 – 1 of 1) sorted by relevance
66 static BOOL ReadCloneInfoFromPipe(HANDLE readPipe, git_clone_info *info) in ReadCloneInfoFromPipe() argument70 if (readPipe) in ReadCloneInfoFromPipe()73 result = ReadFile(readPipe, info, sizeof(git_clone_info), &readSize, NULL); in ReadCloneInfoFromPipe()