Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py241 CFMutableDataRef = OpaqueByValueType("CFMutableDataRef", "CFMutableDataRefObj") variable
D_CFmodule.c58 extern PyObject *_CFMutableDataRefObj_New(CFMutableDataRef);
59 extern int _CFMutableDataRefObj_Convert(PyObject *, CFMutableDataRef *);
1536 CFMutableDataRef ob_itself;
1540 PyObject *CFMutableDataRefObj_New(CFMutableDataRef itself) in CFMutableDataRefObj_New()
1556 int CFMutableDataRefObj_Convert(PyObject *v, CFMutableDataRef *p_itself) in CFMutableDataRefObj_Convert()
1714 CFMutableDataRef itself; in CFMutableDataRefObj_tp_init()
3765 CFMutableDataRef _rv; in CF_CFDataCreateMutable()
3783 CFMutableDataRef _rv; in CF_CFDataCreateMutableCopy()