Searched refs:SETFLDVEC (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1453 #define SETFLDVEC(x,y,v,z) \ macro 1910 #define SETFLDVEC(x,y,v,z) \ macro 2048 #define SETFLDVEC(x,y,v,z) G(x,8)->y[v] = z macro 2152 #define SETFLDVEC(x,y,v,z) G(x,16)->y[v] = z macro 2256 #define SETFLDVEC(x,y,v,z) G(x,32)->y[v] = z macro 7569 SETFLDVEC(match_data, ovector, 0, start_offset); in process_data() 7570 SETFLDVEC(match_data, ovector, 1, end_offset); in process_data()
|