Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h202 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/external/python/cpython3/Include/
Dpyerrors.h281 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/external/python/cpython3/PC/
Dpython3.def148 PyErr_SetFromWindowsErrWithFilename=python37.PyErr_SetFromWindowsErrWithFilename
/external/python/cpython2/Python/
Derrors.c507 PyObject *PyErr_SetFromWindowsErrWithFilename( in PyErr_SetFromWindowsErrWithFilename() function
/external/python/cpython2/Doc/data/
Drefcounts.dat325 PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
326 PyErr_SetFromWindowsErrWithFilename:int:ierr::
327 PyErr_SetFromWindowsErrWithFilename:char*:filename::
/external/python/cpython3/Python/
Derrors.c724 PyObject *PyErr_SetFromWindowsErrWithFilename( in PyErr_SetFromWindowsErrWithFilename() function
/external/python/cpython2/Doc/c-api/
Dexceptions.rst237 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename)
254 Similar to :c:func:`PyErr_SetFromWindowsErrWithFilename`, with an additional
/external/python/cpython3/Doc/data/
Drefcounts.dat665 PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
666 PyErr_SetFromWindowsErrWithFilename:int:ierr::
667 PyErr_SetFromWindowsErrWithFilename:const char*:filename::
/external/python/cpython3/Doc/c-api/
Dexceptions.rst206 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename)
235 Similar to :c:func:`PyErr_SetFromWindowsErrWithFilename`, with an additional
/external/python/cpython2/Objects/
Dunicodeobject.c3947 PyErr_SetFromWindowsErrWithFilename(0, NULL); in decode_mbcs()
3969 PyErr_SetFromWindowsErrWithFilename(0, NULL); in decode_mbcs()
4039 PyErr_SetFromWindowsErrWithFilename(0, NULL); in encode_mbcs()
4061 PyErr_SetFromWindowsErrWithFilename(0, NULL); in encode_mbcs()
/external/python/cpython3/Modules/
Dsocketmodule.c4944 PyErr_SetFromWindowsErrWithFilename(0, "family");
4961 PyErr_SetFromWindowsErrWithFilename(0, "type");
4981 PyErr_SetFromWindowsErrWithFilename(0, "protocol");
Dposixmodule.c1414 return PyErr_SetFromWindowsErrWithFilename(errno, filename); in win32_error()
/external/python/cpython2/Modules/
Dposixmodule.c744 return PyErr_SetFromWindowsErrWithFilename(errno, filename); in win32_error()
/external/python/cpython3/Misc/
DHISTORY10816 - Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
23184 PyErr_SetFromWindowsErrWithFilename() and
/external/python/cpython2/Misc/
DHISTORY5800 PyErr_SetFromWindowsErrWithFilename() and