Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dsmb3.py1126 …def ioctl(self, treeId, fileId = None, ctlCode = -1, flags = 0, inputBlob = '', maxInputResponse … argument
1144 smbIoctl['InputCount'] = len(inputBlob)
1145 if len(inputBlob) == 0:
1149 smbIoctl['Buffer'] = inputBlob
1250 …def queryInfo(self, treeId, fileId, inputBlob = '', infoType = SMB2_0_INFO_FILE, fileInfoClass = S… argument
1266 if len(inputBlob) == 0:
1270 queryInfo['InputBufferLength'] = len(inputBlob)
1271 queryInfo['Buffer'] = inputBlob
1282 …def setInfo(self, treeId, fileId, inputBlob = '', infoType = SMB2_0_INFO_FILE, fileInfoClass = SMB… argument
1295 setInfo['BufferLength'] = len(inputBlob)
[all …]