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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 749 PCRE2_SIZE *ovec_save; /* Pointer to saved ovector frame */ member in struct:recursion_info
    [all...]
pcre2_match.c 437 point to a new recursion data block, and all its fields other than ovec_save
482 new_recursive->ovec_save = ovecsave;
493 memcpy(mb->ovector, new_recursive->ovec_save,
    [all...]

Completed in 64 milliseconds