open_istream      103 archive-tar.c  	st = open_istream(sha1, &type, &sz, NULL);
open_istream      317 archive-zip.c  			stream = open_istream(sha1, &type, &size, NULL);
open_istream      768 builtin/index-pack.c 	data.st = open_istream(entry->idx.sha1, &type, &size, NULL);
open_istream      249 builtin/pack-objects.c 		    (st = open_istream(entry->idx.sha1, &type, &size, NULL)) != NULL)
open_istream     1477 sha1_file.c    	st = open_istream(sha1, &obj_type, &size, NULL);
open_istream      509 streaming.c    	st = open_istream(sha1, &type, &sz, filter);
open_istream       11 streaming.h    extern struct git_istream *open_istream(const unsigned char *, enum object_type *, unsigned long *, struct stream_filter *);