Lines Matching refs:names
3053 PyObject *names;
3081 /* look the 'raw' name up in the names dictionary */
3086 value = PyDict_GetItemWithError(self->names, key);
3129 /* add to names dictionary */
3130 if (PyDict_SetItem(self->names, key, value) < 0) {
3602 self->target = self->entity = self->names = NULL;
3641 self->names = PyDict_New();
3642 if (!self->names) {
3650 Py_CLEAR(self->names);
3666 Py_CLEAR(self->names);
3767 Py_VISIT(self->names);
3793 Py_CLEAR(self->names);