Lines Matching refs:buf_cursor
255 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()
305 buf_cursor += tag_bytes; in tre_tnfa_run_approx()
306 reach_next[i].tags = (void *)buf_cursor; in tre_tnfa_run_approx()
307 buf_cursor += tag_bytes; in tre_tnfa_run_approx()
309 assert(buf_cursor <= buf + total_bytes); in tre_tnfa_run_approx()