HomeSort by relevance Sort by last modified time
    Searched refs:PCREGREP_BUFSIZE (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/
config.h.generic 256 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
261 #ifndef PCREGREP_BUFSIZE
262 #define PCREGREP_BUFSIZE 20480
config-cmake.h.in 52 #define PCREGREP_BUFSIZE @PCREGREP_BUFSIZE@
config.h.in 245 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
250 #undef PCREGREP_BUFSIZE
pcregrep.c 161 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);
    [all...]
  /external/pcre/
config.h 246 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
251 #define PCREGREP_BUFSIZE 20480

Completed in 80 milliseconds