Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dlibrist.c40 #define MAX_PAYLOAD_SIZE (10000-28) macro
73 { "pkt_size", "set packet size", OFFSET(packet_size), AV_OPT_TYPE_INT, {.i64=1316}, 1, MAX_PAYLOAD_SIZE, .flags = D|E },
146 h->max_packet_size = MAX_PAYLOAD_SIZE; in librist_open()
214 if (data_block->payload_len > MAX_PAYLOAD_SIZE) { in librist_read()
H A Dmpegenc.c39 #define MAX_PAYLOAD_SIZE 4096 macro
/third_party/curl/lib/
H A Dsmb.c312 #define MAX_PAYLOAD_SIZE 0x8000 macro
313 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000)
770 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
771 msg.max_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
787 if(upload_size >= MAX_PAYLOAD_SIZE - 1) /* There is one byte of padding */ in smb_send_write()
788 upload_size = MAX_PAYLOAD_SIZE - 1; in smb_send_write()
1051 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state()

Completed in 5 milliseconds