Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c2930 typedef struct CFURLRefObject { struct
2934 } CFURLRefObject; argument
2938 CFURLRefObject *it; in CFURLRefObj_New()
2944 it = PyObject_NEW(CFURLRefObject, &CFURLRef_Type); in CFURLRefObj_New()
2963 *p_itself = ((CFURLRefObject *)v)->ob_itself; in CFURLRefObj_Convert()
2967 static void CFURLRefObj_dealloc(CFURLRefObject *self) in CFURLRefObj_dealloc()
2977 static PyObject *CFURLRefObj_CFURLCreateData(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCreateData()
2996 static PyObject *CFURLRefObj_CFURLGetFileSystemRepresentation(CFURLRefObject *_self, PyObject *_arg… in CFURLRefObj_CFURLGetFileSystemRepresentation()
3020 static PyObject *CFURLRefObj_CFURLCopyAbsoluteURL(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyAbsoluteURL()
3035 static PyObject *CFURLRefObj_CFURLGetString(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLGetString()
[all …]