• Home
  • Raw
  • Download

Lines Matching refs:CFURLRef

73 extern PyObject *_CFURLRefObj_New(CFURLRef);
74 extern int _CFURLRefObj_Convert(PyObject *, CFURLRef *);
75 extern int _OptionalCFURLRefObj_Convert(PyObject *, CFURLRef *);
103 OptionalCFURLRefObj_Convert(PyObject *v, CFURLRef *p_itself) in OptionalCFURLRefObj_Convert()
2245 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithString()
2246 CFURLRef baseURL; in CFStringRefObj_CFURLCreateWithString()
2261 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithFileSystemPath()
2280 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase()
2283 CFURLRef baseURL; in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase()
2932 CFURLRef ob_itself;
2936 PyObject *CFURLRefObj_New(CFURLRef itself) in CFURLRefObj_New()
2952 int CFURLRefObj_Convert(PyObject *v, CFURLRef *p_itself) in CFURLRefObj_Convert()
3023 CFURLRef _rv; in CFURLRefObj_CFURLCopyAbsoluteURL()
3053 CFURLRef _rv; in CFURLRefObj_CFURLGetBaseURL()
3338 CFURLRef _rv; in CFURLRefObj_CFURLCreateCopyAppendingPathComponent()
3357 CFURLRef _rv; in CFURLRefObj_CFURLCreateCopyDeletingLastPathComponent()
3370 CFURLRef _rv; in CFURLRefObj_CFURLCreateCopyAppendingPathExtension()
3386 CFURLRef _rv; in CFURLRefObj_CFURLCreateCopyDeletingPathExtension()
3497 CFURLRef itself; in CFURLRefObj_tp_init()
4590 CFURLRef _rv; in CF_CFURLCreateWithBytes()
4595 CFURLRef baseURL; in CF_CFURLCreateWithBytes()
4617 CFURLRef _rv; in CF_CFURLCreateFromFileSystemRepresentation()
4641 CFURLRef _rv; in CF_CFURLCreateFromFileSystemRepresentationRelativeToBase()
4646 CFURLRef baseURL; in CF_CFURLCreateFromFileSystemRepresentationRelativeToBase()
4668 CFURLRef _rv; in CF_CFURLCreateFromFSRef()
4839 if (CFGetTypeID(itself) == CFURLGetTypeID()) return CFURLRefObj_New((CFURLRef)itself); in CFObj_New()
4892 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFURLRef, CFURLRefObj_New); in init_CF()
4893 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(CFURLRef, CFURLRefObj_Convert); in init_CF()