Searched defs:move (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_buffer.c60 int move = 0; local
87 move = 1;
164 * large bucket), then move the buckets instead of copying
167 if (move && APR_BUCKET_IS_HEAP(e)) {
171 move = 0;

Completed in 2960 milliseconds