Home | History | Annotate | Download | only in replay

Lines Matching refs:rdbx_t

82  * A rdbx_t consists of a xtd_seq_num_t and a bitmask.  The index is highest
191 * rdbx_init(&r, ws) initializes the rdbx_t pointed to by r with window size ws
195 rdbx_init(rdbx_t *rdbx, unsigned long ws) {
208 * rdbx_uninit(&r) uninitializes the rdbx_t pointed to by r
212 rdbx_uninit(rdbx_t *rdbx) {
219 * rdbx_set_roc(rdbx, roc) initalizes the rdbx_t at the location rdbx
227 rdbx_set_roc(rdbx_t *rdbx, uint32_t roc) {
247 * for the rdbx_t pointed to by rdbx
252 rdbx_get_packet_index(const rdbx_t *rdbx) {
258 * for the rdbx_t pointed to by rdbx
263 rdbx_get_window_size(const rdbx_t *rdbx) {
273 rdbx_check(const rdbx_t *rdbx, int delta) {
300 rdbx_add_index(rdbx_t *rdbx, int delta) {
329 rdbx_estimate_index(const rdbx_t *rdbx,