Home
last modified time | relevance | path

Searched refs:buf_cursor (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-approx.c255 unsigned char *buf_cursor; in tre_tnfa_run_approx() local
288 buf_cursor = buf + tag_bytes; in tre_tnfa_run_approx()
289 buf_cursor += ALIGN(buf_cursor, long); in tre_tnfa_run_approx()
292 reach = (void *)buf_cursor; in tre_tnfa_run_approx()
293 buf_cursor += reach_bytes; in tre_tnfa_run_approx()
294 buf_cursor += ALIGN(buf_cursor, long); in tre_tnfa_run_approx()
297 reach_next = (void *)buf_cursor; in tre_tnfa_run_approx()
298 buf_cursor += reach_bytes; in tre_tnfa_run_approx()
299 buf_cursor += ALIGN(buf_cursor, long); in tre_tnfa_run_approx()
304 reach[i].tags = (void *)buf_cursor; in tre_tnfa_run_approx()
[all …]