Searched refs:get_next_block (Results 1 – 6 of 6) sorted by relevance
21 * @cb: control buffer, for persistent variables of get_next_block()56 * @get_next_block: callback to fetch the next block to search in65 * @get_next_block: fetch next block of data76 unsigned int (*get_next_block)(unsigned int consumed, member 82 * @finish: finalize/clean a series of get_next_block() calls86 * Called after the last use of get_next_block(), may be used
26 * |get_next_block()|<--------------(5)---------------+ |47 * (5) Algorithm calls get_next_block() provided by the user continuously49 * (6) Algorithm invokes finish() after the last call to get_next_block50 * to clean up any leftovers from get_next_block. (Optional)68 * an own get_next_block() implementation and237 conf->get_next_block = get_linear_data; in textsearch_find_continuous()
87 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
156 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block() function 611 previous = get_next_block(bd); in read_bunzip()
145 block_len = conf->get_next_block(consumed, &data, conf, state); }) in fsm_find()
258 get_next_block: in prestera_counter_get() 268 goto get_next_block; in prestera_counter_get()