sangomabc_event_t  318 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	sangomabc_event_t event = {0};
sangomabc_event_t  962 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 1534 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			sangomabc_event_t event = {0};
sangomabc_event_t 1864 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static sangomabc_event_t *ftdm_boost_read_event(ftdm_span_t *span)
sangomabc_event_t 1866 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	sangomabc_event_t *event = NULL;
sangomabc_event_t 1925 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		sangomabc_event_t *event = NULL;
sangomabc_event_t   77 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  228 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	sangomabc_event_t *oevent;
sangomabc_event_t  230 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	sangomabc_event_t fevent;
sangomabc_event_t  239 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		oevent = (sangomabc_event_t *)&sevent;
sangomabc_event_t  254 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	while (sangomabc_connection_write(mcon, (sangomabc_event_t*)oevent) <= 0) {
sangomabc_event_t  280 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c     while (sangomabc_connection_writep(pcon, (sangomabc_event_t*)&oevent) <= 0) {
sangomabc_event_t  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)
sangomabc_event_t  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)
sangomabc_event_t  430 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  491 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  494 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	int event_size=sizeof(sangomabc_event_t);
sangomabc_event_t  532 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  534 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	memset(event, 0, sizeof(sangomabc_event_t));
sangomabc_event_t  554 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);