Searched refs:buff_sz (Results 1 – 1 of 1) sorted by relevance
1520 char *buff, int32_t *_buff_idx, int32_t buff_sz, in fill_buff() argument1530 if ((buff_sz - buff_idx) <= (int)(2 * sizeof(uint16_t) + 1)) { in fill_buff()1555 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()1561 if (size > (buff_sz - buff_idx)) { in fill_buff()