Home
last modified time | relevance | path

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

/external/pcre/dist2/
Dconfig-cmake.h.in46 #define PCRE2GREP_MAX_BUFSIZE @PCRE2GREP_MAX_BUFSIZE@ macro
Dconfigure.ac673 expanded up to PCRE2GREP_MAX_BUFSIZE if necessary, for files containing very
677 AC_DEFINE_UNQUOTED([PCRE2GREP_MAX_BUFSIZE], [$with_pcre2grep_max_bufsize], [ definition
678 The value of PCRE2GREP_MAX_BUFSIZE specifies the maximum size of the buffer
DCMakeLists.txt174 SET(PCRE2GREP_MAX_BUFSIZE "1048576" CACHE STRING variable
175 …"Buffer maximum size parameter for pcre2grep. See PCRE2GREP_MAX_BUFSIZE in config.h.in for details…
/external/pcre/include_internal/
Dconfig.h229 #define PCRE2GREP_MAX_BUFSIZE 1048576 macro
/external/pcre/dist2/src/
Dconfig.h.generic237 expanded up to PCRE2GREP_MAX_BUFSIZE if necessary, for files containing
245 /* The value of PCRE2GREP_MAX_BUFSIZE specifies the maximum size of the buffer
249 #ifndef PCRE2GREP_MAX_BUFSIZE
250 #define PCRE2GREP_MAX_BUFSIZE 1048576
Dconfig.h.in218 expanded up to PCRE2GREP_MAX_BUFSIZE if necessary, for files containing
224 /* The value of PCRE2GREP_MAX_BUFSIZE specifies the maximum size of the buffer
228 #undef PCRE2GREP_MAX_BUFSIZE
Dpcre2grep.c204 static int max_bufthird = PCRE2GREP_MAX_BUFSIZE;
1180 printf("The default value for --max-buffer-size is %d." STDOUT_NL, PCRE2GREP_MAX_BUFSIZE); in help()