Searched refs:re_string_t (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h320 struct re_string_t struct
375 typedef struct re_string_t re_string_t; typedef in typeref:struct:re_string_t
390 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
394 static void build_wcs_buffer (re_string_t *pstr) internal_function;
395 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
398 static void build_upper_buffer (re_string_t *pstr) internal_function;
399 static void re_string_translate_buffer (re_string_t *pstr) internal_function;
400 static unsigned int re_string_context_at (const re_string_t *input, int idx,
567 re_string_t inpu
[all...]
H A Dregex_internal.c22 re_string_t *pstr,
41 re_string_allocate (re_string_t *pstr, const char *str, int len, int init_len,
69 re_string_construct (re_string_t *pstr, const char *str, int len,
73 memset (pstr, '\0', sizeof (re_string_t));
132 re_string_realloc_buffers (re_string_t *pstr, int new_buf_len)
165 re_string_construct_common (const char *str, int len, re_string_t *pstr,
197 build_wcs_buffer (re_string_t *pstr)
265 build_wcs_upper_buffer (re_string_t *pstr)
481 re_string_skip_chars (re_string_t *pstr, int new_raw_idx, wint_t *last_wc)
520 build_upper_buffer (re_string_t *pst
[all...]
H A Dregcomp.c57 static int fetch_number (re_string_t *input, re_token_t *token,
59 static int peek_token (re_token_t *token, re_string_t *input,
61 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
63 static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg,
66 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
69 static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg,
72 static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg,
75 static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp,
78 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa,
82 re_string_t *regex
[all...]
H A Dregexec.c186 const re_string_t *input, int idx)
3721 const re_string_t *input, int str_idx)
4076 re_string_t *pstr = &mctx->input;

Completed in 46 milliseconds