Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c133 BATCHSIZE = 1000, enumerator
2914 /* proto > 0: write in batches of BATCHSIZE. */ in batch_list()
2952 /* Fetch and save up to BATCHSIZE items */ in batch_list()
2959 if (n == BATCHSIZE) in batch_list()
2973 } while (n == BATCHSIZE); in batch_list()
3019 /* Write in batches of BATCHSIZE. */ in batch_list_exact()
3033 if (++this_batch == BATCHSIZE) in batch_list_exact()
3157 /* proto > 0: write in batches of BATCHSIZE. */ in batch_dict()
3204 /* Fetch and save up to BATCHSIZE items */ in batch_dict()
3217 if (n == BATCHSIZE) in batch_dict()
[all...]

Completed in 7 milliseconds