Searched defs:current_subject (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | 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 398 internal_dfa_exec( dfa_match_data *md, const pcre_uchar *this_start_code, const pcre_uchar *current_subject, int start_offset, int *offsets, int offsetcount, int *workspace, int wscount, int rlevel) argument 3195 const pcre_uchar *current_subject, *end_subject; local [all...] |
Completed in 79 milliseconds