byte_index 5131 src/ftdm_io.c if (bsp->byte_index >= bsp->datalen) { byte_index 5140 src/ftdm_io.c bsp->byte_index++; byte_index 5149 src/ftdm_io.c bit = (bsp->data[bsp->byte_index] >> (bsp->bit_index)) & 1; byte_index 5158 src/ftdm_io.c if (++bsp->byte_index > bsp->datalen) { byte_index 5207 src/ftdm_io.c last = bs.byte_index; byte_index 5210 src/ftdm_io.c if (bs.byte_index != last) { byte_index 5212 src/ftdm_io.c last = bs.byte_index; byte_index 298 src/include/private/ftdm_core.h uint32_t byte_index;