Home
last modified time | relevance | path

Searched refs:CFTypeRefObject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c120 typedef struct CFTypeRefObject { struct
124 } CFTypeRefObject; typedef
128 CFTypeRefObject *it; in CFTypeRefObj_New()
134 it = PyObject_NEW(CFTypeRefObject, &CFTypeRef_Type); in CFTypeRefObj_New()
152 *p_itself = ((CFTypeRefObject *)v)->ob_itself; in CFTypeRefObj_Convert()
156 static void CFTypeRefObj_dealloc(CFTypeRefObject *self) in CFTypeRefObj_dealloc()
166 static PyObject *CFTypeRefObj_CFGetTypeID(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFGetTypeID()
181 static PyObject *CFTypeRefObj_CFRetain(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFRetain()
196 static PyObject *CFTypeRefObj_CFRelease(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFRelease()
210 static PyObject *CFTypeRefObj_CFGetRetainCount(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFGetRetainCount()
[all …]