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