Lines Matching refs:PCRE2_SPTR

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