stream_blob_to_fd 86 builtin/cat-file.c return stream_blob_to_fd(1, sha1, NULL, 0); stream_blob_to_fd 108 builtin/cat-file.c return stream_blob_to_fd(1, blob_sha1, NULL, 0); stream_blob_to_fd 235 builtin/cat-file.c if (stream_blob_to_fd(1, sha1, NULL, 0) < 0) stream_blob_to_fd 260 builtin/fsck.c if (stream_blob_to_fd(fileno(f), obj->sha1, NULL, 1)) stream_blob_to_fd 456 builtin/log.c return stream_blob_to_fd(1, sha1, NULL, 0); stream_blob_to_fd 462 builtin/log.c return stream_blob_to_fd(1, sha1, NULL, 0); stream_blob_to_fd 130 entry.c result |= stream_blob_to_fd(fd, ce->sha1, filter, 1); stream_blob_to_fd 15 streaming.h extern int stream_blob_to_fd(int fd, const unsigned char *, struct stream_filter *, int can_seek);