Lines Matching refs:PCRE2_SPTR

659   PCRE2_SPTR       subject;          /* The subject that was matched */
660 PCRE2_SPTR mark; /* Pointer to last mark */
686 PCRE2_SPTR group;
697 PCRE2_SPTR group;
713 PCRE2_SPTR name; /* Points to the name in the pattern */
728 PCRE2_SPTR start_workspace; /* The start of working space */
729 PCRE2_SPTR start_code; /* The start of the compiled code */
730 PCRE2_SPTR start_pattern; /* The start of the pattern */
731 PCRE2_SPTR end_pattern; /* The end of the pattern */
778 PCRE2_SPTR subject_position;
779 PCRE2_SPTR last_used_ptr;
795 PCRE2_SPTR ecode; /* The current position in the pattern */
796 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */
833 PCRE2_SPTR eptr; /* MUST BE FIRST */
834 PCRE2_SPTR start_match; /* Can be adjusted by \K */
835 PCRE2_SPTR mark; /* Most recent mark on the success path */
836 PCRE2_SPTR recurse_last_used; /* Last character used at time of pattern recursion */
882 PCRE2_SPTR name_table; /* Table of group names */
883 PCRE2_SPTR start_code; /* For use in pattern recursion */
884 PCRE2_SPTR start_subject; /* Start of the subject string */
885 PCRE2_SPTR check_subject; /* Where UTF-checked from */
886 PCRE2_SPTR end_subject; /* Usable end of the subject string */
887 PCRE2_SPTR true_end_subject; /* Actual end of the subject string */
888 PCRE2_SPTR end_match_ptr; /* Subject position at end match */
889 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
890 PCRE2_SPTR last_used_ptr; /* Latest consulted character */
891 PCRE2_SPTR mark; /* Mark pointer to pass back on success */
892 PCRE2_SPTR nomatch_mark; /* Mark pointer to pass back on failure */
893 PCRE2_SPTR verb_ecode_ptr; /* For passing back info */
894 PCRE2_SPTR verb_skip_ptr; /* For passing back a (*SKIP) name */
913 PCRE2_SPTR start_code; /* Start of the compiled pattern */
914 PCRE2_SPTR start_subject ; /* Start of the subject string */
915 PCRE2_SPTR end_subject; /* End of subject string */
916 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
917 PCRE2_SPTR last_used_ptr; /* Latest consulted character */