Lines Matching refs:PyObject
21 static PyObject *Folder_Error;
23 static PyObject *Folder_FindFolder(PyObject *_self, PyObject *_args)
25 PyObject *_res = NULL;
49 static PyObject *Folder_ReleaseFolder(PyObject *_self, PyObject *_args)
51 PyObject *_res = NULL;
67 static PyObject *Folder_FSFindFolder(PyObject *_self, PyObject *_args)
69 PyObject *_res = NULL;
90 static PyObject *Folder_AddFolderDescriptor(PyObject *_self, PyObject *_args)
92 PyObject *_res = NULL;
126 static PyObject *Folder_GetFolderTypes(PyObject *_self, PyObject *_args)
128 PyObject *_res = NULL;
146 static PyObject *Folder_RemoveFolderDescriptor(PyObject *_self, PyObject *_args)
148 PyObject *_res = NULL;
162 static PyObject *Folder_GetFolderName(PyObject *_self, PyObject *_args)
164 PyObject *_res = NULL;
185 static PyObject *Folder_AddFolderRouting(PyObject *_self, PyObject *_args)
187 PyObject *_res = NULL;
212 static PyObject *Folder_RemoveFolderRouting(PyObject *_self, PyObject *_args)
214 PyObject *_res = NULL;
230 static PyObject *Folder_FindFolderRouting(PyObject *_self, PyObject *_args)
232 PyObject *_res = NULL;
254 static PyObject *Folder_InvalidateFolderDescriptorCache(PyObject *_self, PyObject *_args)
256 PyObject *_res = NULL;
272 static PyObject *Folder_IdentifyFolder(PyObject *_self, PyObject *_args)
274 PyObject *_res = NULL;
327 PyObject *m;
328 PyObject *d;