OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_log
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
734
mctx.
state_log
= re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
735
if (BE (mctx.
state_log
== NULL, 0))
742
mctx.
state_log
= NULL;
879
re_dfastate_t *pstate = mctx.
state_log
[match_last];
972
re_free (mctx.
state_log
);
990
assert (mctx->
state_log
!= NULL);
1033
} while (mctx->
state_log
[match_last] == NULL
1034
|| !mctx->
state_log
[match_last]->halt);
1036
mctx->
state_log
[match_last],
[
all
...]
regex_internal.h
623
re_dfastate_t **
state_log
;
member in struct:__anon16806
Completed in 1686 milliseconds