Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c1530 PyTypeObject CFMutableDataRef_Type; variable
1532 …bleDataRefObj_Check(x) ((x)->ob_type == &CFMutableDataRef_Type || PyObject_TypeCheck((x), &CFMutab…
1548 it = PyObject_NEW(CFMutableDataRefObject, &CFMutableDataRef_Type); in CFMutableDataRefObj_New()
1746 PyTypeObject CFMutableDataRef_Type = { variable
4949 CFMutableDataRef_Type.ob_type = &PyType_Type; in init_CF()
4950 CFMutableDataRef_Type.tp_base = &CFDataRef_Type; in init_CF()
4951 if (PyType_Ready(&CFMutableDataRef_Type) < 0) return; in init_CF()
4952 Py_INCREF(&CFMutableDataRef_Type); in init_CF()
4953 PyModule_AddObject(m, "CFMutableDataRef", (PyObject *)&CFMutableDataRef_Type); in init_CF()
4955 Py_INCREF(&CFMutableDataRef_Type); in init_CF()
[all …]