Searched refs:STATUS_FILE_CLOSED (Results 1 - 2 of 2) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
H A Dsmbserver.py48 STATUS_FILE_CLOSED, STATUS_MORE_PROCESSING_REQUIRED, STATUS_OBJECT_PATH_NOT_FOUND, STATUS_DIRECTORY_NOT_EMPTY, \
3258 # If no open is found, the server MUST fail the request with STATUS_FILE_CLOSED
3269 return [smb2.SMB2Error()], None, STATUS_FILE_CLOSED
51 STATUS_NOT_SUPPORTED, STATUS_INVALID_DEVICE_REQUEST, STATUS_FS_DRIVER_REQUIRED, STATUS_INVALID_INFO_CLASS namespace
H A Dnt_errors.py497 0xC0000128: ("STATUS_FILE_CLOSED","An I/O request other than close and several other special case operations was attempted using a file object that had already been closed."),
2285 STATUS_FILE_CLOSED = 0xC0000128 variable

Completed in 126 milliseconds