Searched refs:CFMutableStringRefObject (Results 1 – 1 of 1) sorted by relevance
2542 typedef struct CFMutableStringRefObject { struct2546 } CFMutableStringRefObject; argument2550 CFMutableStringRefObject *it; in CFMutableStringRefObj_New()2556 it = PyObject_NEW(CFMutableStringRefObject, &CFMutableStringRef_Type); in CFMutableStringRefObj_New()2575 *p_itself = ((CFMutableStringRefObject *)v)->ob_itself; in CFMutableStringRefObj_Convert()2579 static void CFMutableStringRefObj_dealloc(CFMutableStringRefObject *self) in CFMutableStringRefObj_dealloc()2589 static PyObject *CFMutableStringRefObj_CFStringAppend(CFMutableStringRefObject *_self, PyObject *_a… in CFMutableStringRefObj_CFStringAppend()2606 static PyObject *CFMutableStringRefObj_CFStringAppendCharacters(CFMutableStringRefObject *_self, Py… in CFMutableStringRefObj_CFStringAppendCharacters()2626 static PyObject *CFMutableStringRefObj_CFStringAppendPascalString(CFMutableStringRefObject *_self, … in CFMutableStringRefObj_CFStringAppendPascalString()2646 static PyObject *CFMutableStringRefObj_CFStringAppendCString(CFMutableStringRefObject *_self, PyObj… in CFMutableStringRefObj_CFStringAppendCString()[all …]