sangomabc_event_t  318 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	sangomabc_event_t event = {0};
sangomabc_event_t  963 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_call_start(ftdm_span_t *span, sangomabc_connection_t *mcon, sangomabc_event_t *event)
sangomabc_event_t 1151 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	err = sangomabc_connection_writep(mcon, (sangomabc_event_t*)event);
sangomabc_event_t 1193 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void handle_incoming_digit(sangomabc_connection_t *mcon, ftdm_span_t *span, sangomabc_event_t *event)
sangomabc_event_t 1296 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		handle_call_start(span, mcon, (sangomabc_event_t*)event);
sangomabc_event_t 1348 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		handle_incoming_digit(mcon, span, (sangomabc_event_t*)event);
sangomabc_event_t 1537 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			sangomabc_event_t event = {0};
sangomabc_event_t 1876 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static sangomabc_event_t *ftdm_boost_read_event(ftdm_span_t *span)
sangomabc_event_t 1878 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	sangomabc_event_t *event = NULL;
sangomabc_event_t 1937 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		sangomabc_event_t *event = NULL;
sangomabc_event_t   75 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c static void sangomabc_print_event_call(sangomabc_connection_t *mcon, sangomabc_event_t *event, int priority, int dir, const char *file, const char *func, int line)
sangomabc_event_t  226 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	sangomabc_event_t *oevent;
sangomabc_event_t  228 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	sangomabc_event_t fevent;
sangomabc_event_t  237 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		oevent = (sangomabc_event_t *)&sevent;
sangomabc_event_t  252 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	while (sangomabc_connection_write(mcon, (sangomabc_event_t*)oevent) <= 0) {
sangomabc_event_t  278 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c     while (sangomabc_connection_writep(pcon, (sangomabc_event_t*)&oevent) <= 0) {
sangomabc_event_t  291 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)
sangomabc_event_t  384 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)
sangomabc_event_t  428 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c int __sangomabc_connection_write(sangomabc_connection_t *mcon, sangomabc_event_t *event, const char *file, const char *func, int line)
sangomabc_event_t  489 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c int __sangomabc_connection_writep(sangomabc_connection_t *mcon, sangomabc_event_t *event, const char *file, const char *func, int line)
sangomabc_event_t  492 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	int event_size=sizeof(sangomabc_event_t);
sangomabc_event_t  530 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c void sangomabc_call_init(sangomabc_event_t *event, const char *calling, const char *called, int setup_id)
sangomabc_event_t  532 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	memset(event, 0, sizeof(sangomabc_event_t));
sangomabc_event_t  552 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		memset(event, 0, sizeof(sangomabc_event_t));
sangomabc_event_t   97 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h 	sangomabc_event_t event;
sangomabc_event_t  119 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h 	unsigned char boostmsg[sizeof(sangomabc_event_t)];
sangomabc_event_t  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);
sangomabc_event_t  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);
sangomabc_event_t  136 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h int __sangomabc_connection_write(sangomabc_connection_t *mcon, sangomabc_event_t *event, const char *file, const char *func, int line);
sangomabc_event_t  137 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h int __sangomabc_connection_writep(sangomabc_connection_t *mcon, sangomabc_event_t *event, const char *file, const char *func, int line);
sangomabc_event_t  143 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h void sangomabc_call_init(sangomabc_event_t *event, const char *calling, const char *called, int setup_id);