byte_index 5858 src/ftdm_io.c if (bsp->byte_index >= bsp->datalen) { byte_index 5867 src/ftdm_io.c bsp->byte_index++; byte_index 5876 src/ftdm_io.c bit = (bsp->data[bsp->byte_index] >> (bsp->bit_index)) & 1; byte_index 5885 src/ftdm_io.c if (++bsp->byte_index > bsp->datalen) { byte_index 5934 src/ftdm_io.c last = bs.byte_index; byte_index 5937 src/ftdm_io.c if (bs.byte_index != last) { byte_index 5939 src/ftdm_io.c last = bs.byte_index; byte_index 290 src/include/private/ftdm_core.h uint32_t byte_index;