Home
last modified time | relevance | path

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

/curl/lib/
H A Dsmb.c317 #define MAX_PAYLOAD_SIZE 0x8000 macro
318 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000)
765 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
766 msg.max_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
781 if(upload_size >= MAX_PAYLOAD_SIZE - 1) /* There is one byte of padding */ in smb_send_write()
782 upload_size = MAX_PAYLOAD_SIZE - 1; in smb_send_write()
1046 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state()

Completed in 7 milliseconds