HomeSort by relevance Sort by last modified time
    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
3196 const pcre_uchar *current_subject, *end_subject; local
    [all...]

Completed in 40 milliseconds