Lines Matching refs:itself
36 CmpDesc_New(ComponentDescription *itself) in CmpDesc_New() argument
40 PyMac_BuildOSType, itself->componentType, in CmpDesc_New()
41 PyMac_BuildOSType, itself->componentSubType, in CmpDesc_New()
42 PyMac_BuildOSType, itself->componentManufacturer, in CmpDesc_New()
43 itself->componentFlags, itself->componentFlagsMask); in CmpDesc_New()
70 PyObject *CmpInstObj_New(ComponentInstance itself) in CmpInstObj_New() argument
73 if (itself == NULL) { in CmpInstObj_New()
79 it->ob_itself = itself; in CmpInstObj_New()
271 ComponentInstance itself; in CmpInstObj_tp_new() local
274 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CmpInstObj_Convert, &itself)) return NULL; in CmpInstObj_tp_new()
276 ((ComponentInstanceObject *)_self)->ob_itself = itself; in CmpInstObj_tp_new()
341 PyObject *CmpObj_New(Component itself) in CmpObj_New() argument
344 if (itself == NULL) { in CmpObj_New()
351 it->ob_itself = itself; in CmpObj_New()
709 Component itself; in CmpObj_tp_new() local
712 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CmpObj_Convert, &itself)) return NULL; in CmpObj_tp_new()
714 ((ComponentObject *)_self)->ob_itself = itself; in CmpObj_tp_new()