Searched defs:start_subject (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c80 #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)))
797 offsets[0] = (int)(current_subject - start_subject);
798 offsets[1] = (int)(ptr - start_subject);
[all...]
H A Dpcre_internal.h2526 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

Completed in 33 milliseconds