Home
last modified time | relevance | path

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

/external/pcre/dist2/
Dconfig-cmake.h.in45 #define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@ macro
DCMakeLists.txt171 SET(PCRE2GREP_BUFSIZE "20480" CACHE STRING variable
172 … "Buffer starting size parameter for pcre2grep. See PCRE2GREP_BUFSIZE in config.h.in for details.")
815 MESSAGE(STATUS " Buffer size for pcre2grep ....... : ${PCRE2GREP_BUFSIZE}")
Dconfigure.ac670 AC_DEFINE_UNQUOTED([PCRE2GREP_BUFSIZE], [$with_pcre2grep_bufsize], [ definition
671 The value of PCRE2GREP_BUFSIZE is the starting size of the buffer used by
/external/pcre/include_internal/
Dconfig.h223 #define PCRE2GREP_BUFSIZE 20480 macro
/external/pcre/dist2/src/
Dconfig.h.generic235 /* The value of PCRE2GREP_BUFSIZE is the starting size of the buffer used by
241 #ifndef PCRE2GREP_BUFSIZE
242 #define PCRE2GREP_BUFSIZE 20480
Dconfig.h.in216 /* The value of PCRE2GREP_BUFSIZE is the starting size of the buffer used by
222 #undef PCRE2GREP_BUFSIZE
Dpcre2grep.c203 static int bufthird = PCRE2GREP_BUFSIZE;
205 static int bufsize = 3*PCRE2GREP_BUFSIZE;
1179 printf("The default value for --buffer-size is %d." STDOUT_NL, PCRE2GREP_BUFSIZE); in help()