• Home
  • Raw
  • Download

Lines Matching refs:CFURLRefObject

2930 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()
3050 static PyObject *CFURLRefObj_CFURLGetBaseURL(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLGetBaseURL()
3065 static PyObject *CFURLRefObj_CFURLCanBeDecomposed(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCanBeDecomposed()
3080 static PyObject *CFURLRefObj_CFURLCopyScheme(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyScheme()
3095 static PyObject *CFURLRefObj_CFURLCopyNetLocation(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyNetLocation()
3110 static PyObject *CFURLRefObj_CFURLCopyPath(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyPath()
3125 static PyObject *CFURLRefObj_CFURLCopyStrictPath(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyStrictPath()
3143 static PyObject *CFURLRefObj_CFURLCopyFileSystemPath(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyFileSystemPath()
3161 static PyObject *CFURLRefObj_CFURLHasDirectoryPath(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLHasDirectoryPath()
3176 static PyObject *CFURLRefObj_CFURLCopyResourceSpecifier(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyResourceSpecifier()
3191 static PyObject *CFURLRefObj_CFURLCopyHostName(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyHostName()
3206 static PyObject *CFURLRefObj_CFURLGetPortNumber(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLGetPortNumber()
3221 static PyObject *CFURLRefObj_CFURLCopyUserName(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyUserName()
3236 static PyObject *CFURLRefObj_CFURLCopyPassword(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyPassword()
3251 static PyObject *CFURLRefObj_CFURLCopyParameterString(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyParameterString()
3269 static PyObject *CFURLRefObj_CFURLCopyQueryString(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyQueryString()
3287 static PyObject *CFURLRefObj_CFURLCopyFragment(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyFragment()
3305 static PyObject *CFURLRefObj_CFURLCopyLastPathComponent(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyLastPathComponent()
3320 static PyObject *CFURLRefObj_CFURLCopyPathExtension(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLCopyPathExtension()
3335 static PyObject *CFURLRefObj_CFURLCreateCopyAppendingPathComponent(CFURLRefObject *_self, PyObject … in CFURLRefObj_CFURLCreateCopyAppendingPathComponent()
3354 static PyObject *CFURLRefObj_CFURLCreateCopyDeletingLastPathComponent(CFURLRefObject *_self, PyObje… in CFURLRefObj_CFURLCreateCopyDeletingLastPathComponent()
3367 static PyObject *CFURLRefObj_CFURLCreateCopyAppendingPathExtension(CFURLRefObject *_self, PyObject … in CFURLRefObj_CFURLCreateCopyAppendingPathExtension()
3383 static PyObject *CFURLRefObj_CFURLCreateCopyDeletingPathExtension(CFURLRefObject *_self, PyObject *… in CFURLRefObj_CFURLCreateCopyDeletingPathExtension()
3396 static PyObject *CFURLRefObj_CFURLGetFSRef(CFURLRefObject *_self, PyObject *_args) in CFURLRefObj_CFURLGetFSRef()
3475 static int CFURLRefObj_compare(CFURLRefObject *self, CFURLRefObject *other) in CFURLRefObj_compare()
3483 static PyObject * CFURLRefObj_repr(CFURLRefObject *self) in CFURLRefObj_repr()
3490 static int CFURLRefObj_hash(CFURLRefObject *self) in CFURLRefObj_hash()
3502 ((CFURLRefObject *)_self)->ob_itself = itself; in CFURLRefObj_tp_init()
3509 ((CFURLRefObject *)_self)->ob_itself = itself; in CFURLRefObj_tp_init()
3521 ((CFURLRefObject *)self)->ob_itself = NULL; in CFURLRefObj_tp_new()
3522 ((CFURLRefObject *)self)->ob_freeit = CFRelease; in CFURLRefObj_tp_new()
3533 sizeof(CFURLRefObject), /*tp_basicsize*/