Lines Matching refs:file_action
7202 PyObject *file_action = NULL; in parse_file_actions() local
7219 file_action = PySequence_Fast_GET_ITEM(seq, i); in parse_file_actions()
7220 Py_INCREF(file_action); in parse_file_actions()
7221 if (!PyTuple_Check(file_action) || !PyTuple_GET_SIZE(file_action)) { in parse_file_actions()
7226 long tag = PyLong_AsLong(PyTuple_GET_ITEM(file_action, 0)); in parse_file_actions()
7237 if (!PyArg_ParseTuple(file_action, "OiO&ik" in parse_file_actions()
7260 if (!PyArg_ParseTuple(file_action, "Oi" in parse_file_actions()
7275 if (!PyArg_ParseTuple(file_action, "Oii" in parse_file_actions()
7292 if (!PyArg_ParseTuple(file_action, "Oi" in parse_file_actions()
7313 Py_DECREF(file_action); in parse_file_actions()
7321 Py_DECREF(file_action); in parse_file_actions()