Home | History | Annotate | Download | only in policyrep

Lines Matching refs:old_str

1000     PyObject *old_str = PyObject_Str(value);
1004 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
1006 Py_DECREF(old_str);
2753 PyObject *old_str = PyObject_Str(value);
2757 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str));
2759 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
2762 Py_DECREF(old_str);