• Home
  • Raw
  • Download

Lines Matching refs:FSRef

32 extern int _PyMac_GetFSRef(PyObject *v, FSRef *fsr);
33 extern PyObject *_PyMac_BuildFSRef(FSRef *spec);
45 extern int PyMac_GetFSRef(PyObject *v, FSRef *fsr);
46 extern PyObject *PyMac_BuildFSRef(FSRef *spec);
51 static PyObject *FSRef_New(FSRef *itself);
97 myPyMac_GetOptFSRefPtr(PyObject *v, FSRef **ref) in myPyMac_GetOptFSRefPtr()
120 FSRef fsr; in _PyMac_GetFullPathname()
870 FSRef fromFile__buf__; in Alias_FSResolveAliasWithMountFlags()
871 FSRef *fromFile = &fromFile__buf__; in Alias_FSResolveAliasWithMountFlags()
872 FSRef target; in Alias_FSResolveAliasWithMountFlags()
895 FSRef fromFile__buf__; in Alias_FSResolveAlias()
896 FSRef *fromFile = &fromFile__buf__; in Alias_FSResolveAlias()
897 FSRef target; in Alias_FSResolveAlias()
917 FSRef fromFile; in Alias_FSFollowFinderAlias()
919 FSRef target; in Alias_FSFollowFinderAlias()
1307 FSRef newRef; in FSSpec_FSpMakeFSRef()
1550 FSRef ob_itself;
1553 static PyObject *FSRef_New(FSRef *itself) in FSRef_New()
1577 FSRef newRef; in FSRef_FSMakeFSRefUnicode()
1597 FSRef ref2; in FSRef_FSCompareFSRefs()
1618 FSRef newRef; in FSRef_FSCreateFileUnicode()
1661 FSRef newRef; in FSRef_FSCreateDirectoryUnicode()
1716 FSRef destDirectory; in FSRef_FSMoveObject()
1717 FSRef newRef; in FSRef_FSMoveObject()
1734 FSRef destRef; in FSRef_FSExchangeObjects()
1754 FSRef newRef; in FSRef_FSRenameUnicode()
1780 FSRef parentRef; in FSRef_FSGetCatalogInfo()
2055 if (rawdatalen != sizeof(FSRef)) in FSRef_tp_init()
2074 memset(&((FSRefObject *)self)->ob_itself, 0, sizeof(FSRef)); in FSRef_tp_new()
2825 FSRef ref; in File_FSPathMakeRef()
3034 FSRef fromFile__buf__; in File_FSNewAlias()
3035 FSRef *fromFile = &fromFile__buf__; in File_FSNewAlias()
3036 FSRef target; in File_FSNewAlias()
3055 FSRef theRef; in File_FSResolveAliasFileWithMountFlags()
3082 FSRef theRef; in File_FSResolveAliasFile()
3106 FSRef fromFile__buf__; in File_FSUpdateAlias()
3107 FSRef *fromFile = &fromFile__buf__; in File_FSUpdateAlias()
3108 FSRef target; in File_FSUpdateAlias()
3258 FSRef fsr; in PyMac_GetFSSpec()
3291 PyMac_GetFSRef(PyObject *v, FSRef *fsr) in PyMac_GetFSRef()
3339 PyMac_BuildFSRef(FSRef *spec) in PyMac_BuildFSRef()
3356 PyMac_INIT_TOOLBOX_OBJECT_NEW(FSRef *, PyMac_BuildFSRef); in init_File()
3357 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(FSRef, PyMac_GetFSRef); in init_File()