Lines Matching defs:number
82 int nb_prev_pkt[2]; ///< number of elements in prev_pkt
94 int flv_off; ///< number of bytes read from current buffer
95 int flv_nb_packets; ///< number of flv packets published
97 uint32_t receive_report_size; ///< number of bytes after which we should report the number of received bytes to the peer
98 uint64_t bytes_read; ///< number of bytes read from server
99 uint64_t last_bytes_read; ///< number of bytes read last reported to server
101 int skip_bytes; ///< number of bytes to skip from the input FLV stream in the next write call
106 int flv_header_bytes; ///< number of initialized bytes in flv_header
120 int flush_interval; ///< number of packets flushed in the same request (RTMPT only)
123 int nb_tracked_methods; ///< number of tracked methods
263 /* The type must be B for Boolean, N for number, S for string, O for
2014 * successful response, we will return set the value to number (otherwise number
2019 static int read_number_result(RTMPPacket *pkt, double *number)
2034 // Value 2/4: The callee reference number
2044 *number = numbuffer;