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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtextsearch.h23 * @cb: control buffer, for persistent variables of get_next_block()
57 * @get_next_block: callback to fetch the next block to search in
65 * get_next_block - fetch next block of data
76 unsigned int (*get_next_block)(unsigned int consumed, member in struct:ts_config
82 * finish - finalize/clean a series of get_next_block() calls
86 * Called after the last use of get_next_block(), may be used
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dts_kmp.c52 text_len = conf->get_next_block(consumed, &text, conf, state);
H A Dtextsearch.c25 * |get_next_block()|<--------------(5)---------------+ |
46 * (5) Algorithm calls get_next_block() provided by the user continously
48 * (6) Algorithm invokes finish() after the last call to get_next_block
49 * to clean up any leftovers from get_next_block. (Optional)
63 * continuous() for linear data or by providing an own get_next_block()
229 conf->get_next_block = get_linear_data;
H A Dts_bm.c65 text_len = conf->get_next_block(consumed, &text, conf, state);
H A Dts_fsm.c149 block_len = conf->get_next_block(consumed, &data, conf, state); })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c138 static int get_next_block(bunzip_data *bd) function
617 previous = get_next_block(bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10385 static errcode_t get_next_block(ext2_filsys fs, struct out_dir *outdir, function
10543 if ((retval = get_next_block(fs, outdir, &block_start)))
10555 if ((retval = get_next_block(fs, outdir,
10697 if ((retval = get_next_block(fs, outdir,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dskbuff.c1876 config->get_next_block = skb_ts_get_next_block;

Completed in 111 milliseconds