Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregex_internal.h414 #define re_string_get_buffer(pstr) ((pstr)->mbs) macro
H A Dregexec.c1330 char *buf = (char *) re_string_get_buffer (&mctx->input); in proceed_next_node()
2704 const char *buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2754 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2767 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2799 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
3835 = ((const unsigned char *) re_string_get_buffer (input) + str_idx); in check_node_accept_bytes()