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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcregrep.c169 static int bufthird = PCREGREP_BUFSIZE; variable
244 { OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size parameter" },
1024 times the value of bufthird. The matching point is never allowed to stray into
1509 if (bufflength >= (size_t)bufsize && ptr > main_buffer + 2*bufthird)
1513 lastmatchrestart < main_buffer + bufthird)
1521 memmove(main_buffer, main_buffer + bufthird, 2*bufthird);
1522 ptr -= bufthird;
1526 bufflength = 2*bufthird +
1527 gzread (ingz, main_buffer + 2*bufthird, bufthir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcregrep.c169 static int bufthird = PCREGREP_BUFSIZE; variable
244 { OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size parameter" },
1024 times the value of bufthird. The matching point is never allowed to stray into
1509 if (bufflength >= (size_t)bufsize && ptr > main_buffer + 2*bufthird)
1513 lastmatchrestart < main_buffer + bufthird)
1521 memmove(main_buffer, main_buffer + bufthird, 2*bufthird);
1522 ptr -= bufthird;
1526 bufflength = 2*bufthird +
1527 gzread (ingz, main_buffer + 2*bufthird, bufthir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcregrep.c169 static int bufthird = PCREGREP_BUFSIZE; variable
244 { OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size parameter" },
1024 times the value of bufthird. The matching point is never allowed to stray into
1509 if (bufflength >= (size_t)bufsize && ptr > main_buffer + 2*bufthird)
1513 lastmatchrestart < main_buffer + bufthird)
1521 memmove(main_buffer, main_buffer + bufthird, 2*bufthird);
1522 ptr -= bufthird;
1526 bufflength = 2*bufthird +
1527 gzread (ingz, main_buffer + 2*bufthird, bufthir
[all...]

Completed in 128 milliseconds