HomeSort by relevance Sort by last modified time
    Searched refs:last_used_ptr (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist2/src/
pcre2_intmodedep.h 869 PCRE2_SPTR last_used_ptr; \/* Latest consulted character *\/ member in struct:match_block
896 PCRE2_SPTR last_used_ptr; \/* Latest consulted character *\/ member in struct:dfa_match_block
    [all...]
pcre2_dfa_match.c 689 if (ptr > mb->last_used_ptr) mb->last_used_ptr = ptr;
    [all...]
pcre2_match.c 776 if (Feptr > mb->last_used_ptr) mb->last_used_ptr = Feptr;
842 if (Feptr > mb->last_used_ptr) mb->last_used_ptr = Feptr;
    [all...]

Completed in 577 milliseconds