iteration          50 src/ftmod/ftmod_sangoma_boost/ftdm_sangoma_boost.h 	int iteration;
iteration        1852 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			sangoma_boost_data->iteration = 0;
iteration        1873 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	event = sangomabc_connection_readp(pcon, sangoma_boost_data->iteration);
iteration        1877 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		event = sangomabc_connection_read(mcon, sangoma_boost_data->iteration);
iteration        1947 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			sangoma_boost_data->iteration++;
iteration         293 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c sangomabc_event_t *__sangomabc_connection_read(sangomabc_connection_t *mcon, int iteration, const char *file, const char *func, int line)
iteration         377 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		if (iteration == 0) {
iteration         386 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c sangomabc_event_t *__sangomabc_connection_readp(sangomabc_connection_t *mcon, int iteration, const char *file, const char *func, int line)
iteration         395 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		return sangomabc_connection_read(mcon, iteration);
iteration         420 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		if (iteration == 0) {
iteration         134 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h sangomabc_event_t *__sangomabc_connection_read(sangomabc_connection_t *mcon, int iteration, const char *file, const char *func, int line);
iteration         135 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h sangomabc_event_t *__sangomabc_connection_readp(sangomabc_connection_t *mcon, int iteration, const char *file, const char *func, int line);