Lines Matching refs:data

71  * @param[in] data      Indicates a data pointer.
77 extern FILLP_INT DLL_API FtSend(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag);
87 * @param[in] data Indicates a data pointer.
94 extern FILLP_INT DLL_API FtSendFrame(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag,
161 * receive the complete data upon reception of SPUNGE_EPOLLIN.
176 * @param[in] iovCount buffer count of data described by iov.
189 * @param[in] iovCount buffers of data described by iov.
207 * FillP recv_buff has data, say 2 KB.
211 * When there is no data in the FillP buffer, but the application calls the FtRecv() API, the API will
680 FT_CONF_ENLARGE_PACK_INTERVAL, /* Indicates about the enlarging pack duration when there is no much data send */
685 FT_CONF_FEC_REDUNDANCY_LEVEL, /* Indicates about the data loss packet retry redundancy level */
787 * Represents the UDP resource data structure.
801 * Provides the values for the FillpCommonStruct data structure.
814 * receiving data, and doing other processing, this will lead to better transfer rate control. It can have impact
838 /* Indicates the rate with which FillP needs to start the data during the slow start. The default value is 2 Mbps.
852 /* Enables or disables the redundant data retransmit feature. For data packet which is retransmitted multiple
853 * times due to multiple send failures, FillP can send redundant data packet at same time to further avoid the
868 * Provides the data structure for the FillP timer.
907 * Provides the values for the FillpAppCommonStruct data structure.
916 /* Indicates the cache pool size reserved to send data for each connection. Minimum Value: greater than 0
919 /* Indicates the cache pool size reserved for received data for each connection. Minimum Value: greater than 0
931 /* Indicates the the increase the pack interval when there is no data transmission. Values: Any value. Greater
1138 FILLP_LLONG lastDataRecvTime; /* Indicates the last data receive time. */
1363 FILLP_UINT32 currentDataSizeInCache; /* Indicates the size of the pending data to be sent. */
1421 * @param[in] dump function to printf data