Home
last modified time | relevance | path

Searched refs:rhash (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxprepare.c58 static int xdl_classify_record(unsigned int pass, xdlclassifier_t *cf, xrecord_t **rhash,
153 rec->next = rhash[hi]; in xdl_classify_record()
154 rhash[hi] = rec; in xdl_classify_record()
168 xrecord_t **rhash; in xdl_prepare_ctx() local
176 rhash = NULL; in xdl_prepare_ctx()
189 if (!(rhash = (xrecord_t **) xdl_malloc(hsize * sizeof(xrecord_t *)))) in xdl_prepare_ctx()
191 memset(rhash, 0, hsize * sizeof(xrecord_t *)); in xdl_prepare_ctx()
213 xdl_classify_record(pass, cf, rhash, hbits, crec) < 0) in xdl_prepare_ctx()
230 xdf->rhash = rhash; in xdl_prepare_ctx()
244 xdl_free(rhash); in xdl_prepare_ctx()
[all …]
H A Dxtypes.h52 xrecord_t **rhash; member