Searched refs:CFMutableDataRefObject (Results 1 – 1 of 1) sorted by relevance
1534 typedef struct CFMutableDataRefObject { struct1538 } CFMutableDataRefObject; argument1542 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 …]