Searched refs:bufthird (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c161 static int bufthird = PCREGREP_BUFSIZE; variable
335 { OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size parameter" },
1479 times the value of bufthird. The matching point is never allowed to stray into
1996 if (bufflength >= (size_t)bufsize && ptr > main_buffer + 2*bufthird)
2000 lastmatchrestart < main_buffer + bufthird)
2008 memmove(main_buffer, main_buffer + bufthird, 2*bufthird);
2009 ptr -= bufthird;
2013 bufflength = 2*bufthird +
2014 gzread (ingz, main_buffer + 2*bufthird, bufthir
[all...]

Completed in 347 milliseconds