Searched refs:re_string_length (Results 1 – 2 of 2) sorted by relevance
446 #define re_string_length(pstr) ((pstr)->len) macro
1808 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()1997 && re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()2040 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()2054 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
Completed in 13 milliseconds