Lines Matching refs:PCRE2_SPTR

633   PCRE2_SPTR       subject;       /* The subject that was matched */
634 PCRE2_SPTR mark; /* Pointer to last mark */
655 PCRE2_SPTR group;
661 PCRE2_SPTR group;
677 PCRE2_SPTR name; /* Points to the name in the pattern */
692 PCRE2_SPTR start_workspace; /* The start of working space */
693 PCRE2_SPTR start_code; /* The start of the compiled code */
694 PCRE2_SPTR start_pattern; /* The start of the pattern */
695 PCRE2_SPTR end_pattern; /* The end of the pattern */
696 PCRE2_SPTR nestptr[2]; /* Pointer(s) saved for string substitution */
751 PCRE2_SPTR subject_position; /* Position at start of recursion */
758 PCRE2_SPTR subject_position;
769 PCRE2_SPTR epb_saved_eptr;
797 PCRE2_SPTR name_table; /* Table of group names */
798 PCRE2_SPTR start_code; /* For use when recursing */
799 PCRE2_SPTR start_subject; /* Start of the subject string */
800 PCRE2_SPTR end_subject; /* End of the subject string */
801 PCRE2_SPTR start_match_ptr; /* Start of matched string */
802 PCRE2_SPTR end_match_ptr; /* Subject position at end match */
803 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
804 PCRE2_SPTR last_used_ptr; /* Latest consulted character */
805 PCRE2_SPTR mark; /* Mark pointer to pass back on success */
806 PCRE2_SPTR nomatch_mark; /* Mark pointer to pass back on failure */
807 PCRE2_SPTR once_target; /* Where to back up to for atomic groups */
832 PCRE2_SPTR start_code; /* Start of the compiled pattern */
833 PCRE2_SPTR start_subject ; /* Start of the subject string */
834 PCRE2_SPTR end_subject; /* End of subject string */
835 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
836 PCRE2_SPTR last_used_ptr; /* Latest consulted character */