OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_subject
(Results
1 - 1
of
1
) sorted by null
/external/pcre/dist/
pcre_dfa_exec.c
336
current_subject
where we currently are in the subject string
401
const pcre_uchar *
current_subject
,
494
if (
current_subject
<= start_subject) break;
495
current_subject
--;
496
ACROSSCHAR(
current_subject
> start_subject, *
current_subject
,
current_subject
--);
505
gone_back = (
current_subject
- max_back < start_subject)?
506
(int)(
current_subject
- start_subject) : max_back;
507
current_subject
-= gone_back
3195
const pcre_uchar *
current_subject
, *end_subject;
local
[
all
...]
Completed in 75 milliseconds