Searched refs:str_source (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-match-utils.h | 9 #define str_source ((const tre_str_source*)string) macro 75 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \ 76 str_source->context); \ 104 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \ 105 str_source->context); \ 128 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \ 129 str_source->context); \
|
H A D | tre-match-backtrack.c | 168 str_source->rewind(pos + pos_add_next, str_source->context); \ 303 str_source->rewind(pos + pos_add_next, str_source->context); in tre_tnfa_run_backtrack() 447 result = str_source->compare((unsigned)so, (unsigned)pos, in tre_tnfa_run_backtrack() 449 str_source->context); in tre_tnfa_run_backtrack()
|