Home
last modified time | relevance | path

Searched refs:create_delta_index (Results 1 – 22 of 22) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Ddelta.h17 create_delta_index(const void *buf, unsigned long bufsize);
61 struct delta_index *index = create_delta_index(src_buf, src_bufsize); in diff_delta()
H A Ddiff-delta.c133 struct delta_index * create_delta_index(const void *buf, unsigned long bufsize) in create_delta_index() function
/dports/devel/git-gui/git-2.34.1/
H A Ddelta.h17 create_delta_index(const void *buf, unsigned long bufsize);
61 struct delta_index *index = create_delta_index(src_buf, src_bufsize); in diff_delta()
H A Ddiff-delta.c133 struct delta_index * create_delta_index(const void *buf, unsigned long bufsize) in create_delta_index() function
/dports/devel/git-p4/git-2.34.1/
H A Ddelta.h17 create_delta_index(const void *buf, unsigned long bufsize);
61 struct delta_index *index = create_delta_index(src_buf, src_bufsize); in diff_delta()
H A Ddiff-delta.c133 struct delta_index * create_delta_index(const void *buf, unsigned long bufsize)
/dports/devel/git/git-2.34.1/
H A Ddelta.h17 create_delta_index(const void *buf, unsigned long bufsize);
61 struct delta_index *index = create_delta_index(src_buf, src_bufsize); in diff_delta()
H A Ddiff-delta.c133 struct delta_index * create_delta_index(const void *buf, unsigned long bufsize) in create_delta_index() function
/dports/devel/git-cvs/git-2.34.1/
H A Ddelta.h17 create_delta_index(const void *buf, unsigned long bufsize);
61 struct delta_index *index = create_delta_index(src_buf, src_bufsize); in diff_delta()
H A Ddiff-delta.c133 struct delta_index * create_delta_index(const void *buf, unsigned long bufsize) in create_delta_index() function
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddelta.h17 create_delta_index(const void *buf, unsigned long bufsize);
61 struct delta_index *index = create_delta_index(src_buf, src_bufsize); in diff_delta()
H A Ddiff-delta.c133 struct delta_index * create_delta_index(const void *buf, unsigned long bufsize) in create_delta_index() function
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Ddelta.h51 create_delta_index(const struct source_info *src,
H A D_groupcompress_pyx.pyx62 delta_result create_delta_index(source_info *src,
273 res = create_delta_index(src, self._index, &index,
288 # We know that self._index is already NULL, so create_delta_index
291 res = create_delta_index(&self._source_infos[0], NULL, &index,
H A Ddiff-delta.c376 create_delta_index(const struct source_info *src, in create_delta_index() function
H A D_groupcompress_pyx.c3559 …__pyx_v_res = create_delta_index(__pyx_v_src, __pyx_v_self->_index, (&__pyx_v_index), __pyx_v_self… in __pyx_pf_6breezy_3bzr_18_groupcompress_pyx_10DeltaIndex_14add_source()
3773 …__pyx_v_res = create_delta_index((&(__pyx_v_self->_source_infos[0])), NULL, (&__pyx_v_index), __py… in __pyx_f_6breezy_3bzr_18_groupcompress_pyx_10DeltaIndex__populate_first_index()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dpack-objects.c2121 src->index = create_delta_index(src->data, src_size); in try_delta()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dpack-objects.c2545 src->index = create_delta_index(src->data, src_size); in try_delta()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dpack-objects.c2545 src->index = create_delta_index(src->data, src_size); in try_delta()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dpack-objects.c2545 src->index = create_delta_index(src->data, src_size); in try_delta()
/dports/devel/git/git-2.34.1/builtin/
H A Dpack-objects.c2545 src->index = create_delta_index(src->data, src_size); in try_delta()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dpack-objects.c2545 src->index = create_delta_index(src->data, src_size); in try_delta()