Lines Matching refs:CFDataRefObject
1303 typedef struct CFDataRefObject { struct
1307 } CFDataRefObject; argument
1311 CFDataRefObject *it; in CFDataRefObj_New()
1317 it = PyObject_NEW(CFDataRefObject, &CFDataRef_Type); in CFDataRefObj_New()
1342 *p_itself = ((CFDataRefObject *)v)->ob_itself; in CFDataRefObj_Convert()
1346 static void CFDataRefObj_dealloc(CFDataRefObject *self) in CFDataRefObj_dealloc()
1356 static PyObject *CFDataRefObj_CFDataCreateCopy(CFDataRefObject *_self, PyObject *_args) in CFDataRefObj_CFDataCreateCopy()
1369 static PyObject *CFDataRefObj_CFDataGetLength(CFDataRefObject *_self, PyObject *_args) in CFDataRefObj_CFDataGetLength()
1384 static PyObject *CFDataRefObj_CFStringCreateFromExternalRepresentation(CFDataRefObject *_self, PyOb… in CFDataRefObj_CFStringCreateFromExternalRepresentation()
1400 static PyObject *CFDataRefObj_CFDataGetData(CFDataRefObject *_self, PyObject *_args) in CFDataRefObj_CFDataGetData()
1427 static int CFDataRefObj_compare(CFDataRefObject *self, CFDataRefObject *other) in CFDataRefObj_compare()
1435 static PyObject * CFDataRefObj_repr(CFDataRefObject *self) in CFDataRefObj_repr()
1442 static int CFDataRefObj_hash(CFDataRefObject *self) in CFDataRefObj_hash()
1454 ((CFDataRefObject *)_self)->ob_itself = itself; in CFDataRefObj_tp_init()
1461 ((CFDataRefObject *)_self)->ob_itself = itself; in CFDataRefObj_tp_init()
1473 ((CFDataRefObject *)self)->ob_itself = NULL; in CFDataRefObj_tp_new()
1474 ((CFDataRefObject *)self)->ob_freeit = CFRelease; in CFDataRefObj_tp_new()
1485 sizeof(CFDataRefObject), /*tp_basicsize*/