Searched refs:PCREGREP_BUFSIZE (Results 1 - 5 of 5) sorted by relevance

/external/pcre/
H A Dconfig.h257 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
262 #ifndef PCREGREP_BUFSIZE
263 #define PCREGREP_BUFSIZE 20480 macro
/external/pcre/dist/
H A Dconfig.h.generic257 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
262 #ifndef PCREGREP_BUFSIZE
263 #define PCREGREP_BUFSIZE 20480
H A Dconfig-cmake.h.in52 #define PCREGREP_BUFSIZE @PCREGREP_BUFSIZE@
H A Dconfig.h.in246 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
251 #undef PCREGREP_BUFSIZE
H A Dpcregrep.c161 static int bufthird = PCREGREP_BUFSIZE;
162 static int bufsize = 3*PCREGREP_BUFSIZE;
925 printf("The default value for --buffer-size is %d.\n", PCREGREP_BUFSIZE);

Completed in 76 milliseconds