OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_subject
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
pcre_exec.c
50
#define PSEND
end_subject
/* Field containing processed string end */
135
if (is_subject && length > md->
end_subject
- p) length = md->
end_subject
- p;
175
if (eptr >= md->
end_subject
)
215
if (eptr >= md->
end_subject
) return -2; /* Partial match */
239
if (eptr >= md->
end_subject
) return -2; /* Partial match */
256
if (eptr >= md->
end_subject
) return -2; /* Partial match */
474
if (md->partial != 0 && eptr >= md->
end_subject
&& \
490
the md structure (e.g. utf,
end_subject
) into individual variables to improve
6380
PCRE_PUCHAR
end_subject
;
local
[
all
...]
pcre_dfa_exec.c
81
#define PSEND
end_subject
/* Field containing processed string end */
424
const pcre_uchar *
end_subject
= md->
end_subject
;
local
618
if (ptr <
end_subject
)
3196
const pcre_uchar *current_subject, *
end_subject
;
local
[
all
...]
Completed in 455 milliseconds