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])
2884 PyObject *firstitem = NULL; in batch_list() local2920 firstitem = PyIter_Next(iter); in batch_list()2921 if (firstitem == NULL) { in batch_list()2936 if (save(self, firstitem, 0) < 0) in batch_list()2940 Py_CLEAR(firstitem); in batch_list()2950 if (save(self, firstitem, 0) < 0) in batch_list()2952 Py_CLEAR(firstitem); in batch_list()2980 Py_XDECREF(firstitem); in batch_list()3119 PyObject *firstitem = NULL; in batch_dict() local3157 firstitem = PyIter_Next(iter); in batch_dict()[all …]