Searched refs:Idx (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libroot/posix/glibc/regex/ |
H A D | regex_internal.h | 189 typedef regoff_t Idx; typedef 269 Idx alloc; 270 Idx nelem; 271 Idx *elems; 357 Idx nmbchars; 360 Idx ncoll_syms; 363 Idx nequiv_classes; 366 Idx nranges; 369 Idx nchar_classes; 382 Idx idx; /* for BACK_REF */ [all …]
|
H A D | regexec.c | 21 Idx n); 24 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node, 25 Idx str_idx, Idx from, Idx to); 26 static Idx search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx); 27 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node, 28 Idx str_idx); 30 Idx node, Idx str_idx); 32 re_dfastate_t **limited_sts, Idx last_node, 33 Idx last_str_idx); 35 const char *string, Idx length, [all …]
|
H A D | regex_internal.c | 20 static void re_string_construct_common (const char *str, Idx len, 32 Idx new_buf_len); 39 static unsigned int re_string_context_at (const re_string_t *input, Idx idx, 49 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, in re_string_allocate() 53 Idx init_buf_len; in re_string_allocate() 77 re_string_construct (re_string_t *pstr, const char *str, Idx len, in re_string_construct() 140 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) in re_string_realloc_buffers() 148 const size_t max_object_size = MAX (sizeof (wint_t), sizeof (Idx)); in re_string_realloc_buffers() 158 Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len); in re_string_realloc_buffers() 179 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common() [all …]
|
H A D | regcomp.c | 52 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint); 53 static Idx search_duplicated_node (const re_dfa_t *dfa, Idx org_node, 57 Idx node, bool root); 59 static Idx fetch_number (re_string_t *input, re_token_t *token, 67 Idx nest, reg_errcode_t *err); 70 Idx nest, reg_errcode_t *err); 73 Idx nest, reg_errcode_t *err); 76 Idx nest, reg_errcode_t *err); 95 Idx *equiv_class_alloc, 100 Idx *char_class_alloc, [all …]
|