Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c1534 typedef struct CFMutableDataRefObject { struct
1538 } CFMutableDataRefObject; argument
1542 CFMutableDataRefObject *it; in CFMutableDataRefObj_New()
1548 it = PyObject_NEW(CFMutableDataRefObject, &CFMutableDataRef_Type); in CFMutableDataRefObj_New()
1567 *p_itself = ((CFMutableDataRefObject *)v)->ob_itself; in CFMutableDataRefObj_Convert()
1571 static void CFMutableDataRefObj_dealloc(CFMutableDataRefObject *self) in CFMutableDataRefObj_dealloc()
1581 static PyObject *CFMutableDataRefObj_CFDataSetLength(CFMutableDataRefObject *_self, PyObject *_args) in CFMutableDataRefObj_CFDataSetLength()
1598 static PyObject *CFMutableDataRefObj_CFDataIncreaseLength(CFMutableDataRefObject *_self, PyObject *… in CFMutableDataRefObj_CFDataIncreaseLength()
1615 static PyObject *CFMutableDataRefObj_CFDataAppendBytes(CFMutableDataRefObject *_self, PyObject *_ar… in CFMutableDataRefObj_CFDataAppendBytes()
1635 static PyObject *CFMutableDataRefObj_CFDataReplaceBytes(CFMutableDataRefObject *_self, PyObject *_a… in CFMutableDataRefObj_CFDataReplaceBytes()
[all …]