Lines Matching refs:PCRE2_SPTR

655   PCRE2_SPTR       subject;       /* The subject that was matched */
656 PCRE2_SPTR mark; /* Pointer to last mark */
679 PCRE2_SPTR group;
690 PCRE2_SPTR group;
706 PCRE2_SPTR name; /* Points to the name in the pattern */
721 PCRE2_SPTR start_workspace; /* The start of working space */
722 PCRE2_SPTR start_code; /* The start of the compiled code */
723 PCRE2_SPTR start_pattern; /* The start of the pattern */
724 PCRE2_SPTR end_pattern; /* The end of the pattern */
771 PCRE2_SPTR subject_position;
787 PCRE2_SPTR ecode; /* The current position in the pattern */
788 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */
825 PCRE2_SPTR eptr; /* MUST BE FIRST */
826 PCRE2_SPTR start_match; /* Can be adjusted by \K */
827 PCRE2_SPTR mark; /* Most recent mark on the success path */
866 PCRE2_SPTR name_table; /* Table of group names */
867 PCRE2_SPTR start_code; /* For use when recursing */
868 PCRE2_SPTR start_subject; /* Start of the subject string */
869 PCRE2_SPTR check_subject; /* Where UTF-checked from */
870 PCRE2_SPTR end_subject; /* End of the subject string */
871 PCRE2_SPTR end_match_ptr; /* Subject position at end match */
872 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
873 PCRE2_SPTR last_used_ptr; /* Latest consulted character */
874 PCRE2_SPTR mark; /* Mark pointer to pass back on success */
875 PCRE2_SPTR nomatch_mark; /* Mark pointer to pass back on failure */
876 PCRE2_SPTR verb_ecode_ptr; /* For passing back info */
877 PCRE2_SPTR verb_skip_ptr; /* For passing back a (*SKIP) name */
896 PCRE2_SPTR start_code; /* Start of the compiled pattern */
897 PCRE2_SPTR start_subject ; /* Start of the subject string */
898 PCRE2_SPTR end_subject; /* End of subject string */
899 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
900 PCRE2_SPTR last_used_ptr; /* Latest consulted character */