Searched refs:props_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c1218 props_len(packed_revprops_t *revprops, function
1304 if ( left_size + props_len(revprops, left)
1305 < right_size + props_len(revprops, right))
1307 left_size += props_len(revprops, left) + SVN_INT64_BUFFER_SIZE;
1312 right_size += props_len(revprops, right) + SVN_INT64_BUFFER_SIZE;

Completed in 84 milliseconds