Searched refs:SETFLDVEC (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1299 #define SETFLDVEC(x,y,v,z) \ macro 1707 #define SETFLDVEC(x,y,v,z) \ macro 1836 #define SETFLDVEC(x,y,v,z) G(x,8)->y[v] = z macro 1931 #define SETFLDVEC(x,y,v,z) G(x,16)->y[v] = z macro 2026 #define SETFLDVEC(x,y,v,z) G(x,32)->y[v] = z macro 6681 SETFLDVEC(match_data, ovector, 0, start_offset); in process_data() 6682 SETFLDVEC(match_data, ovector, 1, end_offset); in process_data()
|