Lines Matching refs:PCRE2_SPTR

657   PCRE2_SPTR       subject;          /* The subject that was matched */
658 PCRE2_SPTR mark; /* Pointer to last mark */
683 PCRE2_SPTR group;
694 PCRE2_SPTR group;
710 PCRE2_SPTR name; /* Points to the name in the pattern */
725 PCRE2_SPTR start_workspace; /* The start of working space */
726 PCRE2_SPTR start_code; /* The start of the compiled code */
727 PCRE2_SPTR start_pattern; /* The start of the pattern */
728 PCRE2_SPTR end_pattern; /* The end of the pattern */
775 PCRE2_SPTR subject_position;
791 PCRE2_SPTR ecode; /* The current position in the pattern */
792 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */
829 PCRE2_SPTR eptr; /* MUST BE FIRST */
830 PCRE2_SPTR start_match; /* Can be adjusted by \K */
831 PCRE2_SPTR mark; /* Most recent mark on the success path */
877 PCRE2_SPTR name_table; /* Table of group names */
878 PCRE2_SPTR start_code; /* For use when recursing */
879 PCRE2_SPTR start_subject; /* Start of the subject string */
880 PCRE2_SPTR check_subject; /* Where UTF-checked from */
881 PCRE2_SPTR end_subject; /* End of the subject string */
882 PCRE2_SPTR end_match_ptr; /* Subject position at end match */
883 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
884 PCRE2_SPTR last_used_ptr; /* Latest consulted character */
885 PCRE2_SPTR mark; /* Mark pointer to pass back on success */
886 PCRE2_SPTR nomatch_mark; /* Mark pointer to pass back on failure */
887 PCRE2_SPTR verb_ecode_ptr; /* For passing back info */
888 PCRE2_SPTR verb_skip_ptr; /* For passing back a (*SKIP) name */
907 PCRE2_SPTR start_code; /* Start of the compiled pattern */
908 PCRE2_SPTR start_subject ; /* Start of the subject string */
909 PCRE2_SPTR end_subject; /* End of subject string */
910 PCRE2_SPTR start_used_ptr; /* Earliest consulted character */
911 PCRE2_SPTR last_used_ptr; /* Latest consulted character */