Searched refs:CONVERT_COPY (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1010 #define CONVERT_COPY(a,b,c) \ macro 1547 #define CONVERT_COPY(a,b,c) \ macro 1961 #define CONVERT_COPY(a,b,c) memcpy(G(a,8),(char *)b, c) macro 2065 #define CONVERT_COPY(a,b,c) memcpy(G(a,16),(char *)b, (c)*2) macro 2169 #define CONVERT_COPY(a,b,c) memcpy(G(a,32),(char *)b, (c)*4) macro 5530 CONVERT_COPY(pbuffer, converted_pattern, converted_length + 1); in process_pattern()
|