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 …]
283 firstitem = items.pop(0)284 self.parser.parseBlocks(li, [firstitem])
2852 PyObject *firstitem = NULL; in batch_list() local2888 firstitem = PyIter_Next(iter); in batch_list()2889 if (firstitem == NULL) { in batch_list()2904 if (save(self, firstitem, 0) < 0) in batch_list()2908 Py_CLEAR(firstitem); in batch_list()2918 if (save(self, firstitem, 0) < 0) in batch_list()2920 Py_CLEAR(firstitem); in batch_list()2948 Py_XDECREF(firstitem); in batch_list()3087 PyObject *firstitem = NULL; in batch_dict() local3125 firstitem = PyIter_Next(iter); in batch_dict()[all …]