Searched refs:fdescr (Results 1 – 1 of 1) sorted by relevance
222 CFieldObject *fdescr; in MakeFields() local229 fdescr = (CFieldObject *)PyObject_GetAttr(descr->proto, fname); in MakeFields()230 if (fdescr == NULL) { in MakeFields()234 if (!Py_IS_TYPE(fdescr, &PyCField_Type)) { in MakeFields()236 Py_DECREF(fdescr); in MakeFields()240 if (fdescr->anonymous) { in MakeFields()241 int rc = MakeFields(type, fdescr, in MakeFields()242 index + fdescr->index, in MakeFields()243 offset + fdescr->offset); in MakeFields()244 Py_DECREF(fdescr); in MakeFields()[all …]