Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h357 #define re_string_get_buffer(pstr) ((pstr)->mbs) macro
A Dregexec.c1225 char *buf = (char *) re_string_get_buffer (&mctx->input); in proceed_next_node()
2594 const char *buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2644 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2657 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2689 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
3716 = ((const unsigned char *) re_string_get_buffer (input) + str_idx); in check_node_accept_bytes()

Completed in 11 milliseconds