HomeSort by relevance Sort by last modified time
    Searched defs:start_subject (Results 1 - 2 of 2) 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_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 67 milliseconds