rdbx.h | 43 * An rdbx_t is a replay database with extended range; it uses an 50 } rdbx_t; typedef in typeref:struct:__anon26582 61 rdbx_init(rdbx_t *rdbx, unsigned long ws); 71 rdbx_uninit(rdbx_t *rdbx); 84 rdbx_estimate_index(const rdbx_t *rdbx, 97 rdbx_check(const rdbx_t *rdbx, int difference); 111 rdbx_add_index(rdbx_t *rdbx, int delta); 115 * rdbx_set_roc(rdbx, roc) initalizes the rdbx_t at the location rdbx 123 rdbx_set_roc(rdbx_t *rdbx, uint32_t roc); 127 * the rdbx_t pointed to by rdb [all...] |