Home
last modified time | relevance | path

Searched refs:src_state (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dxxhash.h217 …I void XXH32_copyState(XXH32_state_t* restrict dst_state, const XXH32_state_t* restrict src_state);
218 …I void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restrict src_state);
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c1183 rep_state_t *src_state; member
1437 rep_state_t **src_state, in build_rep_list() argument
1476 *src_state = rs; in build_rep_list()
1483 *src_state = rs; in build_rep_list()
1491 *src_state = NULL; in build_rep_list()
1732 if (source == NULL && rb->src_state != NULL) in get_combined_window()
1738 SVN_ERR(read_plain_window(&source, rb->src_state, in get_combined_window()
1817 rs = rb->src_state; in get_contents_from_windows()
2134 &rb->src_state, rb->fs, &rb->rep, in rep_read_contents()
2313 rb->src_state = rs; in svn_fs_fs__get_contents_from_file()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c910 rep_state_t *src_state; member
1158 rep_state_t **src_state, in build_rep_list() argument
1202 *src_state = rs; in build_rep_list()
1209 *src_state = rs; in build_rep_list()
1217 *src_state = NULL; in build_rep_list()
1483 if (source == NULL && rb->src_state != NULL) in get_combined_window()
1484 SVN_ERR(read_container_window(&source, rb->src_state, in get_combined_window()
1741 rs = rb->src_state; in get_contents_from_windows()
2053 &rb->src_state, rb->fs, &rb->rep, in rep_read_contents()
2212 rb->src_state = NULL; in svn_fs_x__get_contents_from_file()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5398 …I void XXH32_copyState(XXH32_state_t* restrict dst_state, const XXH32_state_t* restrict src_state);
5399 …I void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restrict src_state);