!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.8	//
A104	Sangoma/Code/Sangoma/SangomaCard.h	/^	A104,			\/\/\/< Indicates the Sangoma A104 card model$/;"	e	enum:Sangoma::CardModel
A104	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	A104,			\/\/\/< Indicates the Sangoma A104 card model$/;"	e	enum:CardModel
A104_MODEL	sample_data_tapping.cpp	/^const std::string A104_MODEL = "A104";		\/\/\/< Command line string used to indicate to check the system for Sangoma A104 cards$/;"	v
A108	Sangoma/Code/Sangoma/SangomaCard.h	/^	A108,			\/\/\/< Indicates the Sangoma A108 card model$/;"	e	enum:Sangoma::CardModel
A108	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	A108,			\/\/\/< Indicates the Sangoma A108 card model$/;"	e	enum:CardModel
A108_MODEL	sample_data_tapping.cpp	/^const std::string A108_MODEL = "A108";		\/\/\/< Command line string used to indicate to check the system for Sangoma A108 cards$/;"	v
A116	Sangoma/Code/Sangoma/SangomaCard.h	/^	A116,			\/\/\/< Indicates the Sangoma A116 card model$/;"	e	enum:Sangoma::CardModel
A116	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	A116,			\/\/\/< Indicates the Sangoma A108 card model$/;"	e	enum:CardModel
A116_MODEL	sample_data_tapping.cpp	/^const std::string A116_MODEL = "A116";		\/\/\/< Command line string used to indicate to check the system for Sangoma A116 cards$/;"	v
AFX_DRIVER_CONFIGURATOR_H__115A6EC1_518C_45E9_AA55_148A8D999B61__INCLUDED_	Sangoma/Code/Sangoma/driver_configurator.h	8;"	d
AFX_DRIVER_CONFIGURATOR_H__115A6EC1_518C_45E9_AA55_148A8D999B61__INCLUDED_	regression/SangomaHandleLeakAnalysis/driver_configurator.h	8;"	d
ALARM_WAIT_TIME_MS	Sangoma/Code/Sangoma/SangomaPort.h	/^const unsigned int ALARM_WAIT_TIME_MS = 30000;				\/\/\/< The number of milliseconds that the Sangoma API must wait in order to be able to reliably report the absence of alarms.$/;"	m	namespace:Sangoma
ALARM_WAIT_TIME_MS	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const unsigned int ALARM_WAIT_TIME_MS = 30000;				\/\/\/< The number of milliseconds that the Sangoma API must wait in order to be able to reliably report the absense of alarms.$/;"	m	namespace:Sangoma
AlarmIndicationSignal	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool AlarmIndicationSignal;			\/\/\/< Indicates that the Alarm Indication Signal (AIS) is present if true$/;"	m	struct:Sangoma::Alarms
AlarmIndicationSignal	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool AlarmIndicationSignal;			\/\/\/< Indicates that the Alarm Indication Signal (AIS) is present if true$/;"	m	struct:Sangoma::Alarms
Alarms	Sangoma/Code/Sangoma/SangomaPort.cpp	/^Alarms::Alarms()$/;"	f	class:Alarms
Alarms	Sangoma/Code/Sangoma/SangomaPort.h	/^	Alarms(bool value)					\/\/\/< Constructor$/;"	f	struct:Sangoma::Alarms
Alarms	Sangoma/Code/Sangoma/SangomaPort.h	/^struct Alarms {$/;"	s	namespace:Sangoma
Alarms	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^Alarms::Alarms()$/;"	f	class:Alarms
Alarms	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	Alarms(bool value)					\/\/\/< Constructor$/;"	f	struct:Sangoma::Alarms
Alarms	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^struct Alarms {$/;"	s	namespace:Sangoma
AlternateLossOfSignalStatus	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool AlternateLossOfSignalStatus;	\/\/\/< Indicates that the Alternate loss of Signal Status (ALTLOS) alarm is present if true$/;"	m	struct:Sangoma::Alarms
AlternateLossOfSignalStatus	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool AlternateLossOfSignalStatus;	\/\/\/< Indicates that the Alternate loss of Signal Status (ALTLOS) alarm is present if true$/;"	m	struct:Sangoma::Alarms
ApiHeader	Sangoma/Code/Sangoma/PortBuffer.h	/^	wp_api_hdr_t	*ApiHeader;		\/\/\/< Will store the size of the Rx\/Tx DATA at DataBuffer coming To\/From User.$/;"	m	class:PortBuffer
ApiHeader	regression/SangomaHandleLeakAnalysis/PortBuffer.h	/^	wp_api_hdr_t	ApiHeader;		\/\/\/< Will store the size of the Rx\/Tx DATA at DataBuffer coming To\/From User.$/;"	m	class:PortBuffer
BITMASK_FOR_LEAST_SIGNIFICANT_TWO_BITS	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^const unsigned int BITMASK_FOR_LEAST_SIGNIFICANT_TWO_BITS = 0x3;$/;"	v
Buffer	Sangoma/Code/Sangoma/PortBuffer.h	/^	unsigned char *Buffer;			\/\/\/< Pointer to dynamically allocated buffer of BufferSize size.$/;"	m	class:PortBuffer
Buffer	regression/SangomaHandleLeakAnalysis/PortBuffer.h	/^	unsigned char *Buffer;			\/\/\/< Pointer to dynamically allocated buffer of BufferSize size.$/;"	m	class:PortBuffer
BufferMultiplierFactor	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int BufferMultiplierFactor;	\/\/\/< Number to multiply the MAX_SANGOMA_BUFFER_SIZE by in order to get the size of the buffers allocated in host memory$/;"	m	struct:Sangoma::BufferSettings
BufferMultiplierFactor	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int BufferMultiplierFactor;	\/\/\/< Number to multiply the MAX_SANGOMA_BUFFER_SIZE by in order to get the size of the buffers allocated in host memory$/;"	m	struct:Sangoma::BufferSettings
BufferSettings	Sangoma/Code/Sangoma/SangomaPort.h	/^    BufferSettings()$/;"	f	struct:Sangoma::BufferSettings
BufferSettings	Sangoma/Code/Sangoma/SangomaPort.h	/^struct BufferSettings {$/;"	s	namespace:Sangoma
BufferSettings	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^struct BufferSettings {$/;"	s	namespace:Sangoma
BufferSize	Sangoma/Code/Sangoma/PortBuffer.h	/^	unsigned int BufferSize;		\/\/\/< The size of the unsigned char buffer that was allocated at Buffer.$/;"	m	class:PortBuffer
BufferSize	regression/SangomaHandleLeakAnalysis/PortBuffer.h	/^	unsigned int BufferSize;		\/\/\/< The size of the unsigned char buffer that was allocated at Buffer.$/;"	m	class:PortBuffer
Build	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int Build;		\/\/\/< The build version number of the driver (i.e. the 3 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
Build	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int Build;		\/\/\/< The build version number of the driver (i.e. the 3 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
BytesReceived	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int	BytesReceived;			\/\/\/< Number of bytes received on this port$/;"	m	struct:Sangoma::Statistics
BytesReceived	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int	BytesReceived;			\/\/\/< Number of bytes received on this port$/;"	m	struct:Sangoma::Statistics
BytesSent	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int	BytesSent;				\/\/\/< Number of bytes transmitted from this port$/;"	m	struct:Sangoma::Statistics
BytesSent	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int	BytesSent;				\/\/\/< Number of bytes transmitted from this port$/;"	m	struct:Sangoma::Statistics
CC	Sangoma/Code/Sangoma/Makefile	/^CC := gcc$/;"	m
CFLAGS	Makefile	/^CFLAGS	= -Wall -g -O0 -D$(OS_TYPE) -D_DEBUG_=$(DEBUG)  -D_GNUC_$/;"	m
CFLAGS	Sangoma/Code/Sangoma/Makefile	/^CFLAGS := -g -O2 -Wall -Wsign-compare -Wdisabled-optimization -DLINUX -D__LINUX__ -D_LIB -DNDEBUG$/;"	m
CPPFLAGS	Sangoma/Code/Sangoma/Makefile	/^CPPFLAGS := $(CFLAGS) -Weffc++ -frtti$/;"	m
CRITICAL_SECTION	Sangoma/Code/Sangoma/SangomaPort.h	/^typedef pthread_mutex_t CRITICAL_SECTION;$/;"	t
CXX	Makefile	/^CXX=g++ $/;"	m
CXX	Sangoma/Code/Sangoma/Makefile	/^CXX := g++ $/;"	m
CardModel	Sangoma/Code/Sangoma/SangomaCard.h	/^enum CardModel {$/;"	g	namespace:Sangoma
CardModel	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^enum CardModel {$/;"	g
CardNumber	Sangoma/Code/Sangoma/SangomaCard.h	/^	unsigned int CardNumber;						\/\/\/< Number of this card in the system (zero indexed)$/;"	m	class:Sangoma::SangomaCard
CardNumber	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int CardNumber;						\/\/\/< The number of the SangomaCard that this port is associated with (zero-indexed)$/;"	m	class:Sangoma::SangomaPort
CardNumber	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	unsigned int CardNumber;						\/\/\/< Number of this card in the system (zero indexed)$/;"	m	class:Sangoma::SangomaCard
CardNumber	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int CardNumber;						\/\/\/< The number of the SangomaCard that this port is associated with (zero-indexed)$/;"	m	class:Sangoma::SangomaPort
ChannelizedBuffer	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	/^class ChannelizedBuffer  $/;"	c
ClearStatistics	Sangoma/Code/Sangoma/SangomaPort.cpp	/^void SangomaPort::ClearStatistics()$/;"	f	class:SangomaPort
ClearStatistics	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^void SangomaPort::ClearStatistics()$/;"	f	class:SangomaPort
Close	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool SangomaPort::Close()$/;"	f	class:SangomaPort
Close	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^bool SangomaPort::Close()$/;"	f	class:SangomaPort
CloseCount	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int CloseCount;		\/\/\/< Count of the number of times the port was closed (i.e. number of times SangomaPort::Close() returned successfully)$/;"	m	struct:Sangoma::Statistics
CloseCount	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int CloseCount;		\/\/\/< Count of the number of times the port was closed (i.e. number of times SangomaPort::Close() returned successfully)$/;"	m	struct:Sangoma::Statistics
Configuration	Sangoma/Code/Sangoma/SangomaPort.h	/^    Configuration():$/;"	f	struct:Sangoma::Configuration
Configuration	Sangoma/Code/Sangoma/SangomaPort.h	/^struct Configuration {$/;"	s	namespace:Sangoma
Configuration	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^Configuration::Configuration()$/;"	f	class:Configuration
Configuration	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^struct Configuration {$/;"	s	namespace:Sangoma
CurrentConfiguration	Sangoma/Code/Sangoma/SangomaPort.h	/^	Configuration CurrentConfiguration;				\/\/\/< The current configuration of this port$/;"	m	class:Sangoma::SangomaPort
CurrentConfiguration	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	Configuration CurrentConfiguration;				\/\/\/< The current configuration of this port$/;"	m	class:Sangoma::SangomaPort
DBG_ALARMS	Sangoma/Code/Sangoma/sangoma_interface.cpp	512;"	d	file:
DBG_ALARMS	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	444;"	d	file:
DBG_CARD	Sangoma/Code/Sangoma/SangomaCard.cpp	13;"	d	file:
DBG_CARD	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	19;"	d	file:
DBG_CFG	Sangoma/Code/Sangoma/driver_configurator.cpp	13;"	d	file:
DBG_CFG	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	9;"	d	file:
DBG_IFACE	Sangoma/Code/Sangoma/sangoma_interface.cpp	89;"	d	file:
DBG_IFACE	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	10;"	d	file:
DBG_MAIN	sample_data_tapping.cpp	40;"	d	file:
DBG_OPEN	Sangoma/Code/Sangoma/SangomaPort.cpp	22;"	d	file:
DBG_OPEN	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	22;"	d	file:
DBG_PORT	Sangoma/Code/Sangoma/SangomaPort.cpp	17;"	d	file:
DBG_PORT	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	17;"	d	file:
DBG_PORT_NUM	Sangoma/Code/Sangoma/sangoma_interface.cpp	94;"	d	file:
DBG_PORT_NUM	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	15;"	d	file:
DEBUG	Makefile	/^DEBUG	= 2$/;"	m
DECODE_CARD_TYPE	Sangoma/Code/Sangoma/SangomaPort.h	85;"	d
DECODE_CARD_TYPE	regression/SangomaHandleLeakAnalysis/SangomaPort.h	74;"	d
DECODE_FRAMING	Sangoma/Code/Sangoma/SangomaPort.h	75;"	d
DECODE_FRAMING	regression/SangomaHandleLeakAnalysis/SangomaPort.h	64;"	d
DECODE_PROT	Sangoma/Code/Sangoma/sangoma_interface.h	52;"	d
DECODE_PROT	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	51;"	d
DEST_FILE	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^if %_BUILDARCH%==AMD64 (set DEST_FILE=%TEST_SYSTEM%\\wanpipe\\test_programs\\leak_analysis_x64.exe) else (set DEST_FILE=%TEST_SYSTEM%\\wanpipe\\test_programs\\leak_analysis_32.exe)$/;"	v
DEST_FILE	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^rem set DEST_FILE=%TEST_SYSTEM%\\wanpipe\\test_programs\\leak_analysis.exe$/;"	v
DEST_FILE	to_test_system.bat	/^if %_BUILDARCH%==AMD64 (set DEST_FILE=%TEST_SYSTEM%\\wanpipe\\test_programs\\g3ti_api_x64.exe) else (set DEST_FILE=%TEST_SYSTEM%\\wanpipe\\test_programs\\g3ti_api_32.exe)$/;"	v
DEST_FILE	to_test_system.bat	/^rem set DEST_FILE=%TEST_SYSTEM%\\wanpipe\\test_programs\\g3ti_api.exe$/;"	v
DEV_NAME_LEN	Sangoma/Code/Sangoma/sangoma_interface.h	64;"	d
DEV_NAME_LEN	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	63;"	d
DO_COMMAND	Sangoma/Code/Sangoma/sangoma_interface.cpp	98;"	d	file:
DO_COMMAND	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	19;"	d	file:
DoManagementCommand	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::DoManagementCommand(sng_fd_t fd, wan_udp_hdr_t* wan_udp)$/;"	f	class:sangoma_interface
DoManagementCommand	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::DoManagementCommand(sng_fd_t fd, wan_udp_hdr_t* wan_udp)$/;"	f	class:sangoma_interface
DriverVersion	Sangoma/Code/Sangoma/SangomaPort.cpp	/^DriverVersion::DriverVersion()$/;"	f	class:DriverVersion
DriverVersion	Sangoma/Code/Sangoma/SangomaPort.h	/^struct DriverVersion {$/;"	s	namespace:Sangoma
DriverVersion	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^DriverVersion::DriverVersion()$/;"	f	class:DriverVersion
DriverVersion	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^struct DriverVersion {$/;"	s	namespace:Sangoma
E1	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1=32,			\/\/\/< Indicates that the port is configured as an E1 port$/;"	e	enum:Sangoma::E1OrT1
E1	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1=32,			\/\/\/< Indicates that the port is configured as an E1 port$/;"	e	enum:Sangoma::E1OrT1
E1OrT1	Sangoma/Code/Sangoma/SangomaPort.h	/^	Sangoma::E1OrT1  E1OrT1;  \/\/\/< Configures the port as either E1 or T1$/;"	m	struct:Sangoma::Configuration
E1OrT1	Sangoma/Code/Sangoma/SangomaPort.h	/^enum E1OrT1 {$/;"	g	namespace:Sangoma
E1OrT1	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^enum E1OrT1 {$/;"	g	namespace:Sangoma
E1OrT1Framing	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	/^typedef enum {UNSURVEYED_FRAMING=0, E1_FRAMING=32, T1_FRAMING=24} E1OrT1Framing;				\/\/\/< Type of port (i.e., E1 or T1). This can also be used as the frame size$/;"	t	typeref:enum:__anon1
E1_CAS_CRC4_OFF	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1_CAS_CRC4_OFF,		\/\/\/< Indicates that Channel Associated Signaling (CAS) with no CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CAS_CRC4_OFF	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1_CAS_CRC4_OFF,		\/\/\/< Indicates that Channel Associated Signaling (CAS) with no CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CAS_CRC4_ON	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1_CAS_CRC4_ON,			\/\/\/< Indicates that Channel Associated Signaling (CAS) with CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CAS_CRC4_ON	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1_CAS_CRC4_ON,			\/\/\/< Indicates that Channel Associated Signaling (CAS) with CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CAS_UNFRAMED	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1_CAS_UNFRAMED,		\/\/\/< Indicates that Channel Associated Signaling (CAS) with Unframed E1, all 32 timeslots available for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CAS_UNFRAMED	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1_CAS_UNFRAMED,		\/\/\/< Indicates that Channel Associated Signaling (CAS) with Unframed E1, all 32 timeslots available for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CCS_CRC4_OFF	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1_CCS_CRC4_OFF,		\/\/\/< Indicates that Common Channel Signalling (CCS) with no CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CCS_CRC4_OFF	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1_CCS_CRC4_OFF,		\/\/\/< Indicates that Common Channel Signalling (CCS) with no CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CCS_CRC4_ON	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1_CCS_CRC4_ON,			\/\/\/< Indicates that Common Channel Signalling (CCS) with CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CCS_CRC4_ON	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1_CCS_CRC4_ON,			\/\/\/< Indicates that Common Channel Signalling (CCS) with CRC4 is the framing type for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CCS_UNFRAMED	Sangoma/Code/Sangoma/SangomaPort.h	/^	E1_CCS_UNFRAMED,		\/\/\/< Indicates that Common Channel Signalling (CCS) with Unframed E1, all 32 timeslots available for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_CCS_UNFRAMED	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1_CCS_UNFRAMED,		\/\/\/< Indicates that Common Channel Signalling (CCS) with Unframed E1, all 32 timeslots available for the E1 port$/;"	e	enum:Sangoma::FramingType
E1_FRAMING	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	/^typedef enum {UNSURVEYED_FRAMING=0, E1_FRAMING=32, T1_FRAMING=24} E1OrT1Framing;				\/\/\/< Type of port (i.e., E1 or T1). This can also be used as the frame size$/;"	e	enum:__anon1
E1_TYPES	sample_data_tapping.cpp	/^const FramingType E1_TYPES[NUMBER_OF_E1_FRAME_TYPES] = {E1_CCS_CRC4_ON, E1_CCS_CRC4_OFF, E1_CAS_CRC4_ON, E1_CAS_CRC4_OFF, E1_CCS_UNFRAMED, E1_CAS_UNFRAMED};$/;"	v
ERROR_DEVICE_IOCTL	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_DEVICE_IOCTL = -8;							\/\/\/< Error code indicating that DeviceIoControl() for API Device Driver failed. Check '\/System32\/drivers\/wanpipelog.txt' messages log for details.$/;"	m	namespace:Sangoma
ERROR_DEVICE_IOCTL	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_DEVICE_IOCTL = -8;							\/\/\/< Error code indicating that DeviceIoControl() for API Device Driver failed. Check '\\System32\\drivers\\wanpipelog.txt' messages log for detailes.$/;"	m	namespace:Sangoma
ERROR_INVALID_DESTINATION_BUFFER	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_INVALID_DESTINATION_BUFFER = -2;			\/\/\/< Error code indicating that the destination buffer provided to SangomaPort::Read was NULL$/;"	m	namespace:Sangoma
ERROR_INVALID_DESTINATION_BUFFER	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_INVALID_DESTINATION_BUFFER = -2;			\/\/\/< Error code indicating that the destination buffer provided to SangomaPort::Read was NULL$/;"	m	namespace:Sangoma
ERROR_INVALID_DESTINATION_BUFFER_TOO_SMALL	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_INVALID_DESTINATION_BUFFER_TOO_SMALL = -6;	\/\/\/< Error code indicating that the destination buffer provided to SangomaPort::Read was to small to contain a full buffer's worth of data (configuration error)$/;"	m	namespace:Sangoma
ERROR_INVALID_DESTINATION_BUFFER_TOO_SMALL	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_INVALID_DESTINATION_BUFFER_TOO_SMALL = -6;	\/\/\/< Error code indicating that the destination buffer provided to SangomaPort::Read was to small to contain a full buffer's worth of data (configuration error)$/;"	m	namespace:Sangoma
ERROR_INVALID_READ_REQUEST	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_INVALID_READ_REQUEST = -7;					\/\/\/< Error code indicating that the input to SangomaPort::Read was invalid$/;"	m	namespace:Sangoma
ERROR_INVALID_READ_REQUEST	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_INVALID_READ_REQUEST = -7;					\/\/\/< Error code indicating that the input to SangomaPort::Read was invalid$/;"	m	namespace:Sangoma
ERROR_INVALID_SOURCE_BUFFER	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_INVALID_SOURCE_BUFFER = -3;					\/\/\/< Error code indicating that the source buffer provided to SangomaPort::Write was NULL$/;"	m	namespace:Sangoma
ERROR_INVALID_SOURCE_BUFFER	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_INVALID_SOURCE_BUFFER = -3;					\/\/\/< Error code indicating that the source buffer provided to SangomaPort::Write was NULL$/;"	m	namespace:Sangoma
ERROR_INVALID_TX_DATA_LENGTH	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_INVALID_TX_DATA_LENGTH = -8;				\/\/\/< Error code indicating that SangomaPort::Write failed because user data was too long.$/;"	m	namespace:Sangoma
ERROR_INVALID_TX_DATA_LENGTH	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_INVALID_TX_DATA_LENGTH = -8;				\/\/\/< Error code indicating that SangomaPort::Write failed because user data was too long.$/;"	m	namespace:Sangoma
ERROR_NO_DATA_AVAILABLE	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_NO_DATA_AVAILABLE = -1;						\/\/\/< Error code indicating that a SangomaPort::Read was attempted when no data was available (indicates a possible abuse of the API by polling for data instead of waiting for the DataAvailableEvent)$/;"	m	namespace:Sangoma
ERROR_NO_DATA_AVILABLE	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_NO_DATA_AVILABLE = -1;						\/\/\/< Error code indicating that a SangomaPort::Read was attempted when no data was available (indicates a possible abuse of the API by polling for data instead of waiting for the DataAvailableEvent)$/;"	m	namespace:Sangoma
ERROR_NO_DATA_WRITTEN	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_NO_DATA_WRITTEN = -4;						\/\/\/< Error code indicating that the SangomaPort::Write command failed$/;"	m	namespace:Sangoma
ERROR_NO_DATA_WRITTEN	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_NO_DATA_WRITTEN = -4;						\/\/\/< Error code indicating that the SangomaPort::Write command failed$/;"	m	namespace:Sangoma
ERROR_PORT_NOT_OPEN	Sangoma/Code/Sangoma/SangomaPort.h	/^const int ERROR_PORT_NOT_OPEN = -5;							\/\/\/< Error code indicating that the Read or Write command failed because the port has not been opened.  Call SangomaPort::Open() successfully before attempting to Read or Write.$/;"	m	namespace:Sangoma
ERROR_PORT_NOT_OPEN	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const int ERROR_PORT_NOT_OPEN = -5;							\/\/\/< Error code indicating that the Read or Write command failed because the port has not been opened.  Call SangomaPort::Open() successfully before attempting to Read or Write.$/;"	m	namespace:Sangoma
ERR_CARD	Sangoma/Code/Sangoma/SangomaCard.cpp	17;"	d	file:
ERR_CARD	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	23;"	d	file:
ERR_CFG	Sangoma/Code/Sangoma/driver_configurator.cpp	19;"	d	file:
ERR_CFG	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	15;"	d	file:
ERR_IFACE	Sangoma/Code/Sangoma/sangoma_interface.cpp	91;"	d	file:
ERR_IFACE	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	12;"	d	file:
ERR_MAIN	sample_data_tapping.cpp	43;"	d	file:
ERR_PORT	Sangoma/Code/Sangoma/SangomaPort.cpp	20;"	d	file:
ERR_PORT	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	20;"	d	file:
ERR_PORT_BUFFER	Sangoma/Code/Sangoma/PortBuffer.cpp	8;"	d	file:
ERR_PORT_BUFFER	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	4;"	d	file:
EXPECTED_DRIVER_VERSION	Sangoma/Code/Sangoma/SangomaCard.h	/^const std::string EXPECTED_DRIVER_VERSION = "7.0.0.0";	\/\/\/< This is the expected Sangoma card driver version.$/;"	m	namespace:Sangoma
EnterPortCriticalSection	Sangoma/Code/Sangoma/SangomaPort.cpp	/^void SangomaPort::EnterPortCriticalSection()$/;"	f	class:SangomaPort
EnterPortCriticalSection	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^void SangomaPort::EnterPortCriticalSection()$/;"	f	class:SangomaPort
Errors	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int	Errors;	   	 			\/\/\/< Number of bytes transmitted from this port$/;"	m	struct:Sangoma::Statistics
Errors	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int	Errors;	   	 			\/\/\/< Number of bytes transmitted from this port$/;"	m	struct:Sangoma::Statistics
Event	Sangoma/Code/Sangoma/SangomaPort.h	/^	PortEvent Event;								\/\/\/< Event used to trigger port events with$/;"	m	class:Sangoma::SangomaPort
Event	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PortEvent Event;								\/\/\/< Event used to trigger port events with$/;"	m	class:Sangoma::SangomaPort
EventHandle	Sangoma/Code/Sangoma/SangomaPort.h	/^	sangoma_wait_obj_t *EventHandle;	\/\/\/< Handle to the Sangoma waitable object$/;"	m	struct:Sangoma::PortEvent
EventHandle	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	sangoma_wait_obj_t *EventHandle;	\/\/\/< Handle to the Sangoma waitable object$/;"	m	struct:Sangoma::PortEvent
EventType	Sangoma/Code/Sangoma/SangomaPort.h	/^	PortEventType EventType;			\/\/\/< Status code indicating the type of event that occured$/;"	m	struct:Sangoma::PortEvent
EventType	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PortEventType EventType;			\/\/\/< Status code indicating the type of event that occured$/;"	m	struct:Sangoma::PortEvent
FUNC_MAIN	sample_data_tapping.cpp	45;"	d	file:
FUNC_TRACE	Sangoma/Code/Sangoma/SangomaCard.cpp	15;"	d	file:
FUNC_TRACE	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	21;"	d	file:
FlushBuffers	Sangoma/Code/Sangoma/SangomaPort.cpp	/^void SangomaPort::FlushBuffers()$/;"	f	class:SangomaPort
FlushBuffers	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^void SangomaPort::FlushBuffers()$/;"	f	class:SangomaPort
FoundSyncCount	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int FoundSyncCount;	\/\/\/< Count of the number of times synchronization was found on the port (i.e. number of times sync was found when the port was opened)$/;"	m	struct:Sangoma::Statistics
FoundSyncCount	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int FoundSyncCount;	\/\/\/< Count of the number of times synchronization was found on the port (i.e. number of times sync was found when the port was opened)$/;"	m	struct:Sangoma::Statistics
Framing	Sangoma/Code/Sangoma/SangomaPort.h	/^	FramingType  Framing;  \/\/\/< Framing type and signalling of the E1\/T1 port$/;"	m	struct:Sangoma::Configuration
Framing	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	FramingType		Framing;			\/\/\/< Framing type and signalling of the E1\/T1 port$/;"	m	struct:Sangoma::Configuration
FramingType	Sangoma/Code/Sangoma/SangomaPort.h	/^enum FramingType {$/;"	g	namespace:Sangoma
FramingType	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^enum FramingType {$/;"	g	namespace:Sangoma
G3TI_CreateThread	sample_data_tapping.cpp	/^int G3TI_CreateThread(void *sangoma_ports_ptr)$/;"	f
GetAlarms	Sangoma/Code/Sangoma/SangomaPort.cpp	/^Alarms SangomaPort::GetAlarms()$/;"	f	class:SangomaPort
GetAlarms	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^Alarms SangomaPort::GetAlarms()$/;"	f	class:SangomaPort
GetCardDriverVersion	Sangoma/Code/Sangoma/SangomaCard.cpp	/^DriverVersion SangomaCard::GetCardDriverVersion()$/;"	f	class:SangomaCard
GetCardDriverVersion	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^DriverVersion SangomaCard::GetCardDriverVersion()$/;"	f	class:SangomaCard
GetCardNumber	Sangoma/Code/Sangoma/SangomaCard.cpp	/^unsigned int SangomaCard::GetCardNumber() const$/;"	f	class:SangomaCard
GetCardNumber	Sangoma/Code/Sangoma/SangomaPort.h	/^    unsigned int GetCardNumber() const {return CardNumber;}$/;"	f	class:Sangoma::SangomaPort
GetCardNumber	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^unsigned int SangomaCard::GetCardNumber() const$/;"	f	class:SangomaCard
GetCardPciBus	Sangoma/Code/Sangoma/SangomaCard.cpp	/^unsigned int SangomaCard::GetCardPciBus() const$/;"	f	class:SangomaCard
GetCardPciBus	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^unsigned int SangomaCard::GetCardPciBus() const$/;"	f	class:SangomaCard
GetCardPciSlot	Sangoma/Code/Sangoma/SangomaCard.cpp	/^unsigned int SangomaCard::GetCardPciSlot() const$/;"	f	class:SangomaCard
GetCardPciSlot	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^unsigned int SangomaCard::GetCardPciSlot() const$/;"	f	class:SangomaCard
GetConfiguration	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool SangomaPort::GetConfiguration(Configuration& current_configuration)$/;"	f	class:SangomaPort
GetConfiguration	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^Configuration SangomaPort::GetConfiguration() const$/;"	f	class:SangomaPort
GetDriverVersion	Sangoma/Code/Sangoma/SangomaPort.cpp	/^DriverVersion SangomaPort::GetDriverVersion() $/;"	f	class:SangomaPort
GetDriverVersion	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^DriverVersion SangomaPort::GetDriverVersion() \/* DAVIDR: removed 'const' to get rid of compiler errors *\/$/;"	f	class:SangomaPort
GetEvent	Sangoma/Code/Sangoma/SangomaPort.cpp	/^PortEvent SangomaPort::GetEvent() const$/;"	f	class:SangomaPort
GetEvent	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^PortEvent SangomaPort::GetEvent() const$/;"	f	class:SangomaPort
GetFirmwareVersion	Sangoma/Code/Sangoma/SangomaCard.cpp	/^std::string SangomaCard::GetFirmwareVersion() const$/;"	f	class:SangomaCard
GetFirmwareVersion	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^std::string SangomaCard::GetFirmwareVersion() const$/;"	f	class:SangomaCard
GetIsOpen	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool SangomaPort::GetIsOpen()$/;"	f	class:SangomaPort
GetIsOpen	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^bool SangomaPort::GetIsOpen()$/;"	f	class:SangomaPort
GetLastError	Sangoma/Code/Sangoma/SangomaCard.cpp	/^std::string SangomaCard::GetLastError() const$/;"	f	class:SangomaCard
GetLastError	Sangoma/Code/Sangoma/SangomaPort.cpp	/^std::string SangomaPort::GetLastError() const$/;"	f	class:SangomaPort
GetLastError	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^std::string SangomaCard::GetLastError() const$/;"	f	class:SangomaCard
GetLastError	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^std::string SangomaPort::GetLastError() const$/;"	f	class:SangomaPort
GetMaximumUserDataBufferSize	Sangoma/Code/Sangoma/PortBuffer.cpp	/^unsigned int PortBuffer::GetMaximumUserDataBufferSize()$/;"	f	class:PortBuffer
GetMaximumUserDataBufferSize	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^unsigned int PortBuffer::GetMaximumUserDataBufferSize()$/;"	f	class:PortBuffer
GetModel	Sangoma/Code/Sangoma/SangomaCard.cpp	/^CardModel SangomaCard::GetModel() const$/;"	f	class:SangomaCard
GetModel	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^CardModel SangomaCard::GetModel() const$/;"	f	class:SangomaCard
GetNumberOfCardsInstalled	Sangoma/Code/Sangoma/SangomaCard.cpp	/^unsigned int Sangoma::GetNumberOfCardsInstalled(const CardModel model)$/;"	f	class:Sangoma
GetNumberOfCardsInstalled	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^unsigned int GetNumberOfCardsInstalled(const CardModel model)$/;"	f
GetNumberOfPorts	Sangoma/Code/Sangoma/SangomaCard.cpp	/^unsigned int SangomaCard::GetNumberOfPorts() const$/;"	f	class:SangomaCard
GetNumberOfPorts	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^unsigned int SangomaCard::GetNumberOfPorts() const$/;"	f	class:SangomaCard
GetPort	Sangoma/Code/Sangoma/SangomaCard.cpp	/^SangomaPort* SangomaCard::GetPort(const unsigned int port_number)$/;"	f	class:SangomaCard
GetPort	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^SangomaPort* SangomaCard::GetPort(const unsigned int port_number)$/;"	f	class:SangomaCard
GetPortBuffer	Sangoma/Code/Sangoma/PortBuffer.cpp	/^unsigned char* PortBuffer::GetPortBuffer()$/;"	f	class:PortBuffer
GetPortBuffer	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^unsigned char *PortBuffer::GetPortBuffer()$/;"	f	class:PortBuffer
GetPortBufferSize	Sangoma/Code/Sangoma/PortBuffer.cpp	/^unsigned int PortBuffer::GetPortBufferSize()$/;"	f	class:PortBuffer
GetPortBufferSize	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^unsigned int PortBuffer::GetPortBufferSize()$/;"	f	class:PortBuffer
GetPortNumber	Sangoma/Code/Sangoma/SangomaPort.cpp	/^unsigned int SangomaPort::GetPortNumber() const$/;"	f	class:SangomaPort
GetPortNumber	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^unsigned int SangomaPort::GetPortNumber() const$/;"	f	class:SangomaPort
GetReceiverLevelInDb	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool SangomaPort::GetReceiverLevelInDb(float& receiver_level_in_db)$/;"	f	class:SangomaPort
GetReceiverLevelRange	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^bool sangoma_interface::GetReceiverLevelRange(std::string& receiver_level_range)$/;"	f	class:sangoma_interface
GetRxDataBuffer	Sangoma/Code/Sangoma/SangomaPort.cpp	/^unsigned char *SangomaPort::GetRxDataBuffer()$/;"	f	class:SangomaPort
GetRxDataBuffer	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^unsigned char *SangomaPort::GetRxDataBuffer()$/;"	f	class:SangomaPort
GetRxDataLength	Sangoma/Code/Sangoma/SangomaPort.cpp	/^unsigned int SangomaPort::GetRxDataLength()$/;"	f	class:SangomaPort
GetRxDataLength	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^unsigned int SangomaPort::GetRxDataLength()$/;"	f	class:SangomaPort
GetSerialNumber	Sangoma/Code/Sangoma/SangomaCard.cpp	/^std::string SangomaCard::GetSerialNumber() const$/;"	f	class:SangomaCard
GetSerialNumber	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^std::string SangomaCard::GetSerialNumber() const$/;"	f	class:SangomaCard
GetStatistics	Sangoma/Code/Sangoma/SangomaPort.cpp	/^Statistics SangomaPort::GetStatistics()$/;"	f	class:SangomaPort
GetStatistics	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^Statistics SangomaPort::GetStatistics()$/;"	f	class:SangomaPort
GetSynchronizationStatus	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool SangomaPort::GetSynchronizationStatus()$/;"	f	class:SangomaPort
GetSynchronizationStatus	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^SynchronizationStatus SangomaPort::GetSynchronizationStatus()$/;"	f	class:SangomaPort
GetTransmitMtu	Sangoma/Code/Sangoma/SangomaPort.h	/^    int GetTransmitMtu() { return TxMtu; } \/\/\/< Provides the chunk size to be used each time data is written to the port.  This changes based on the frame type.$/;"	f	class:Sangoma::SangomaPort
GetUnmappedPortNumber	Sangoma/Code/Sangoma/SangomaPort.cpp	/^unsigned int SangomaPort::GetUnmappedPortNumber()$/;"	f	class:SangomaPort
GetUnmappedPortNumber	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^unsigned int SangomaPort::GetUnmappedPortNumber()$/;"	f	class:SangomaPort
GetUserDataBuffer	Sangoma/Code/Sangoma/PortBuffer.cpp	/^unsigned char *PortBuffer::GetUserDataBuffer()$/;"	f	class:PortBuffer
GetUserDataBuffer	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^unsigned char *PortBuffer::GetUserDataBuffer()$/;"	f	class:PortBuffer
GetUserDataLength	Sangoma/Code/Sangoma/PortBuffer.cpp	/^unsigned int PortBuffer::GetUserDataLength()$/;"	f	class:PortBuffer
GetUserDataLength	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^unsigned int PortBuffer::GetUserDataLength()$/;"	f	class:PortBuffer
GetWANConfig	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::GetWANConfig( void )$/;"	f	class:sangoma_interface
GetWANConfig	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::GetWANConfig( void )$/;"	f	class:sangoma_interface
HighImpedanceMode	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool  HighImpedanceMode;  \/\/\/< true to indicate High Impedance mode is to be enabled, false to disable it$/;"	m	struct:Sangoma::Configuration
HighImpedanceMode	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool			HighImpedanceMode;	\/\/\/< true to indicate High Impedance mode is to be enabled, false to disable it$/;"	m	struct:Sangoma::Configuration
IFACE_FUNC	Sangoma/Code/Sangoma/sangoma_interface.cpp	95;"	d	file:
IFACE_FUNC	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	16;"	d	file:
INFO_CARD	Sangoma/Code/Sangoma/SangomaCard.cpp	14;"	d	file:
INFO_CARD	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	20;"	d	file:
INFO_CFG	Sangoma/Code/Sangoma/driver_configurator.cpp	16;"	d	file:
INFO_CFG	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	12;"	d	file:
INFO_IFACE	Sangoma/Code/Sangoma/sangoma_interface.cpp	90;"	d	file:
INFO_IFACE	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	11;"	d	file:
INFO_MAIN	sample_data_tapping.cpp	41;"	d	file:
INFO_PORT	Sangoma/Code/Sangoma/SangomaPort.cpp	18;"	d	file:
INFO_PORT	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	18;"	d	file:
INT_MAX	Sangoma/Code/Sangoma/SangomaPort.cpp	14;"	d	file:
InsertAndChannelizeFramedData	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	/^	void InsertAndChannelizeFramedData(unsigned char *p_source_buf, const unsigned int num_bytes_to_insert, const E1OrT1Framing frame_size)$/;"	f	class:ChannelizedBuffer
IsOpen	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool IsOpen;									\/\/\/< true if this port is currently open, false otherwise$/;"	m	class:Sangoma::SangomaPort
IsOpen	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool IsOpen;									\/\/\/< true if this port is currently open, false otherwise$/;"	m	class:Sangoma::SangomaPort
LIBS	Makefile	/^LIBS=$/;"	m
LIB_FILENAME	Sangoma/Code/Sangoma/Makefile	/^LIB_FILENAME := libSangoma.a$/;"	m
LINK_ARGS	Makefile	/^LINK_ARGS= -lcurses -lpthread -LSangoma\/Code\/Sangoma -lSangoma$/;"	m
LastError	Sangoma/Code/Sangoma/SangomaCard.h	/^	std::string LastError;							\/\/\/< String description of the last error that occurred (should be set if an error occurs in any SangomaCard member functions, or empty if successful)$/;"	m	class:Sangoma::SangomaCard
LastError	Sangoma/Code/Sangoma/SangomaPort.h	/^	std::string LastError;							\/\/\/< String description of the last error that occurred (should be set if an error occurs in any SangomaPort member functions, or NO_ERROR_OCCURRED if successful)$/;"	m	class:Sangoma::SangomaPort
LastError	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	std::string LastError;							\/\/\/< String description of the last error that occurred (should be set if an error occurs in any SangomaCard member functions, or empty if successful)$/;"	m	class:Sangoma::SangomaCard
LastError	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	std::string LastError;							\/\/\/< String description of the last error that occurred (should be set if an error occurs in any SangomaPort member functions, or NO_ERROR_OCCURRED if successful)$/;"	m	class:Sangoma::SangomaPort
LeavePortCriticalSection	Sangoma/Code/Sangoma/SangomaPort.cpp	/^void SangomaPort::LeavePortCriticalSection()$/;"	f	class:SangomaPort
LeavePortCriticalSection	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^void SangomaPort::LeavePortCriticalSection()$/;"	f	class:SangomaPort
LineCoding	Sangoma/Code/Sangoma/SangomaPort.h	/^	Sangoma::LineCoding  LineCoding;  \/\/\/< Indicates whether line coding is ON or OFF$/;"	m	struct:Sangoma::Configuration
LineCoding	Sangoma/Code/Sangoma/SangomaPort.h	/^enum LineCoding {$/;"	g	namespace:Sangoma
LineCoding	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^enum LineCoding {$/;"	g	namespace:Sangoma
LineConnected	Sangoma/Code/Sangoma/SangomaPort.h	/^	LineConnected,		\/\/\/< Indicates that a port that was unoccupied has had an E1\/T1 line plugged in$/;"	e	enum:Sangoma::PortEventType
LineConnected	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	LineConnected,		\/\/\/< Indicates that a port that was unoccupied has had an E1\/T1 line plugged in$/;"	e	enum:Sangoma::PortEventType
LineDisconnected	Sangoma/Code/Sangoma/SangomaPort.h	/^	LineDisconnected,	\/\/\/< Indicates that a port that had an E1\/T1 line plugged in has had the line disconnected$/;"	e	enum:Sangoma::PortEventType
LineDisconnected	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	LineDisconnected,	\/\/\/< Indicates that a port that had an E1\/T1 line plugged in has had the line disconnected$/;"	e	enum:Sangoma::PortEventType
LineLoopbackDisable	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::LineLoopbackDisable()$/;"	f	class:SangomaPort
LineLoopbackDisable	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::LineLoopbackDisable()$/;"	f	class:SangomaPort
LineLoopbackEnable	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::LineLoopbackEnable()$/;"	f	class:SangomaPort
LineLoopbackEnable	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::LineLoopbackEnable()$/;"	f	class:SangomaPort
LossOfCrcMultiframe	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool LossOfCrcMultiframe;			\/\/\/< Indicates that the Loss of CRC Multiframe (OOCMFV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
LossOfCrcMultiframe	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool LossOfCrcMultiframe;			\/\/\/< Indicates that the Loss of CRC Multiframe (OOCMFV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
LossOfSignal	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool LossOfSignal;					\/\/\/< Indicates that the Loss of Signal (ALOSV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
LossOfSignal	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool LossOfSignal;					\/\/\/< Indicates that the Loss of Signal (ALOSV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
LossOfSignalingMultiframe	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool LossOfSignalingMultiframe;		\/\/\/< Indicates that the Loss of Signaling Multiframe (OOSMFV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
LossOfSignalingMultiframe	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool LossOfSignalingMultiframe;		\/\/\/< Indicates that the Loss of Signaling Multiframe (OOSMFV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
LostSyncCount	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int LostSyncCount;		\/\/\/< Count of the number of times synchronization was lost on the port (i.e. number of times the LineDisconnected event was raised, since both indicate a loss of sync on the line)$/;"	m	struct:Sangoma::Statistics
LostSyncCount	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int LostSyncCount;		\/\/\/< Count of the number of times synchronization was lost on the port (i.e. number of times the LineDisconnected event was raised, since both indicate a loss of sync on the line)$/;"	m	struct:Sangoma::Statistics
MAXIMUM_BUFFER_MULTIPLIER_FACTOR	Sangoma/Code/Sangoma/SangomaPort.cpp	/^const unsigned int BufferSettings::MAXIMUM_BUFFER_MULTIPLIER_FACTOR = MAX_BUFFER_MULTIPLIER_FACTOR;$/;"	m	class:BufferSettings	file:
MAXIMUM_BUFFER_MULTIPLIER_FACTOR	Sangoma/Code/Sangoma/SangomaPort.h	/^    const static unsigned int MAXIMUM_BUFFER_MULTIPLIER_FACTOR;$/;"	m	struct:Sangoma::BufferSettings
MAX_CABLE_LOSS	Sangoma/Code/Sangoma/SangomaPort.h	/^enum MAX_CABLE_LOSS{$/;"	g	namespace:Sangoma
MAX_CABLE_LOSS	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^enum MAX_CABLE_LOSS{$/;"	g	namespace:Sangoma
MAX_CARDS	Sangoma/Code/Sangoma/driver_configurator.h	41;"	d
MAX_CARDS	regression/SangomaHandleLeakAnalysis/driver_configurator.h	41;"	d
MAX_HANDLES	sample_data_tapping.cpp	26;"	d	file:
MAX_INTERFACES_PER_PORT	Sangoma/Code/Sangoma/sangoma_interface.h	69;"	d
MAX_INTERFACES_PER_PORT	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	68;"	d
MAX_PORTS_PER_CARD	Sangoma/Code/Sangoma/driver_configurator.h	42;"	d
MAX_PORTS_PER_CARD	regression/SangomaHandleLeakAnalysis/driver_configurator.h	42;"	d
MAX_SANGOMA_BUFFER_SIZE	Sangoma/Code/Sangoma/SangomaPort.h	/^const unsigned int MAX_SANGOMA_BUFFER_SIZE = 8188;			\/\/\/< Maximum Sangoma buffer size in bytes$/;"	m	namespace:Sangoma
MAX_SANGOMA_BUFFER_SIZE	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const unsigned int MAX_SANGOMA_BUFFER_SIZE = 8188;			\/\/\/< Maximum Sangoma buffer size in bytes$/;"	m	namespace:Sangoma
MCLV_12_0dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_12_0dB=120$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_12_0dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_12_0dB=120$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_17_5dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_17_5dB=175,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_17_5dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_17_5dB=175,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_18_0dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_18_0dB=180,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_18_0dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_18_0dB=180,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_22_5dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_22_5dB=225,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_22_5dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_22_5dB=225,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_30_0dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_30_0dB=300,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_30_0dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_30_0dB=300,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_36_0dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_36_0dB=360,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_36_0dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_36_0dB=360,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_43_0dB	Sangoma/Code/Sangoma/SangomaPort.h	/^	MCLV_43_0dB=430,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MCLV_43_0dB	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MCLV_43_0dB=430,$/;"	e	enum:Sangoma::MAX_CABLE_LOSS
MINIMUM_BUFFER_MULTIPLIER_FACTOR	Sangoma/Code/Sangoma/SangomaPort.cpp	/^const unsigned int BufferSettings::MINIMUM_BUFFER_MULTIPLIER_FACTOR = MIN_BUFFER_MULTIPLIER_FACTOR;$/;"	m	class:BufferSettings	file:
MINIMUM_BUFFER_MULTIPLIER_FACTOR	Sangoma/Code/Sangoma/SangomaPort.h	/^    const static unsigned int MINIMUM_BUFFER_MULTIPLIER_FACTOR;$/;"	m	struct:Sangoma::BufferSettings
MINIMUM_NUMBER_OF_BUFFERS_PER_API_INTERFACE	Sangoma/Code/Sangoma/SangomaPort.cpp	/^const unsigned int BufferSettings::MINIMUM_NUMBER_OF_BUFFERS_PER_API_INTERFACE = MIN_NUMBER_OF_BUFFERS_PER_API_INTERFACE;$/;"	m	class:BufferSettings	file:
MINIMUM_NUMBER_OF_BUFFERS_PER_API_INTERFACE	Sangoma/Code/Sangoma/SangomaPort.h	/^    const static unsigned int MINIMUM_NUMBER_OF_BUFFERS_PER_API_INTERFACE;$/;"	m	struct:Sangoma::BufferSettings
Major	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int Major;		\/\/\/< The major version number of the driver (i.e. the 1 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
Major	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int Major;		\/\/\/< The major version number of the driver (i.e. the 1 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
Master	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool  Master;		\/\/\/< If true, configure for master clock$/;"	m	struct:Sangoma::Configuration
Master	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool			Master;				\/\/\/< If true, configure for master clock$/;"	m	struct:Sangoma::Configuration
MaxCableLoss	Sangoma/Code/Sangoma/SangomaPort.h	/^	MAX_CABLE_LOSS  MaxCableLoss;  \/\/\/< If High Impedance is true, indicates value of external resistor.$/;"	m	struct:Sangoma::Configuration
MaxCableLoss	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	MAX_CABLE_LOSS  MaxCableLoss;		\/\/\/< If High Impedance is true, indicates value of external resistor.$/;"	m	struct:Sangoma::Configuration
Minor	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int Minor;		\/\/\/< The minor version number of the driver (i.e. the 2 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
Minor	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int Minor;		\/\/\/< The minor version number of the driver (i.e. the 2 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
Model	Sangoma/Code/Sangoma/SangomaCard.h	/^	CardModel Model;								\/\/\/< The model of Sangoma card that this object represents (A104 or A108)$/;"	m	class:Sangoma::SangomaCard
Model	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	CardModel Model;								\/\/\/< The model of Sangoma card that this object represents (A104 or A108)$/;"	m	class:Sangoma::SangomaCard
NO_ERROR_OCCURRED	Sangoma/Code/Sangoma/SangomaPort.h	/^const std::string NO_ERROR_OCCURRED = "";					\/\/\/< String indicating that no error occurred on the last operation (returned by GetLastError() when the last operation was successful)$/;"	m	namespace:Sangoma
NO_ERROR_OCCURRED	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^const std::string NO_ERROR_OCCURRED = "";					\/\/\/< String indicating that no error occurred on the last operation (returned by GetLastError() when the last operation was successful)$/;"	m	namespace:Sangoma
NUMBER_OF_A104_PORTS	Sangoma/Code/Sangoma/SangomaCard.h	/^const unsigned int NUMBER_OF_A104_PORTS = 4;	\/\/\/< The number of ports in a Sangoma A104 card$/;"	v
NUMBER_OF_A104_PORTS	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^const unsigned int NUMBER_OF_A104_PORTS = 4;	\/\/\/< The number of ports in a Sangoma A104 card$/;"	v
NUMBER_OF_A108_PORTS	Sangoma/Code/Sangoma/SangomaCard.h	/^const unsigned int NUMBER_OF_A108_PORTS = 8;	\/\/\/< The number of ports in a Sangoma A108 card$/;"	v
NUMBER_OF_A108_PORTS	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^const unsigned int NUMBER_OF_A108_PORTS = 8;	\/\/\/< The number of ports in a Sangoma A108 card$/;"	v
NUMBER_OF_A116_PORTS	Sangoma/Code/Sangoma/SangomaCard.h	/^const unsigned int NUMBER_OF_A116_PORTS = 16;	\/\/\/< The number of ports in a Sangoma A116 card$/;"	v
NUMBER_OF_A116_PORTS	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^const unsigned int NUMBER_OF_A116_PORTS = 8;	\/\/\/< The number of ports in a Sangoma A108 card$/;"	v
NUMBER_OF_E1_FRAME_TYPES	sample_data_tapping.cpp	/^const unsigned int NUMBER_OF_E1_FRAME_TYPES = 6;$/;"	v
NUMBER_OF_T116_PORTS	Sangoma/Code/Sangoma/SangomaCard.h	/^const unsigned int NUMBER_OF_T116_PORTS = 16;	\/\/\/< The number of ports in a Sangoma T116 card$/;"	v
NUMBER_OF_T116_PORTS	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^const unsigned int NUMBER_OF_T116_PORTS = 16;	\/\/\/< The number of ports in a Sangoma T116 card$/;"	v
NUMBER_OF_T1_FRAME_TYPES	sample_data_tapping.cpp	/^const unsigned int NUMBER_OF_T1_FRAME_TYPES = 2;$/;"	v
NotWhitespace	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool NotWhitespace(const char character)$/;"	f
NumberOfBuffersPerPort	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int NumberOfBuffersPerPort;	\/\/\/< Number of buffers in host memory that will be dedicated to with receiving or transmitting data on this port.$/;"	m	struct:Sangoma::BufferSettings
NumberOfBuffersPerPort	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int NumberOfBuffersPerPort;	\/\/\/< Number of buffers in host memory that will be dedicated to with receiving or transmitting data on this port$/;"	m	struct:Sangoma::BufferSettings
NumberOfPorts	Sangoma/Code/Sangoma/SangomaCard.h	/^	unsigned int NumberOfPorts;						\/\/\/< The number of SangomaPorts found in this card$/;"	m	class:Sangoma::SangomaCard
NumberOfPorts	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	unsigned int NumberOfPorts;						\/\/\/< The number of SangomaPorts found in this card$/;"	m	class:Sangoma::SangomaCard
OBJS	Sangoma/Code/Sangoma/Makefile	/^OBJS := driver_configurator.o sangoma_interface.o PortBuffer.o SangomaPort.o SangomaCard.o libsangoma.o libsangoma_config.o libsangoma_utils.o libsangoma_hwec.o$/;"	m
OBJ_DIR	compile.bat	/^if %_BUILDARCH%==AMD64 (set OBJ_DIR=objchk_wnet_amd64\\amd64) else (set OBJ_DIR=objchk_wxp_x86\\i386)$/;"	v
OBJ_DIR	regression/SangomaHandleLeakAnalysis/compile.bat	/^if %_BUILDARCH%==AMD64 (set OBJ_DIR=objchk_wnet_amd64\\amd64) else (set OBJ_DIR=objchk_wxp_x86\\i386)$/;"	v
OBJ_DIR	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^if %_BUILDARCH%==AMD64 (set OBJ_DIR=objchk_wnet_amd64\\amd64) else (set OBJ_DIR=objchk_wxp_x86\\i386)$/;"	v
OBJ_DIR	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^rem set OBJ_DIR=temp$/;"	v
OBJ_DIR	to_test_system.bat	/^if %_BUILDARCH%==AMD64 (set OBJ_DIR=objchk_wnet_amd64\\amd64) else (set OBJ_DIR=objchk_wxp_x86\\i386)$/;"	v
OBJ_DIR	to_test_system.bat	/^rem set OBJ_DIR=temp$/;"	v
OFF	Sangoma/Code/Sangoma/SangomaPort.h	/^	OFF,		\/\/\/< Indicates that line coding is off (meaning set to the default AMI value)$/;"	e	enum:Sangoma::LineCoding
OFF	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	OFF,		\/\/\/< Indicates that line coding is off (meaning set to the default AMI value)$/;"	e	enum:Sangoma::LineCoding
OFF_STR	Sangoma/Code/Sangoma/sangoma_interface.h	67;"	d
OFF_STR	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	66;"	d
ON	Sangoma/Code/Sangoma/SangomaPort.h	/^	ON			\/\/\/< Indicates that line coding is on (meaning B8ZS for T1, and HDB3 for E1)$/;"	e	enum:Sangoma::LineCoding
ON	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	ON			\/\/\/< Indicates that line coding is on (meaning B8ZS for T1, and HDB3 for E1)$/;"	e	enum:Sangoma::LineCoding
ON_STR	Sangoma/Code/Sangoma/sangoma_interface.h	66;"	d
ON_STR	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	65;"	d
OS_TYPE	Makefile	/^OS_TYPE	= __LINUX__$/;"	m
Open	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool SangomaPort::Open(const Configuration & config)$/;"	f	class:SangomaPort
Open	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^bool SangomaPort::Open(const Configuration & config)$/;"	f	class:SangomaPort
OpenCount	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int OpenCount;			\/\/\/< Count of the number of times the port was opened (i.e. number of times SangomaPort::Open() returned successfully)$/;"	m	struct:Sangoma::Statistics
OpenCount	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int OpenCount;			\/\/\/< Count of the number of times the port was opened (i.e. number of times SangomaPort::Open() returned successfully)$/;"	m	struct:Sangoma::Statistics
OutOfFrame	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool OutOfFrame;					\/\/\/< Indicates that the Out of Frame (OOF) alarm is present if true$/;"	m	struct:Sangoma::Alarms
OutOfFrame	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool OutOfFrame;					\/\/\/< Indicates that the Out of Frame (OOF) alarm is present if true$/;"	m	struct:Sangoma::Alarms
OutOfOfflineFrame	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool OutOfOfflineFrame;				\/\/\/< Indicates that the Out of Off-Line Frame (OOOFV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
OutOfOfflineFrame	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool OutOfOfflineFrame;				\/\/\/< Indicates that the Out of Off-Line Frame (OOOFV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
PORT_FUNC	Sangoma/Code/Sangoma/SangomaPort.cpp	23;"	d	file:
PORT_FUNC	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	23;"	d	file:
PORT_IN_SYNC	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PORT_IN_SYNC			\/\/\/< Indicates that an Open() was attempted on the port and the configuration matched the data provided, the port is in sync$/;"	e	enum:Sangoma::SynchronizationStatus
PORT_NOT_IN_SYNC	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PORT_NOT_IN_SYNC,		\/\/\/< Indicates that an Open() was attempted on the port and the configuration has proved to be incompatible with the data provided on that port$/;"	e	enum:Sangoma::SynchronizationStatus
PORT_WAITING_FOR_SYNC	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PORT_WAITING_FOR_SYNC,	\/\/\/< Indicates that an Open() was attempted on the port and not enough time has elapsed to be able to reliably tell whether the configuration is correct$/;"	e	enum:Sangoma::SynchronizationStatus
PortBuffer	Sangoma/Code/Sangoma/PortBuffer.cpp	/^PortBuffer::PortBuffer(unsigned int buffer_size_in_bytes)$/;"	f	class:PortBuffer
PortBuffer	Sangoma/Code/Sangoma/PortBuffer.h	/^class PortBuffer {$/;"	c
PortBuffer	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^PortBuffer::PortBuffer(unsigned int size)$/;"	f	class:PortBuffer
PortBuffer	regression/SangomaHandleLeakAnalysis/PortBuffer.h	/^class PortBuffer {$/;"	c
PortEvent	Sangoma/Code/Sangoma/SangomaPort.cpp	/^PortEvent::PortEvent()$/;"	f	class:PortEvent
PortEvent	Sangoma/Code/Sangoma/SangomaPort.h	/^struct PortEvent {$/;"	s	namespace:Sangoma
PortEvent	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^PortEvent::PortEvent()$/;"	f	class:PortEvent
PortEvent	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^struct PortEvent {$/;"	s	namespace:Sangoma
PortEventHandler	sample_data_tapping.cpp	/^bool PortEventHandler(SangomaPort* p_port, unsigned int out_flags)$/;"	f
PortEventType	Sangoma/Code/Sangoma/SangomaPort.h	/^enum PortEventType {$/;"	g	namespace:Sangoma
PortEventType	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^enum PortEventType {$/;"	g	namespace:Sangoma
PortNumber	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int PortNumber;						\/\/\/< The number assigned to this port (zero-indexed)$/;"	m	class:Sangoma::SangomaPort
PortNumber	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int PortNumber;						\/\/\/< The number assigned to this port (zero-indexed)$/;"	m	class:Sangoma::SangomaPort
PortStatistics	Sangoma/Code/Sangoma/SangomaPort.h	/^	Statistics PortStatistics;						\/\/\/< Statistics related to this port (made member because some are maintained by the class, some are maintained by the hardware)$/;"	m	class:Sangoma::SangomaPort
PortStatistics	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	Statistics PortStatistics;						\/\/\/< Statistics related to this port (made member because some are maintained by the class, some are maintained by the hardware)$/;"	m	class:Sangoma::SangomaPort
Ports	Sangoma/Code/Sangoma/SangomaCard.h	/^	std::vector<SangomaPort*> Ports;				\/\/\/< Vector of the SangomaPorts contained in this card$/;"	m	class:Sangoma::SangomaCard
Ports	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	std::vector<SangomaPort*> Ports;				\/\/\/< Vector of the SangomaPorts contained in this card$/;"	m	class:Sangoma::SangomaCard
Read	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::Read(unsigned int event_flag)$/;"	f	class:SangomaPort
Read	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::Read(unsigned int out_flags)$/;"	f	class:SangomaPort
ReadDataAvailable	Sangoma/Code/Sangoma/SangomaPort.h	/^	ReadDataAvailable,	\/\/\/< Indicates that the read buffer is full (SangomaPort::Read() can be called to service the buffer)$/;"	e	enum:Sangoma::PortEventType
ReadDataAvailable	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	ReadDataAvailable,	\/\/\/< Indicates that the read buffer is full (SangomaPort::Read() can be called to service the buffer)$/;"	e	enum:Sangoma::PortEventType
ReceiveBuffer	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PortBuffer *ReceiveBuffer;						\/\/\/< Buffers allocated to receive data for this port$/;"	m	class:Sangoma::SangomaPort
ReceiveBufferSettings	Sangoma/Code/Sangoma/SangomaPort.h	/^	BufferSettings ReceiveBufferSettings; \/\/\/< These are the settings for the buffer that holds the data when it is received.$/;"	m	class:Sangoma::SangomaPort
ReceiveBufferSettings	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	BufferSettings ReceiveBufferSettings, TransmitBufferSettings;$/;"	m	class:Sangoma::SangomaPort
ReceiveLossOfSignal	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool ReceiveLossOfSignal;			\/\/\/< Indicates that the Receive Loss of Signal (LOS) alarm is present if true$/;"	m	struct:Sangoma::Alarms
ReceiveLossOfSignal	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool ReceiveLossOfSignal;			\/\/\/< Indicates that the Receive Loss of Signal (LOS) alarm is present if true$/;"	m	struct:Sangoma::Alarms
ReceiveLossOfSignalV	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool ReceiveLossOfSignalV;			\/\/\/< Indicates that the Receive Loss of Signal (RAIV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
ReceiveLossOfSignalV	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool ReceiveLossOfSignalV;			\/\/\/< Indicates that the Receive Loss of Signal (RAIV) alarm is present if true$/;"	m	struct:Sangoma::Alarms
Red	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool Red;							\/\/\/< Indicates that the Telco Red Alarm condition (RED) is present if true$/;"	m	struct:Sangoma::Alarms
Red	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool Red;							\/\/\/< Indicates that the Telco Red Alarm condition (RED) is present if true$/;"	m	struct:Sangoma::Alarms
Reset	Sangoma/Code/Sangoma/SangomaPort.h	/^    void Reset()$/;"	f	struct:Sangoma::BufferSettings
Revision	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int Revision;	\/\/\/< The revision version number of the driver (i.e. the 4 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
Revision	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int Revision;	\/\/\/< The revision version number of the driver (i.e. the 4 in 1.2.3.4)$/;"	m	struct:Sangoma::DriverVersion
RxCount	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int RxCount;						\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
RxDiscardCounter	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int RxDiscardCounter;				\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
RxLength	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int RxLength;						\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
SANGOMA_INTERFACE_H	Sangoma/Code/Sangoma/sangoma_interface.h	8;"	d
SANGOMA_INTERFACE_H	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	8;"	d
SANG_ARCH	compile.bat	/^if %_BUILDARCH%==AMD64	(set SANG_ARCH=-D__x86_64__)$/;"	v
SANG_ARCH	compile.bat	/^if %_BUILDARCH%==x86	(set SANG_ARCH=-D__SANGx86__)$/;"	v
SANG_ARCH	regression/SangomaHandleLeakAnalysis/compile.bat	/^if %_BUILDARCH%==AMD64	(set SANG_ARCH=-D__x86_64__)$/;"	v
SANG_ARCH	regression/SangomaHandleLeakAnalysis/compile.bat	/^if %_BUILDARCH%==x86	(set SANG_ARCH=-D__SANGx86__)$/;"	v
SANG_WP_DEVEL	compile.bat	/^set SANG_WP_DEVEL=c:\\development-git$/;"	v
SANG_WP_DEVEL	regression/SangomaHandleLeakAnalysis/compile.bat	/^set SANG_WP_DEVEL=c:\\development-git$/;"	v
Sangoma	Sangoma/Code/Sangoma/SangomaCard.h	/^namespace Sangoma {$/;"	n
Sangoma	Sangoma/Code/Sangoma/SangomaPort.h	/^namespace Sangoma {$/;"	n
Sangoma	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^namespace Sangoma {$/;"	n
Sangoma	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^namespace Sangoma {$/;"	n
SangomaCard	Sangoma/Code/Sangoma/SangomaCard.cpp	/^SangomaCard::SangomaCard(const unsigned int card_number, const CardModel model,$/;"	f	class:SangomaCard
SangomaCard	Sangoma/Code/Sangoma/SangomaCard.h	/^class SangomaCard {$/;"	c	namespace:Sangoma
SangomaCard	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^SangomaCard::SangomaCard(const unsigned int card_number, const CardModel model,$/;"	f	class:SangomaCard
SangomaCard	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^class SangomaCard {$/;"	c	namespace:Sangoma
SangomaInterface	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	sangoma_interface *SangomaInterface;$/;"	m	class:Sangoma::SangomaPort
SangomaPort	Sangoma/Code/Sangoma/SangomaPort.cpp	/^SangomaPort::SangomaPort(const unsigned int card_number, const unsigned int port_number,$/;"	f	class:SangomaPort
SangomaPort	Sangoma/Code/Sangoma/SangomaPort.h	/^class SangomaPort {$/;"	c	namespace:Sangoma
SangomaPort	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^SangomaPort::SangomaPort(const unsigned int card_number, const unsigned int port_number, $/;"	f	class:SangomaPort
SangomaPort	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^class SangomaPort {$/;"	c	namespace:Sangoma
SangomaThreadFunc	sample_data_tapping.cpp	/^DWORD SangomaThreadFunc(void *p_param)$/;"	f
SetAndOpenTxFile	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::SetAndOpenTxFile(const char *szTxFileName)$/;"	f	class:SangomaPort
SetAndOpenTxFile	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::SetAndOpenTxFile(char *szTxFileName)$/;"	f	class:SangomaPort
SetPortConfiguration	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::SetPortConfiguration(const Configuration & config)$/;"	f	class:SangomaPort
SetPortConfiguration	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::SetPortConfiguration(const Configuration & config)$/;"	f	class:SangomaPort
SetUserDataLength	Sangoma/Code/Sangoma/PortBuffer.cpp	/^void PortBuffer::SetUserDataLength(unsigned int user_data_length)$/;"	f	class:PortBuffer
SetUserDataLength	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^void PortBuffer::SetUserDataLength(unsigned int user_data_length)$/;"	f	class:PortBuffer
Sleep	Sangoma/Code/Sangoma/sangoma_interface.cpp	18;"	d	file:
SleepMs	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^void SleepMs(const unsigned int milliseconds_to_sleep)$/;"	f
Statistics	Sangoma/Code/Sangoma/SangomaPort.h	/^    Statistics():$/;"	f	struct:Sangoma::Statistics
Statistics	Sangoma/Code/Sangoma/SangomaPort.h	/^struct Statistics {$/;"	s	namespace:Sangoma
Statistics	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^Statistics::Statistics()$/;"	f	class:Statistics
Statistics	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^struct Statistics {$/;"	s	namespace:Sangoma
SyncCount	Sangoma/Code/Sangoma/SangomaPort.h	/^	unsigned int SyncCount;						\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
SynchronizationStatus	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^enum SynchronizationStatus {$/;"	g	namespace:Sangoma
T1	Sangoma/Code/Sangoma/SangomaPort.h	/^	T1=24			\/\/\/< Indicates that the port is configured as a T1 port$/;"	e	enum:Sangoma::E1OrT1
T1	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	T1=24			\/\/\/< Indicates that the port is configured as a T1 port$/;"	e	enum:Sangoma::E1OrT1
T116	Sangoma/Code/Sangoma/SangomaCard.h	/^	T116            \/\/\/< Indicates the Sangoma T116 card model$/;"	e	enum:Sangoma::CardModel
T116	regression/SangomaHandleLeakAnalysis/SangomaCard.h	/^	T116$/;"	e	enum:CardModel
T116_MODEL	sample_data_tapping.cpp	/^const std::string T116_MODEL = "T116";		\/\/\/< Command line string used to indicate to check the system for Sangoma A116 cards$/;"	v
T1_EXTENDED_SUPERFRAME	Sangoma/Code/Sangoma/SangomaPort.h	/^	T1_EXTENDED_SUPERFRAME,	\/\/\/< Indicates that Extended Superframe (ESF, also called D5 framing) is the framing type for the T1 port$/;"	e	enum:Sangoma::FramingType
T1_EXTENDED_SUPERFRAME	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	T1_EXTENDED_SUPERFRAME,	\/\/\/< Indicates that Extended Superframe (ESF, also called D5 framing) is the framing type for the T1 port$/;"	e	enum:Sangoma::FramingType
T1_FRAMING	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	/^typedef enum {UNSURVEYED_FRAMING=0, E1_FRAMING=32, T1_FRAMING=24} E1OrT1Framing;				\/\/\/< Type of port (i.e., E1 or T1). This can also be used as the frame size$/;"	e	enum:__anon1
T1_SUPERFRAME	Sangoma/Code/Sangoma/SangomaPort.h	/^	T1_SUPERFRAME			\/\/\/< Indicates that Superframe (also called D4 or D3\/D4 framing) is the framing type for the T1 port$/;"	e	enum:Sangoma::FramingType
T1_SUPERFRAME	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	T1_SUPERFRAME			\/\/\/< Indicates that Superframe (also called D4 or D3\/D4 framing) is the framing type for the T1 port$/;"	e	enum:Sangoma::FramingType
T1_TYPES	sample_data_tapping.cpp	/^const FramingType T1_TYPES[NUMBER_OF_T1_FRAME_TYPES] = {T1_EXTENDED_SUPERFRAME, T1_SUPERFRAME};	$/;"	v
TARGETS	Makefile	/^TARGETS=sample_data_tapping$/;"	m
TEST_SYSTEM	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^set TEST_SYSTEM=\\\\%1%$/;"	v
TEST_SYSTEM	to_test_system.bat	/^set TEST_SYSTEM=\\\\%1%$/;"	v
TimeLastClosed	Sangoma/Code/Sangoma/SangomaPort.h	/^	time_t	TimeLastClosed;					\/\/\/< System time of the last time this port was closed$/;"	m	struct:Sangoma::Statistics
TimeLastClosed	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	time_t	TimeLastClosed;					\/\/\/< System time of the last time this port was closed$/;"	m	struct:Sangoma::Statistics
TimeLastFoundSync	Sangoma/Code/Sangoma/SangomaPort.h	/^	time_t	TimeLastFoundSync;				\/\/\/< System time of the last time this port found sync with a valid configuration$/;"	m	struct:Sangoma::Statistics
TimeLastFoundSync	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	time_t	TimeLastFoundSync;				\/\/\/< System time of the last time this port found sync with a valid configuration$/;"	m	struct:Sangoma::Statistics
TimeLastLostSync	Sangoma/Code/Sangoma/SangomaPort.h	/^	time_t	TimeLastLostSync;				\/\/\/< System time of the last time this port lost sync when already in sync$/;"	m	struct:Sangoma::Statistics
TimeLastLostSync	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	time_t	TimeLastLostSync;				\/\/\/< System time of the last time this port lost sync when already in sync$/;"	m	struct:Sangoma::Statistics
TimeLastOpened	Sangoma/Code/Sangoma/SangomaPort.h	/^	time_t	TimeLastOpened;					\/\/\/< System time of the last time this port was opened$/;"	m	struct:Sangoma::Statistics
TimeLastOpened	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	time_t	TimeLastOpened;					\/\/\/< System time of the last time this port was opened$/;"	m	struct:Sangoma::Statistics
ToFloat	Sangoma/Code/Sangoma/SangomaPort.cpp	/^bool ToFloat(const std::string& string_to_convert, float& float_value)$/;"	f
ToString	Sangoma/Code/Sangoma/SangomaPort.cpp	/^std::string DriverVersion::ToString()$/;"	f	class:DriverVersion
TransmitBuffer	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	PortBuffer *TransmitBuffer;						\/\/\/< Buffers allocated to transmit data for this port$/;"	m	class:Sangoma::SangomaPort
TransmitBufferAvailable	Sangoma/Code/Sangoma/SangomaPort.h	/^	TransmitBufferAvailable \/\/\/< Indicated that a port has at least one free Transmit buffer.$/;"	e	enum:Sangoma::PortEventType
TransmitBufferAvailable	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	TransmitBufferAvailable \/\/\/< Indicated that a port has at least one free Transmit buffer.$/;"	e	enum:Sangoma::PortEventType
TransmitBufferSettings	Sangoma/Code/Sangoma/SangomaPort.h	/^    BufferSettings TransmitBufferSettings; \/\/\/< These are the settings for the buffer that holds the data that is to be transmitted.$/;"	m	class:Sangoma::SangomaPort
TransmitBufferSettings	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	BufferSettings ReceiveBufferSettings, TransmitBufferSettings;$/;"	m	class:Sangoma::SangomaPort
TryEnterPortCriticalSection	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::TryEnterPortCriticalSection()$/;"	f	class:SangomaPort
TryEnterPortCriticalSection	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::TryEnterPortCriticalSection()$/;"	f	class:SangomaPort
TxMtu	Sangoma/Code/Sangoma/SangomaPort.h	/^	int		TxMtu;$/;"	m	class:Sangoma::SangomaPort
TxMtu	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	int		TxMtu;$/;"	m	class:Sangoma::SangomaPort
TxTristateMode	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool  TxTristateMode;  \/\/\/< If true, indicates transmitter is disabled on T1\/E1 level.$/;"	m	struct:Sangoma::Configuration
TxTristateMode	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool			TxTristateMode;		\/\/\/< If true, indicates transmitter is disabled on T1\/E1 level.$/;"	m	struct:Sangoma::Configuration
UNSURVEYED_FRAMING	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	/^typedef enum {UNSURVEYED_FRAMING=0, E1_FRAMING=32, T1_FRAMING=24} E1OrT1Framing;				\/\/\/< Type of port (i.e., E1 or T1). This can also be used as the frame size$/;"	e	enum:__anon1
USAGE_STR	sample_data_tapping.cpp	130;"	d	file:
Unsignalled	Sangoma/Code/Sangoma/SangomaPort.h	/^	Unsignalled,		\/\/\/< Default value, indicates that the event has not been signalled (should not be seen in actual events that are triggered)$/;"	e	enum:Sangoma::PortEventType
Unsignalled	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	Unsignalled,		\/\/\/< Default value, indicates that the event has not been signalled (should not be seen in actual events that are triggered)$/;"	e	enum:Sangoma::PortEventType
VALID_NUM_OF_ARGS	sample_data_tapping.cpp	/^const int VALID_NUM_OF_ARGS = 2;			\/\/\/< The valid number of arguements expected by the program$/;"	v
WRN_IFACE	Sangoma/Code/Sangoma/sangoma_interface.cpp	92;"	d	file:
WRN_IFACE	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	13;"	d	file:
WRN_MAIN	sample_data_tapping.cpp	42;"	d	file:
Write	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::Write(unsigned char* p_source_buffer, const unsigned int bytes_to_write)$/;"	f	class:SangomaPort
Write	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::Write(unsigned char* p_source_buffer, const unsigned int bytes_to_write)$/;"	f	class:SangomaPort
WriteChunkOfTxFile	Sangoma/Code/Sangoma/SangomaPort.cpp	/^int SangomaPort::WriteChunkOfTxFile()$/;"	f	class:SangomaPort
WriteChunkOfTxFile	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^int SangomaPort::WriteChunkOfTxFile()$/;"	f	class:SangomaPort
Yellow	Sangoma/Code/Sangoma/SangomaPort.h	/^	bool Yellow;						\/\/\/< Indicates that the Receive Telco Yellow Alarm (YEL) is present if true$/;"	m	struct:Sangoma::Alarms
Yellow	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	bool Yellow;						\/\/\/< Indicates that the Receive Telco Yellow Alarm (YEL) is present if true$/;"	m	struct:Sangoma::Alarms
_APS_NEXT_COMMAND_VALUE	regression/SangomaHandleLeakAnalysis/resource.h	10;"	d
_APS_NEXT_COMMAND_VALUE	resource.h	10;"	d
_APS_NEXT_CONTROL_VALUE	regression/SangomaHandleLeakAnalysis/resource.h	11;"	d
_APS_NEXT_CONTROL_VALUE	resource.h	11;"	d
_APS_NEXT_RESOURCE_VALUE	regression/SangomaHandleLeakAnalysis/resource.h	9;"	d
_APS_NEXT_RESOURCE_VALUE	resource.h	9;"	d
_APS_NEXT_SYMED_VALUE	regression/SangomaHandleLeakAnalysis/resource.h	12;"	d
_APS_NEXT_SYMED_VALUE	resource.h	12;"	d
_CHANNELIZED_BUFFER_H	regression/SangomaHandleLeakAnalysis/ChannelizedBuffer.h	8;"	d
_DBG_CFG	Sangoma/Code/Sangoma/driver_configurator.cpp	14;"	d	file:
_DBG_CFG	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	10;"	d	file:
_ERR_CFG	Sangoma/Code/Sangoma/driver_configurator.cpp	20;"	d	file:
_ERR_CFG	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	16;"	d	file:
_INFO_CFG	Sangoma/Code/Sangoma/driver_configurator.cpp	17;"	d	file:
_INFO_CFG	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	13;"	d	file:
_PORT_BUFFER_H	Sangoma/Code/Sangoma/PortBuffer.h	2;"	d
_PORT_BUFFER_H	regression/SangomaHandleLeakAnalysis/PortBuffer.h	2;"	d
_SANGOMA_CARD_H	Sangoma/Code/Sangoma/SangomaCard.h	69;"	d
_SANGOMA_CARD_H	regression/SangomaHandleLeakAnalysis/SangomaCard.h	69;"	d
_SANGOMA_PORT_H	Sangoma/Code/Sangoma/SangomaPort.h	6;"	d
_SANGOMA_PORT_H	regression/SangomaHandleLeakAnalysis/SangomaPort.h	6;"	d
__WINDOWS__	Sangoma/Code/Sangoma/SangomaPort.h	9;"	d
_kbhit	sample_data_tapping.cpp	/^int _kbhit(void)$/;"	f
a104_wanpipe_info_array	Sangoma/Code/Sangoma/SangomaCard.cpp	/^static wanpipe_instance_info_t a104_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
a104_wanpipe_info_array	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^static wanpipe_instance_info_t a104_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
a108_wanpipe_info_array	Sangoma/Code/Sangoma/SangomaCard.cpp	/^static wanpipe_instance_info_t a108_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
a108_wanpipe_info_array	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^static wanpipe_instance_info_t a108_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
a116_wanpipe_info_array	Sangoma/Code/Sangoma/SangomaCard.cpp	/^static wanpipe_instance_info_t a116_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
a116_wanpipe_info_array	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^static wanpipe_instance_info_t a116_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
adapter_type	Sangoma/Code/Sangoma/sangoma_interface.h	/^	unsigned char	adapter_type;$/;"	m	class:sangoma_interface
adapter_type	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	unsigned char	adapter_type;$/;"	m	class:sangoma_interface
alarms_present	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^char sangoma_interface::alarms_present()$/;"	f	class:sangoma_interface
alarms_present	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^char sangoma_interface::alarms_present()$/;"	f	class:sangoma_interface
bad_rx_frames_count	Sangoma/Code/Sangoma/sangoma_interface.h	/^	ULONG		bad_rx_frames_count;$/;"	m	class:sangoma_interface
bad_rx_frames_count	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	ULONG		bad_rx_frames_count;$/;"	m	class:sangoma_interface
card_model	Sangoma/Code/Sangoma/sangoma_interface.h	/^	unsigned int	card_model;$/;"	m	class:sangoma_interface
card_model	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	unsigned int	card_model;$/;"	m	class:sangoma_interface
check_api_driver_version	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::check_api_driver_version( )$/;"	f	class:sangoma_interface
check_api_driver_version	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::check_api_driver_version( )$/;"	f	class:sangoma_interface
cleanup	Sangoma/Code/Sangoma/driver_configurator.cpp	/^void driver_configurator::cleanup()$/;"	f	class:driver_configurator
cleanup	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::cleanup()$/;"	f	class:sangoma_interface
cleanup	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^void driver_configurator::cleanup()$/;"	f	class:driver_configurator
cleanup	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::cleanup()$/;"	f	class:sangoma_interface
clear_screen	sample_data_tapping.cpp	/^void clear_screen()$/;"	f
cs_CriticalSection	Sangoma/Code/Sangoma/SangomaPort.h	/^	CRITICAL_SECTION cs_CriticalSection;$/;"	m	class:Sangoma::SangomaPort
cs_CriticalSection	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	CRITICAL_SECTION cs_CriticalSection;$/;"	m	class:Sangoma::SangomaPort
driver_configurator	Sangoma/Code/Sangoma/driver_configurator.cpp	/^driver_configurator::driver_configurator()$/;"	f	class:driver_configurator
driver_configurator	Sangoma/Code/Sangoma/driver_configurator.h	/^class driver_configurator  $/;"	c
driver_configurator	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^driver_configurator::driver_configurator()$/;"	f	class:driver_configurator
driver_configurator	regression/SangomaHandleLeakAnalysis/driver_configurator.h	/^class driver_configurator  $/;"	c
drv_version	Sangoma/Code/Sangoma/sangoma_interface.h	/^	wan_driver_version_t	drv_version;$/;"	m	class:sangoma_interface
drv_version	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	wan_driver_version_t	drv_version;$/;"	m	class:sangoma_interface
e1Ort1	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	E1OrT1			e1Ort1;				\/\/\/< Configures the port as either E1 or T1$/;"	m	struct:Sangoma::Configuration
efficient_32bit_byte_copy	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^void efficient_32bit_byte_copy(unsigned char **p_destination_buf, unsigned char **p_source_buf, unsigned int num_bytes_to_copy){$/;"	f
end	compile.bat	/^:end$/;"	l
end	regression/SangomaHandleLeakAnalysis/compile.bat	/^:end$/;"	l
end	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^:end$/;"	l
end	to_test_system.bat	/^:end$/;"	l
failure	compile.bat	/^:failure$/;"	l
failure	regression/SangomaHandleLeakAnalysis/compile.bat	/^:failure$/;"	l
failure	regression/SangomaHandleLeakAnalysis/to_test_system.bat	/^:failure$/;"	l
failure	to_test_system.bat	/^:failure$/;"	l
flush_buffers	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^void sangoma_interface::flush_buffers (void)$/;"	f	class:sangoma_interface
flush_buffers	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^void sangoma_interface::flush_buffers (void)$/;"	f	class:sangoma_interface
flush_operational_stats	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^void sangoma_interface::flush_operational_stats (void)$/;"	f	class:sangoma_interface
flush_operational_stats	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^void sangoma_interface::flush_operational_stats (void)$/;"	f	class:sangoma_interface
func_protocol	Sangoma/Code/Sangoma/sangoma_interface.h	/^struct func_protocol {$/;"	s
func_protocol	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^struct func_protocol {$/;"	s
gRunning	sample_data_tapping.cpp	/^bool gRunning = false;	\/\/\/< Flag which is true if the sample program is currently monitoring the cards, false otherwise$/;"	v
get_adapter_type	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^unsigned char sangoma_interface::get_adapter_type()$/;"	f	class:sangoma_interface
get_adapter_type	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^unsigned char sangoma_interface::get_adapter_type()$/;"	f	class:sangoma_interface
get_api_driver_version	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::get_api_driver_version (PDRIVER_VERSION p_drv_version)$/;"	f	class:sangoma_interface
get_api_driver_version	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::get_api_driver_version (PDRIVER_VERSION p_drv_version)$/;"	f	class:sangoma_interface
get_configuration	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::get_configuration(port_cfg_t *out_port_cfg)$/;"	f	class:driver_configurator
get_configuration	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::get_configuration(port_cfg_t *out_port_cfg)$/;"	f	class:driver_configurator
get_driver_version	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::get_driver_version(wan_driver_version_t *version)$/;"	f	class:driver_configurator
get_driver_version	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::get_driver_version(wan_driver_version_t *version)$/;"	f	class:driver_configurator
get_fe_type	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::get_fe_type(unsigned char* adapter_type)$/;"	f	class:sangoma_interface
get_fe_type	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::get_fe_type(unsigned char* adapter_type)$/;"	f	class:sangoma_interface
get_hardware_info	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::get_hardware_info(hardware_info_t *hardware_info)$/;"	f	class:driver_configurator
get_hardware_info	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::get_hardware_info(hardware_info_t *hardware_info)$/;"	f	class:driver_configurator
get_interface_configuration	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::get_interface_configuration(if_cfg_t *wanif_conf_ptr)$/;"	f	class:sangoma_interface
get_interface_configuration	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::get_interface_configuration(if_cfg_t *wanif_conf_ptr)$/;"	f	class:sangoma_interface
get_mapped_port_number	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^unsigned int sangoma_interface::get_mapped_port_number()$/;"	f	class:sangoma_interface
get_mapped_port_number	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^unsigned int sangoma_interface::get_mapped_port_number()$/;"	f	class:sangoma_interface
get_mapped_span_number	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^unsigned int sangoma_interface::get_mapped_span_number()$/;"	f	class:sangoma_interface
get_mapped_span_number	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^unsigned int sangoma_interface::get_mapped_span_number()$/;"	f	class:sangoma_interface
get_wait_object_reference	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^sangoma_wait_obj_t* sangoma_interface::get_wait_object_reference()$/;"	f	class:sangoma_interface
get_wait_object_reference	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^sangoma_wait_obj_t* sangoma_interface::get_wait_object_reference()$/;"	f	class:sangoma_interface
get_wan_udphdr_data_byte	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^unsigned char sangoma_interface::get_wan_udphdr_data_byte(unsigned char off)$/;"	f	class:sangoma_interface
get_wan_udphdr_data_byte	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^unsigned char sangoma_interface::get_wan_udphdr_data_byte(unsigned char off) $/;"	f	class:sangoma_interface
get_wan_udphdr_data_ptr	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^unsigned char* sangoma_interface::get_wan_udphdr_data_ptr(unsigned char off)$/;"	f	class:sangoma_interface
get_wan_udphdr_data_ptr	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^unsigned char* sangoma_interface::get_wan_udphdr_data_ptr(unsigned char off) $/;"	f	class:sangoma_interface
getyn	regression/SangomaHandleLeakAnalysis/release.sh	/^getyn()$/;"	f
getyn	release.sh	/^getyn()$/;"	f
iForcedLineType	sample_data_tapping.cpp	/^static int iForcedLineType = -1;\/\/< When greater than zero, will disable "Line Discovery" and configure for Line Type specified on command line.$/;"	v	file:
iLocalLoopback	sample_data_tapping.cpp	/^static int iLocalLoopback = 0;	\/\/< When non-zero, will enable Local Loopback at T1\/E1 level$/;"	v	file:
iSilent	sample_data_tapping.cpp	/^static int iSilent = 0;		$/;"	v	file:
iTimeout	sample_data_tapping.cpp	/^static int iTimeout = 0;		$/;"	v	file:
init	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::init(unsigned int wanpipe_number, unsigned int port_number)$/;"	f	class:driver_configurator
init	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::init()$/;"	f	class:sangoma_interface
init	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::init(unsigned int wanpipe_number, unsigned int port_number)$/;"	f	class:driver_configurator
init	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::init()$/;"	f	class:sangoma_interface
interface_name	Sangoma/Code/Sangoma/sangoma_interface.h	/^	char		interface_name[DEV_NAME_LEN];	\/\/used only for debugging$/;"	m	class:sangoma_interface
interface_name	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	char		interface_name[DEV_NAME_LEN];	\/\/used only for debugging$/;"	m	class:sangoma_interface
interface_number	Sangoma/Code/Sangoma/sangoma_interface.h	/^	int wanpipe_number, interface_number;$/;"	m	class:sangoma_interface
interface_number	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	int wanpipe_number, interface_number;$/;"	m	class:sangoma_interface
lineCoding	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	LineCoding		lineCoding;			\/\/\/< Indicates whether line coding is ON or OFF$/;"	m	struct:Sangoma::Configuration
load_driver_modules	sample_data_tapping.cpp	/^void load_driver_modules()$/;"	f
loopback_command	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::loopback_command(u_int8_t type, u_int8_t mode, u_int32_t chan_map)$/;"	f	class:sangoma_interface
loopback_command	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::loopback_command(u_int8_t type, u_int8_t mode, u_int32_t chan_map)$/;"	f	class:sangoma_interface
main	regression/SangomaHandleLeakAnalysis/leak_analysis.cpp	/^void main()$/;"	f
main	sample_data_tapping.cpp	/^int __cdecl main(int argc, char* argv[])$/;"	f
main_loop_per_port_bank	sample_data_tapping.cpp	/^int main_loop_per_port_bank(void *p_param, Configuration & configuration)$/;"	f
main_program_loop	sample_data_tapping.cpp	/^int main_program_loop(void * p_param, void *p_param2, Configuration & configuration)$/;"	f
mbox_offset	Sangoma/Code/Sangoma/sangoma_interface.h	/^	unsigned char	mbox_offset;$/;"	m	struct:func_protocol
mbox_offset	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	unsigned char	mbox_offset;$/;"	m	struct:func_protocol
next_framing_type_index	sample_data_tapping.cpp	/^std::vector<unsigned int> next_framing_type_index;	\/\/for each port store the index of the next framing type to open the port with$/;"	v
ok	compile.bat	/^:ok$/;"	l
ok	regression/SangomaHandleLeakAnalysis/compile.bat	/^:ok$/;"	l
open_first_interface_of_a_mapped_port	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^HANDLE sangoma_interface::open_first_interface_of_a_mapped_port()$/;"	f	class:sangoma_interface
open_first_interface_of_a_mapped_port	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^HANDLE sangoma_interface::open_first_interface_of_a_mapped_port()$/;"	f	class:sangoma_interface
operational_stats	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^void sangoma_interface::operational_stats(wanpipe_chan_stats_t *stats)$/;"	f	class:sangoma_interface
operational_stats	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^void sangoma_interface::operational_stats(wanpipe_chan_stats_t *stats)$/;"	f	class:sangoma_interface
pReceiveBuffer	Sangoma/Code/Sangoma/SangomaPort.h	/^	PortBuffer *pReceiveBuffer; \/\/\/< Buffers allocated to receive data for this port$/;"	m	class:Sangoma::SangomaPort
pSangomaInterface	Sangoma/Code/Sangoma/SangomaPort.h	/^	sangoma_interface *pSangomaInterface;$/;"	m	class:Sangoma::SangomaPort
pTransmitBuffer	Sangoma/Code/Sangoma/SangomaPort.h	/^	PortBuffer *pTransmitBuffer; \/\/\/< Buffers allocated to transmit data for this port$/;"	m	class:Sangoma::SangomaPort
pTxFile	Sangoma/Code/Sangoma/SangomaPort.h	/^	FILE	*pTxFile;$/;"	m	class:Sangoma::SangomaPort
pTxFile	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	FILE	*pTxFile;$/;"	m	class:Sangoma::SangomaPort
parse_command_line_args	sample_data_tapping.cpp	/^static int parse_command_line_args($/;"	f	file:
port_cfg	Sangoma/Code/Sangoma/driver_configurator.h	/^	port_cfg_t	port_cfg;$/;"	m	class:driver_configurator
port_cfg	regression/SangomaHandleLeakAnalysis/driver_configurator.h	/^	port_cfg_t	port_cfg;$/;"	m	class:driver_configurator
print_cfg_stats	sample_data_tapping.cpp	/^void print_cfg_stats(void *p_param)$/;"	f
print_data_buffer	sample_data_tapping.cpp	/^void print_data_buffer(unsigned char *buffer, int buffer_length)$/;"	f
print_io_stats	sample_data_tapping.cpp	/^void print_io_stats(void *p_param)$/;"	f
print_port_cfg_structure	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::print_port_cfg_structure(port_cfg_t *port_cfg)$/;"	f	class:driver_configurator
print_port_cfg_structure	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::print_port_cfg_structure(port_cfg_t *port_cfg)$/;"	f	class:driver_configurator
print_sdla_fe_cfg_t_structure	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::print_sdla_fe_cfg_t_structure(sdla_fe_cfg_t *sdla_fe_cfg)$/;"	f	class:driver_configurator
print_sdla_fe_cfg_t_structure	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::print_sdla_fe_cfg_t_structure(sdla_fe_cfg_t *sdla_fe_cfg)$/;"	f	class:driver_configurator
print_to_debugger	sample_data_tapping.cpp	/^void print_to_debugger(void *pszFormat, ...)$/;"	f
print_wanif_conf_t_structure	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::print_wanif_conf_t_structure(wanif_conf_t *wanif_conf)$/;"	f	class:driver_configurator
print_wanif_conf_t_structure	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::print_wanif_conf_t_structure(wanif_conf_t *wanif_conf)$/;"	f	class:driver_configurator
prompt	regression/SangomaHandleLeakAnalysis/release.sh	/^prompt()$/;"	f
prompt	release.sh	/^prompt()$/;"	f
prot_name	Sangoma/Code/Sangoma/sangoma_interface.h	/^	unsigned char   prot_name[10];$/;"	m	struct:func_protocol
prot_name	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	unsigned char   prot_name[10];$/;"	m	struct:func_protocol
protocol_cb_size	Sangoma/Code/Sangoma/sangoma_interface.h	/^	int				protocol_cb_size;$/;"	m	class:sangoma_interface
protocol_cb_size	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	int				protocol_cb_size;$/;"	m	class:sangoma_interface
protocol_id	Sangoma/Code/Sangoma/sangoma_interface.h	/^	int		protocol_id;$/;"	m	struct:func_protocol
protocol_id	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	int		protocol_id;$/;"	m	struct:func_protocol
push_a_card_into_wanpipe_info_array	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::push_a_card_into_wanpipe_info_array($/;"	f	class:driver_configurator
push_a_card_into_wanpipe_info_array	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::push_a_card_into_wanpipe_info_array($/;"	f	class:driver_configurator
read_data	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::read_data(wp_api_hdr_t* rxhdr, void *pRx, UINT buffer_length)$/;"	f	class:sangoma_interface
read_data	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::read_data(wp_api_hdr_t* rxhdr, void *pRx, UINT buffer_length)$/;"	f	class:sangoma_interface
read_event	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::read_event(wanpipe_api_t* wp_api)$/;"	f	class:sangoma_interface
read_event	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::read_event(wanpipe_api_t* wp_api)$/;"	f	class:sangoma_interface
read_te1_56k_stat	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::read_te1_56k_stat(unsigned long *p_alarms)$/;"	f	class:sangoma_interface
read_te1_56k_stat	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::read_te1_56k_stat(unsigned long *p_alarms)$/;"	f	class:sangoma_interface
rx2tx	sample_data_tapping.cpp	/^static char rx2tx = 0;		\/\/< When non-zero, all Rx data will be transmitted at the time of reception.$/;"	v	file:
rx_bytes_count	Sangoma/Code/Sangoma/sangoma_interface.h	/^	ULONG		rx_bytes_count;$/;"	m	class:sangoma_interface
rx_bytes_count	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	ULONG		rx_bytes_count;$/;"	m	class:sangoma_interface
rx_cnt	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int rx_cnt;							\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
rx_discard_counter	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int rx_discard_counter;				\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
rx_frames_count	Sangoma/Code/Sangoma/sangoma_interface.h	/^	ULONG		rx_frames_count;$/;"	m	class:sangoma_interface
rx_frames_count	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	ULONG		rx_frames_count;$/;"	m	class:sangoma_interface
rx_len	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int rx_len;							\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
rxhdr	Sangoma/Code/Sangoma/SangomaPort.h	/^	wp_api_hdr_t	*rxhdr;$/;"	m	class:Sangoma::SangomaPort
rxhdr	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	wp_api_hdr_t	rxhdr;$/;"	m	class:Sangoma::SangomaPort
sangoma_cards	sample_data_tapping.cpp	/^std::vector<SangomaCard*> sangoma_cards;			\/\/stores all the cards in the system$/;"	v
sangoma_dev	Sangoma/Code/Sangoma/sangoma_interface.h	/^	sng_fd_t	sangoma_dev;$/;"	m	class:sangoma_interface
sangoma_dev	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	sng_fd_t	sangoma_dev;$/;"	m	class:sangoma_interface
sangoma_interface	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^sangoma_interface::sangoma_interface(int wanpipe_num, int interface_num) :$/;"	f	class:sangoma_interface
sangoma_interface	Sangoma/Code/Sangoma/sangoma_interface.h	/^class sangoma_interface {$/;"	c
sangoma_interface	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^sangoma_interface::sangoma_interface(int wanpipe_num, int interface_num)$/;"	f	class:sangoma_interface
sangoma_interface	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^class sangoma_interface {$/;"	c
sangoma_ports	sample_data_tapping.cpp	/^std::vector<SangomaPort*> sangoma_ports;			\/\/stores ALL the ports in the system$/;"	v
sangoma_ports_bank2	sample_data_tapping.cpp	/^std::vector<SangomaPort*> sangoma_ports_bank2;		\/\/stores ALL the ports in the system$/;"	v
sangoma_wait_obj_t	Sangoma/Code/Sangoma/SangomaPort.h	/^typedef sangoma_wait_obj sangoma_wait_obj_t;$/;"	t
scan_for_sangoma_cards	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::scan_for_sangoma_cards(wanpipe_instance_info_t *wanpipe_info_array, int card_model)$/;"	f	class:driver_configurator
scan_for_sangoma_cards	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::scan_for_sangoma_cards(wanpipe_instance_info_t *wanpipe_info_array, int card_model)$/;"	f	class:driver_configurator
set_buffer_multiplier	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::set_buffer_multiplier(wanpipe_api_t* wp_api, int buffer_multiplier)$/;"	f	class:sangoma_interface
set_buffer_multiplier	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::set_buffer_multiplier(wanpipe_api_t* wp_api, int buffer_multiplier)$/;"	f	class:sangoma_interface
set_configuration	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::set_configuration(port_cfg_t *port_cfg)$/;"	f	class:driver_configurator
set_configuration	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::set_configuration(port_cfg_t *port_cfg)$/;"	f	class:driver_configurator
set_lb_modes	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^void sangoma_interface::set_lb_modes(unsigned char type, unsigned char mode)$/;"	f	class:sangoma_interface
set_lb_modes	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^void sangoma_interface::set_lb_modes(unsigned char type, unsigned char mode)$/;"	f	class:sangoma_interface
set_t1_e1_configuration	Sangoma/Code/Sangoma/driver_configurator.cpp	/^int driver_configurator::set_t1_e1_configuration(sdla_fe_cfg_t *in_sdla_fe_cfg, buffer_settings_t *buffer_settings)$/;"	f	class:driver_configurator
set_t1_e1_configuration	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^int driver_configurator::set_t1_e1_configuration(sdla_fe_cfg_t *in_sdla_fe_cfg, buffer_settings_t *buffer_settings)$/;"	f	class:driver_configurator
set_wan_udphdr_data_byte	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^unsigned char sangoma_interface::set_wan_udphdr_data_byte(unsigned char off, unsigned char data)$/;"	f	class:sangoma_interface
set_wan_udphdr_data_byte	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^unsigned char sangoma_interface::set_wan_udphdr_data_byte(unsigned char off, unsigned char data) $/;"	f	class:sangoma_interface
sng_getch	sample_data_tapping.cpp	62;"	d	file:
sng_wait_obj	Sangoma/Code/Sangoma/sangoma_interface.h	/^	sangoma_wait_obj_t *sng_wait_obj;$/;"	m	class:sangoma_interface
sng_wait_obj	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	sangoma_wait_obj_t *sng_wait_obj;$/;"	m	class:sangoma_interface
sync_cnt	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	unsigned int sync_cnt;							\/\/\/< Number of rx buffers to discard after LineConnected event (the buffers may contain idle data).$/;"	m	class:Sangoma::SangomaPort
szTxFileName	sample_data_tapping.cpp	/^static char szTxFileName[1024];	\/\/< Full path to a file for transmission.$/;"	v	file:
t116_wanpipe_info_array	Sangoma/Code/Sangoma/SangomaCard.cpp	/^static wanpipe_instance_info_t t116_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
t116_wanpipe_info_array	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^static wanpipe_instance_info_t t116_wanpipe_info_array[MAX_CARDS];$/;"	v	file:
total_number_of_ports	sample_data_tapping.cpp	/^static unsigned int total_number_of_ports=0;$/;"	v	file:
transmit	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^int sangoma_interface::transmit(wp_api_hdr_t* txhdr, void *pTx, UINT buffer_length)$/;"	f	class:sangoma_interface
transmit	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^int sangoma_interface::transmit(wp_api_hdr_t* txhdr, void *pTx, UINT buffer_length)$/;"	f	class:sangoma_interface
tx_bytes_count	Sangoma/Code/Sangoma/sangoma_interface.h	/^	ULONG		tx_bytes_count;$/;"	m	class:sangoma_interface
tx_bytes_count	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	ULONG		tx_bytes_count;$/;"	m	class:sangoma_interface
tx_frames_count	Sangoma/Code/Sangoma/sangoma_interface.h	/^	ULONG		tx_frames_count;$/;"	m	class:sangoma_interface
tx_frames_count	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	ULONG		tx_frames_count;$/;"	m	class:sangoma_interface
tx_test_byte	Sangoma/Code/Sangoma/sangoma_interface.h	/^	UCHAR		tx_test_byte;$/;"	m	class:sangoma_interface
tx_test_byte	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	UCHAR		tx_test_byte;$/;"	m	class:sangoma_interface
txhdr	Sangoma/Code/Sangoma/SangomaPort.h	/^	wp_api_hdr_t	*txhdr;$/;"	m	class:Sangoma::SangomaPort
txhdr	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	wp_api_hdr_t	txhdr;$/;"	m	class:Sangoma::SangomaPort
wan_protocol	Sangoma/Code/Sangoma/sangoma_interface.h	/^	int 			wan_protocol;$/;"	m	class:sangoma_interface
wan_protocol	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	int 			wan_protocol;$/;"	m	class:sangoma_interface
wan_udp	Sangoma/Code/Sangoma/sangoma_interface.h	/^	wan_udp_hdr_t	wan_udp;$/;"	m	class:sangoma_interface
wan_udp	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	wan_udp_hdr_t	wan_udp;$/;"	m	class:sangoma_interface
wanif_conf_struct	Sangoma/Code/Sangoma/sangoma_interface.h	/^	if_cfg_t	wanif_conf_struct;				\/\/used only for debugging$/;"	m	class:sangoma_interface
wanif_conf_struct	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	if_cfg_t	wanif_conf_struct;				\/\/used only for debugging$/;"	m	class:sangoma_interface
wanpipe_api_t	Sangoma/Code/Sangoma/SangomaPort.h	/^typedef wanpipe_api wanpipe_api_t;$/;"	t
wanpipe_name_str	Sangoma/Code/Sangoma/driver_configurator.h	/^	char wanpipe_name_str[WAN_DRVNAME_SZ*2];$/;"	m	class:driver_configurator
wanpipe_name_str	regression/SangomaHandleLeakAnalysis/driver_configurator.h	/^	char wanpipe_name_str[WAN_DRVNAME_SZ*2];$/;"	m	class:driver_configurator
wanpipe_number	Sangoma/Code/Sangoma/sangoma_interface.h	/^	int wanpipe_number, interface_number;$/;"	m	class:sangoma_interface
wanpipe_number	regression/SangomaHandleLeakAnalysis/sangoma_interface.h	/^	int wanpipe_number, interface_number;$/;"	m	class:sangoma_interface
wp_api	Sangoma/Code/Sangoma/SangomaPort.h	/^	wanpipe_api_t	*wp_api;$/;"	m	class:Sangoma::SangomaPort
wp_api	regression/SangomaHandleLeakAnalysis/SangomaPort.h	/^	wanpipe_api_t	wp_api;$/;"	m	class:Sangoma::SangomaPort
wp_api_hdr_t	Sangoma/Code/Sangoma/PortBuffer.h	/^typedef wp_api_hdr wp_api_hdr_t;$/;"	t
wp_get_time_stamp	sample_data_tapping.cpp	/^char* wp_get_time_stamp()$/;"	f
wp_handle	Sangoma/Code/Sangoma/driver_configurator.h	/^	sng_fd_t wp_handle;$/;"	m	class:driver_configurator
wp_handle	regression/SangomaHandleLeakAnalysis/driver_configurator.h	/^	sng_fd_t wp_handle;$/;"	m	class:driver_configurator
wp_number	Sangoma/Code/Sangoma/driver_configurator.h	/^	unsigned int wp_number;$/;"	m	class:driver_configurator
wp_number	regression/SangomaHandleLeakAnalysis/driver_configurator.h	/^	unsigned int wp_number;$/;"	m	class:driver_configurator
~PortBuffer	Sangoma/Code/Sangoma/PortBuffer.cpp	/^PortBuffer::~PortBuffer()$/;"	f	class:PortBuffer
~PortBuffer	regression/SangomaHandleLeakAnalysis/PortBuffer.cpp	/^PortBuffer::~PortBuffer()$/;"	f	class:PortBuffer
~SangomaCard	Sangoma/Code/Sangoma/SangomaCard.cpp	/^SangomaCard::~SangomaCard()$/;"	f	class:SangomaCard
~SangomaCard	regression/SangomaHandleLeakAnalysis/SangomaCard.cpp	/^SangomaCard::~SangomaCard()$/;"	f	class:SangomaCard
~SangomaPort	Sangoma/Code/Sangoma/SangomaPort.cpp	/^SangomaPort::~SangomaPort()$/;"	f	class:SangomaPort
~SangomaPort	regression/SangomaHandleLeakAnalysis/SangomaPort.cpp	/^SangomaPort::~SangomaPort()$/;"	f	class:SangomaPort
~driver_configurator	Sangoma/Code/Sangoma/driver_configurator.cpp	/^driver_configurator::~driver_configurator()$/;"	f	class:driver_configurator
~driver_configurator	regression/SangomaHandleLeakAnalysis/driver_configurator.cpp	/^driver_configurator::~driver_configurator()$/;"	f	class:driver_configurator
~sangoma_interface	Sangoma/Code/Sangoma/sangoma_interface.cpp	/^sangoma_interface::~sangoma_interface()$/;"	f	class:sangoma_interface
~sangoma_interface	regression/SangomaHandleLeakAnalysis/sangoma_interface.cpp	/^sangoma_interface::~sangoma_interface()$/;"	f	class:sangoma_interface
