Searched refs:PCRE2GREP_MAX_BUFSIZE (Results 1 – 7 of 7) sorted by relevance
46 #define PCRE2GREP_MAX_BUFSIZE @PCRE2GREP_MAX_BUFSIZE@ macro
673 expanded up to PCRE2GREP_MAX_BUFSIZE if necessary, for files containing very677 AC_DEFINE_UNQUOTED([PCRE2GREP_MAX_BUFSIZE], [$with_pcre2grep_max_bufsize], [ definition678 The value of PCRE2GREP_MAX_BUFSIZE specifies the maximum size of the buffer
174 SET(PCRE2GREP_MAX_BUFSIZE "1048576" CACHE STRING variable175 …"Buffer maximum size parameter for pcre2grep. See PCRE2GREP_MAX_BUFSIZE in config.h.in for details…
229 #define PCRE2GREP_MAX_BUFSIZE 1048576 macro
237 expanded up to PCRE2GREP_MAX_BUFSIZE if necessary, for files containing245 /* The value of PCRE2GREP_MAX_BUFSIZE specifies the maximum size of the buffer249 #ifndef PCRE2GREP_MAX_BUFSIZE250 #define PCRE2GREP_MAX_BUFSIZE 1048576
218 expanded up to PCRE2GREP_MAX_BUFSIZE if necessary, for files containing224 /* The value of PCRE2GREP_MAX_BUFSIZE specifies the maximum size of the buffer228 #undef PCRE2GREP_MAX_BUFSIZE
204 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()