Searched refs:firstitem (Results 1 – 3 of 3) sorted by relevance
1638 PyObject *firstitem = NULL; in batch_list() local1668 firstitem = PyIter_Next(iter); in batch_list()1669 if (firstitem == NULL) { in batch_list()1684 if (save(self, firstitem, 0) < 0) in batch_list()1688 Py_CLEAR(firstitem); in batch_list()1698 if (save(self, firstitem, 0) < 0) in batch_list()1700 Py_CLEAR(firstitem); in batch_list()1728 Py_XDECREF(firstitem); in batch_list()1806 PyObject *firstitem = NULL; in batch_dict() local1843 firstitem = PyIter_Next(iter); in batch_dict()[all …]
2594 PyObject *firstitem = NULL; in batch_list() local2630 firstitem = PyIter_Next(iter); in batch_list()2631 if (firstitem == NULL) { in batch_list()2646 if (save(self, firstitem, 0) < 0) in batch_list()2650 Py_CLEAR(firstitem); in batch_list()2660 if (save(self, firstitem, 0) < 0) in batch_list()2662 Py_CLEAR(firstitem); in batch_list()2690 Py_XDECREF(firstitem); in batch_list()2829 PyObject *firstitem = NULL; in batch_dict() local2867 firstitem = PyIter_Next(iter); in batch_dict()[all …]
283 firstitem = items.pop(0)284 self.parser.parseBlocks(li, [firstitem])