Home
last modified time | relevance | path

Searched refs:PCREGREP_BUFSIZE (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dconfig-cmake.h.in52 #define PCREGREP_BUFSIZE @PCREGREP_BUFSIZE@ macro
Dconfig.h.generic256 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
261 #ifndef PCREGREP_BUFSIZE
262 #define PCREGREP_BUFSIZE 20480
DCMakeLists.txt40 # 2011-08-01 PH added PCREGREP_BUFSIZE
145 SET(PCREGREP_BUFSIZE "20480" CACHE STRING variable
146 "Buffer size parameter for pcregrep. See PCREGREP_BUFSIZE in config.h.in for details.")
953 MESSAGE(STATUS " Buffer size for pcregrep ........ : ${PCREGREP_BUFSIZE}")
Dconfig.h.in245 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
250 #undef PCREGREP_BUFSIZE
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); in help()
Dconfigure.ac755 AC_DEFINE_UNQUOTED([PCREGREP_BUFSIZE], [$with_pcregrep_bufsize], [ definition
756 The value of PCREGREP_BUFSIZE determines the size of buffer used by pcregrep
/external/pcre/
Dconfig.h251 #define PCREGREP_BUFSIZE 20480 macro