OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:re_match_context_t
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
23
static reg_errcode_t match_ctx_init (
re_match_context_t
*cache, int eflags,
25
static void match_ctx_clean (
re_match_context_t
*mctx) internal_function;
26
static void match_ctx_free (
re_match_context_t
*cache) internal_function;
27
static reg_errcode_t match_ctx_add_entry (
re_match_context_t
*cache, Idx node,
30
static Idx search_cur_bkref_entry (const
re_match_context_t
*mctx, Idx str_idx)
32
static reg_errcode_t match_ctx_add_subtop (
re_match_context_t
*mctx, Idx node,
60
static reg_errcode_t prune_impossible_nodes (
re_match_context_t
*mctx)
62
static Idx check_matching (
re_match_context_t
*mctx, bool fl_longest_match,
64
static Idx check_halt_state_context (const
re_match_context_t
*mctx,
76
const
re_match_context_t
*mctx
[
all
...]
regex_internal.h
633
}
re_match_context_t
;
typedef in typeref:struct:__anon19638
Completed in 51 milliseconds