Sha256: 904c09580175aca72ce97e5dd972ca74bcde4df726700f519d21e157a99726ae

Contents?: true

Size: 444 Bytes

Versions: 17

Compression:

Stored size: 444 Bytes

Contents

/*
 * Copyright (C) the libgit2 contributors. All rights reserved.
 *
 * This file is part of libgit2, distributed under the GNU GPL v2 with
 * a Linking Exception. For full terms see the included COPYING file.
 */
#ifndef INCLUDE_sha1_lookup_h__
#define INCLUDE_sha1_lookup_h__

#include "common.h"

#include <stdlib.h>

int sha1_position(const void *table,
			size_t stride,
			unsigned lo, unsigned hi,
			const unsigned char *key);

#endif

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rugged-0.28.5 vendor/libgit2/src/sha1_lookup.h
rugged-0.99.0 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.10.1 vendor/libgit2/src/sha1_lookup.h
rugged-0.28.4.1 vendor/libgit2/src/sha1_lookup.h
rugged-0.28.4 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.10 vendor/libgit2/src/sha1_lookup.h
rugged-0.28.3.1 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.9 vendor/libgit2/src/sha1_lookup.h
rugged-0.28.2 vendor/libgit2/src/sha1_lookup.h
rugged-0.28.1 vendor/libgit2/src/sha1_lookup.h
rugged-0.28.0 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.7 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.5 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.4 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.2 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.1 vendor/libgit2/src/sha1_lookup.h
rugged-0.27.0 vendor/libgit2/src/sha1_lookup.h