dtmf_offset       423 src/ftmod/ftmod_analog/ftmod_analog.c 	ftdm_size_t dtmf_offset = 0;
dtmf_offset       734 src/ftmod/ftmod_analog/ftmod_analog.c 					dtmf_offset = 0;
dtmf_offset       816 src/ftmod/ftmod_analog/ftmod_analog.c 			if ((dlen = ftdm_channel_dequeue_dtmf(ftdmchan, dtmf + dtmf_offset, sizeof(dtmf) - strlen(dtmf)))) {
dtmf_offset       822 src/ftmod/ftmod_analog/ftmod_analog.c 				dtmf_offset = strlen(dtmf);
dtmf_offset       219 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 	ftdm_size_t dtmf_offset = 0;
dtmf_offset       415 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 					dtmf_offset = 0;
dtmf_offset       460 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 			if ((dlen = ftdm_channel_dequeue_dtmf(ftdmchan, dtmf + dtmf_offset, sizeof(dtmf) - strlen(dtmf)))) {
dtmf_offset       466 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 				dtmf_offset = strlen(dtmf);