Searched refs:re_match_context_t (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c21 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
23 static void match_ctx_clean (re_match_context_t *mctx) internal_function;
24 static void match_ctx_free (re_match_context_t *cache) internal_function;
25 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, int node,
28 static int search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx)
30 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, int node,
55 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx)
57 static int check_matching (re_match_context_t *mctx, int fl_longest_match,
59 static int check_halt_state_context (const re_match_context_t *mctx,
71 const re_match_context_t *mct
[all...]
H A Dregex_internal.h589 } re_match_context_t; typedef in typeref:struct:__anon5502

Completed in 38 milliseconds