Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c721 ? 0 : re_string_byte_at (&mctx.input, offset)); in re_search_internal()
3642 unsigned char c = re_string_byte_at (input, str_idx), d; in check_node_accept_bytes()
3649 d = re_string_byte_at (input, str_idx + 1); in check_node_accept_bytes()
3684 d = re_string_byte_at (input, str_idx + i); in check_node_accept_bytes()
3700 re_string_byte_at (input, str_idx) == '\n') || in check_node_accept_bytes()
3702 re_string_byte_at (input, str_idx) == '\0')) in check_node_accept_bytes()
3931 ch = re_string_byte_at (&mctx->input, idx); in check_node_accept()
A Dregex_internal.h359 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) macro
A Dregex_internal.c865 c = re_string_byte_at (input, idx); in re_string_context_at()

Completed in 14 milliseconds