Home
last modified time | relevance | path

Searched refs:temp_sptr (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c1044 #define Lstart_eptr F->temp_sptr[0] in match()
1045 #define Lcharptr F->temp_sptr[1] in match()
1395 #define Lstart_eptr F->temp_sptr[0] in match()
1788 #define Lstart_eptr F->temp_sptr[0] in match()
1789 #define Lbyte_map_address F->temp_sptr[1] in match()
2028 #define Lstart_eptr F->temp_sptr[0] in match()
2029 #define Lxclass_data F->temp_sptr[1] in match()
2470 #define Lstart_eptr F->temp_sptr[0] in match()
4616 #define Lstart F->temp_sptr[0] in match()
4847 #define Lnext_ecode F->temp_sptr[0] in match()
[all …]
Dpcre2_intmodedep.h786 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */ member