Lines Matching refs:BATCHSIZE
133 BATCHSIZE = 1000,
2914 /* proto > 0: write in batches of BATCHSIZE. */
2952 /* Fetch and save up to BATCHSIZE items */
2959 if (n == BATCHSIZE)
2973 } while (n == BATCHSIZE);
3019 /* Write in batches of BATCHSIZE. */
3033 if (++this_batch == BATCHSIZE)
3157 /* proto > 0: write in batches of BATCHSIZE. */
3204 /* Fetch and save up to BATCHSIZE items */
3217 if (n == BATCHSIZE)
3231 } while (n == BATCHSIZE);
3283 /* Write in batches of BATCHSIZE. */
3299 if (++i == BATCHSIZE)
3311 } while (i == BATCHSIZE);
3428 /* Write in batches of BATCHSIZE. */
3439 if (++i == BATCHSIZE)
3450 } while (i == BATCHSIZE);