Lines Matching defs:batch
63 struct file_entry *batch;
114 if ((*lds)->batch)
115 lws_free((*lds)->batch);
255 * The oldest subset of BATCH_COUNT files are sorted into the cd->batch
290 lds->batch = lws_malloc(sizeof(struct file_entry) *
292 if (!lds->batch) {
345 * once we filled up the batch with candidates, we don't
360 /* we are still accepting anything to fill the batch */
362 p = &lds->batch[lds->batch_in_use++];
481 lws_free(lds->batch);
482 lds->batch = NULL;