OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_subject
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist/
pcre_dfa_exec.c
80
#define PSSTART
start_subject
/* Field containing processed string start */
423
const pcre_uchar *
start_subject
= md->
start_subject
;
local
494
if (current_subject <=
start_subject
) break;
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;
788
current_subject >
start_subject
+ md->start_offset)))
[
all
...]
pcre_exec.c
49
#define PSSTART
start_subject
/* Field containing processed string start */
124
is_subject TRUE if printing from within md->
start_subject
169
register PCRE_PUCHAR p = md->
start_subject
+ md->offset_vector[offset];
[
all
...]
pcre_internal.h
2526
PCRE_PUCHAR
start_subject
; \/* Start of the subject string *\/
member in struct:match_data
2553
const pcre_uchar *
start_subject
; \/* Start of the subject string *\/
member in struct:dfa_match_data
[
all
...]
Completed in 62 milliseconds