Home
last modified time | relevance | path

Searched refs:PTRACE (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/net/opal/opal-3.10.10/src/iax2/
H A Dcallprocessor.cxx194 PTRACE(3, "Hangup request " << dieMessage); in Hangup()
236 PTRACE(3, "Opal\tYou supplied " << in ConnectToRemoteNode()
389 PTRACE(4, "make a call to " << nodeToCall); in ProcessLists()
574 PTRACE(3, "Incoming mini video frame"); in ProcessNetworkFrame()
580 PTRACE(5, "Incoming mini audio frame"); in ProcessNetworkFrame()
604 PTRACE(3, message); in ProcessNetworkFrame()
605 PTRACE(3, message); in ProcessNetworkFrame()
756 PTRACE(4, "ProcessNetworkFrame " << *src); in ProcessNetworkFrame()
1048 PTRACE(4, "Answer was acked"); in AnswerWasAcked()
1053 PTRACE(4, "AcceptIncomingCall()"); in AcceptIncomingCall()
[all …]
H A Diax2con.cxx104 PTRACE(3, "connection has terminated"); in ~IAX2Connection()
118 PTRACE(4, "IAX2Con\tOnReleased()" << *this); in OnReleased()
155 PTRACE(3, "IAX2Con\tAnswering call: " << response); in AnsweringCall()
167 PTRACE(3, "IAX2Con\t SET CONNECTED " in SetConnected()
183 PTRACE(5, "Iax2Con\t Start jitter buffer"); in SetConnected()
211 PTRACE(3, "IAX2Con\t ON CONNECTED " in OnConnected()
223 PTRACE(5, "Iax2Con\t Start jitter buffer"); in OnConnected()
258 PTRACE(4, "IAX2Con\t ON ESTABLISHED " in OnEstablished()
274 PTRACE(4, "IAX2con\tCreate an OpalIAX2MediaStream"); in CreateMediaStream()
387 PTRACE(2, "Connection. Failed to select a codec " ); in ChooseCodec()
[all …]
H A Dprocessor.cxx83 PTRACE(4, "MatchingAck\tTimstamps differ"); in MatchingAckPacket()
88 PTRACE(4, "MatchingAck\tOut seqnos differ"); in MatchingAckPacket()
135 PTRACE(5, "IAX2CallProcessor DESTRUCTOR"); in ~IAX2Processor()
171 PTRACE(3, "End of iax connection processing"); in Main()
186 PTRACE(4, "Special packet of lagrq to process"); in IsStatusQueryEthernetFrame()
191 PTRACE(4, "Special packet of Ping to process"); in IsStatusQueryEthernetFrame()
288 PTRACE(5, "Processor\tFullFrame incoming frame " in ProcessOneIncomingEthernetFrame()
381 PTRACE(5, "Processor\tIn reply to " << *inReplyTo); in SendAckFrame()
392 PTRACE(4, "Processor\tSend Vnak frame in reply" ); in SendVnakFrame()
393 PTRACE(4, "Processor\tIn reply to " << *inReplyTo); in SendVnakFrame()
[all …]
H A Diax2ep.cxx75 PTRACE(5, "Iax2Ep\tCreated endpoint."); in IAX2EndPoint()
203 PTRACE(3, "Iax2Ep\tOnEstablished for " << con); in OnEstablished()
262 PTRACE(5, " There are " << tokenTable.GetSize() in ReportStoredConnections()
265 PTRACE(5, " token table at " << i << " is " in ReportStoredConnections()
374 PTRACE(5, "IaxEp\tParty A=\"" << call.GetPartyA() in MakeConnection()
452 PTRACE(6, "IAX2EndPoint\tInitialise()"); in Initialise()
644 PTRACE(4, "Iax2Ep\tPreferred codecs are " << list); in GetPreferredCodec()
654 PTRACE(4, "Preferred codec is empty"); in GetPreferredCodec()
695 PTRACE(4, "Iax2Ep\tSupported codecs are " << list); in GetSupportedCodecs()
745 PTRACE(2, "registration event occured"); in OnRegistered()
[all …]
H A Dframe.cxx122 PTRACE(3, "Frame\tFailed in reading from socket"); in ReadNetworkPacket()
352 PTRACE(6, "padding is " << padding); in DecryptContents()
790 PTRACE(6, "Write a timestamp of " << timeStamp); in WriteHeader()
837 PTRACE(5, "Retries are " << PString(retries) in OnTransmissionTimeout()
886 PTRACE(5, "source timestamp is " << timeStamp); in InitialiseHeader()
1162 PTRACE(5, "Sending an ack frame now"); in IAX2FullFrameProtocol()
1316 PTRACE(3, "Invalid data in IE. "); in GetRemoteCapability()
1335 PTRACE(3, "Invalid data in IE. " << *p); in CopyDataFromIeListTo()
1596 PTRACE(5, "mismatch in remote info"); in DeleteMatchingSendFrame()
1696 PTRACE(5, "mismatch in remote info"); in SendVnakRequestedFrames()
[all …]
H A Dremote.cxx69 PTRACE(5, "comparison of two remotes Addresses are different"); in operator ==()
111 PTRACE(5, " local sourceCallNumber " << sourceCallNumber in operator *=()
116 PTRACE(6, "comparison of two remotes They are the same "); in operator *=()
246 PTRACE(5, "AppendNewFrame " << (*f)); in AppendNewFrame()
249 PTRACE(5, "SeqNos\tList empty, so add now. " << (*f)); in AppendNewFrame()
255 PTRACE(5, "SeqNos\tJustRead frame is " << (*f)); in AppendNewFrame()
256 PTRACE(5, "SeqNos\tIn queue waiting removal " << (*f)); in AppendNewFrame()
262 PTRACE(5, "SeqNos\tHave already processed " << (*f)); in AppendNewFrame()
264 PTRACE(5, "SeqNos\tFrame just read is " << (*f)); in AppendNewFrame()
269 PTRACE(5, "SeqNos\tList is younger than this value. " << (*f)); in AppendNewFrame()
[all …]
H A Dreceiver.cxx54 PTRACE(6, "IAX2 Rx\tReceiver Constructed just fine"); in IAX2Receiver()
55 PTRACE(6, "IAX2 Rx\tListen on socket " << sock); in IAX2Receiver()
66 PTRACE(6, "IAX2 Rx\tDestructor finished"); in ~IAX2Receiver()
72 PTRACE(5, "IAX2 Rx\tEnd receiver thread"); in Terminate()
89 PTRACE(3, "IAX2 Rx\tNetwork socket has closed down, so exit"); in Main()
92 PTRACE(6, "IAX2 Rx\tHave successfully read a packet from the network"); in Main()
102 PTRACE(4, "IAX2 Rx\tEnd of IAX2 receiver thread "); in Main()
109 PTRACE(6, "IAX2 Rx\tAdd frame to list of received frames " << newFrame->IdString()); in AddNewReceivedFrame()
121PTRACE(3, "IAX2 Rx\tFailed to read network packet from socket for FrameID-->" << frame->IdString()… in ReadNetworkSocket()
126 PTRACE(6, "IAX2 Rx\tHave read a frame from the network socket fro FrameID-->" in ReadNetworkSocket()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l2/
H A Dvidinput_v4l2.cxx280 PTRACE(8, "PVidInDev\tStarting " << deviceName); in Start()
342 PTRACE(8,"PVidInDev\tSet video format " << newFormat); in SetVideoFormat()
404 PTRACE(8,"PVidInDev\tGet number of channels"); in GetNumChannels()
422 PTRACE(8,"PVidInDev\tSet channel #" << newChannel); in SetChannel()
502 PTRACE(8,"PVidInDev\tG_FMT succeeded"); in SetColourFormat()
530 PTRACE(8,"PVidInDev\tG_FMT succeeded"); in SetColourFormat()
534 PTRACE(3,"PVidInDev\tcolour format mismatch."); in SetColourFormat()
538 PTRACE(8,"PVidInDev\tcolour format matches."); in SetColourFormat()
800 PTRACE(8,"PVidInDev\tGetFrameData()"); in GetFrameData()
1149 PTRACE(1,"PV4L2Plugin\tDetecting V4L2 devices"); in Update()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/SBC/
H A Dsbccodec.cxx255 PTRACE(0, "nothing to encode"); in sbc_codec_encoder()
292 PTRACE(4, " concealing"); in sbc_codec_decoder()
336 PTRACE(0, " missed a frame"); in sbc_codec_decoder()
580 PTRACE(0, " SBC_MODE_MONO"); in set_codec_options()
632 PTRACE(0, " SBC_SB_8"); in set_codec_options()
636 PTRACE(0, " SBC_SB_4"); in set_codec_options()
645 PTRACE(0, " SBC_BLK_16"); in set_codec_options()
649 PTRACE(0, " SBC_BLK_12"); in set_codec_options()
653 PTRACE(0, " SBC_BLK_8"); in set_codec_options()
657 PTRACE(0, " SBC_BLK_4"); in set_codec_options()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dvideo4beos.cxx192 PTRACE(TL, "VideoConsumer::VideoConsumer"); in VideoConsumer()
218 PTRACE(3, "VideoConsumer::AddOn"); in AddOn()
381 PTRACE(1, in CreateBuffers()
443 PTRACE(TL, "VideoConsumer::Connected"); in Connected()
473 PTRACE(TL, "VideoConsumer::Disconnected"); in Disconnected()
531 PTRACE(TL, "VideoConsumer::GetNextInput"); in GetNextInput()
600 PTRACE(TL, "VideoConsumer::HandleEvent"); in HandleEvent()
878 PTRACE(TL, "StartNodes!"); in StartNodes()
945 PTRACE(3, in StartNodes()
1050 PTRACE(TL, "StopNodes"); in StopNodes()
[all …]
/dports/net/opal/opal-3.10.10/src/lids/
H A Dlidep.cxx58 PTRACE(4, "LID EP\tOpalLineEndPoint created"); in OpalLineEndPoint()
156 PTRACE(3, "LID EP\tInitialiseLine " << *line); in InitialiseLine()
378 PTRACE(3, "LID EP\tSetDefaultLine " << lineName); in SetDefaultLine()
508 PTRACE(3, "LID Con\tOnReleased " << *this); in OnReleased()
543 PTRACE(3, "LID Con\tSetAlerting " << *this); in SetAlerting()
554 PTRACE(3, "LID Con\tPlaying ring tone"); in SetAlerting()
565 PTRACE(3, "LID Con\tSetConnected " << *this); in SetConnected()
676 PTRACE(3, "LID Con\tPlaying dial tone"); in PromptUserInput()
762 PTRACE(4, "LID Con\tCounting rings."); in HandleIncoming()
906 PTRACE(2, "LID Con\tConnection not detected (" in SetUpConnection()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/THEORA/
H A Dtheora_frame.cxx87 PTRACE(4, "THEORA", "Encap\tGot table packet with len " << tablePacket->bytes); in SetFromTableConfig()
97 PTRACE(4, "THEORA", "Encap\tGot encoded frame packet with len " << framePacket->bytes); in SetFromFrame()
158 PTRACE(1, "THEORA", "Encap\tPANIC: " << frameData.pos << "<" << frameData.len ); in assembleRTPFrame()
176 PTRACE(1, "THEORA", "Encap\tNeither config data nor frame data to send"); in GetRTPFrame()
292 PTRACE(1, "THEORA", "Deencap\tIgnoring unknown fragment type " << fragmentType); in disassembleRTPFrame()
302 PTRACE(1, "THEORA", "Deencap\tPacket too short, RTP payload length < 6 bytes"); in SetFromRTPFrame()
312 PTRACE(4, "THEORA", "Deencap\tDeencapsulating raw theora payload packet"); in SetFromRTPFrame()
315 PTRACE(4, "THEORA", "Deencap\tDeencapsulating packed config payload packet"); in SetFromRTPFrame()
324 PTRACE(1, "THEORA", "Deencap\tIgnored packet with legacy theora comment payload"); in SetFromRTPFrame()
327 PTRACE(1, "THEORA", "Deencap\tIgnored packet with reserved payload"); in SetFromRTPFrame()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/H.263-1998/
H A Drfc2429.cxx115 PTRACE(2, "H.263-RFC2429", in PeekBits()
235 PTRACE(6, "H.263-RFC2429", in GetPacket()
310 PTRACE(2, "H.263-RFC2429", "Packet too short (<3)"); in AddPacket()
321 PTRACE(6, "H.263-RFC2429", in AddPacket()
344 PTRACE(2, "H.263-RFC2429", "Trying to add " << remBytes in AddPacket()
441 PTRACE(6, "H.263-RFC2429", "Header\tPCF: " << PCF in parseHeader()
449 PTRACE(6, "H.263-RFC2429", "Header\tSS: " << SS in parseHeader()
468 PTRACE(6, "H.263-RFC2429", "Header\tCPM: " << CPM ); in parseHeader()
500 PTRACE(6, "H.263-RFC2429", "Header\tUUI: 1"); in parseHeader()
527 PTRACE(6, "H.263-RFC2429", "Header\tPB-Frames: " << PB); in parseHeader()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/H.264/shared/
H A Dx264wrap.cxx69 PTRACE(severity, "x264-lib", buffer); in logCallbackX264()
143 PTRACE(5, HelperTraceName, "Closed H.264 encoder"); in ~H264Encoder()
152 PTRACE(1, HelperTraceName, "Couldn't open encoder"); in Load()
156 PTRACE(4, HelperTraceName, "Encoder successfully opened"); in Load()
271 PTRACE(1, HelperTraceName, "Couldn't re-open encoder"); in ApplyOptions()
275 PTRACE(4, HelperTraceName, "Encoder successfully re-opened:" in ApplyOptions()
292 PTRACE(1, HelperTraceName, "Encoder not open"); in EncodeFrames()
328 PTRACE(1, HelperTraceName, "Couldn't re-open encoder"); in EncodeFrames()
563 PTRACE(1, PipeTraceName, "Error when trying to fork"); in OpenPipeAndExecute()
599 PTRACE(1, PipeTraceName, "Sub-process no longer running!"); in ReadPipe()
[all …]
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323t120.cxx147 PTRACE(2, "H323T120\tThread started."); in HandleChannel()
170 PTRACE(2, "H323T120\tThread ended"); in HandleChannel()
180 PTRACE(1, "H323T120\tCould not create listener"); in OnSendingPDU()
184 PTRACE(3, "H323T120\tOnSendingPDU"); in OnSendingPDU()
198 PTRACE(3, "H323T120\tOnSendOpenAck"); in OnSendOpenAck()
248 PTRACE(1, "H323T120\tOnly IPv4 supported"); in OnReceivedPDU()
256 PTRACE(1, "H323T120\tCould not open listener"); in OnReceivedPDU()
268 PTRACE(1, "H323T120\tOnly IPv4 supported"); in OnReceivedPDU()
277 PTRACE(1, "H323T120\tCould not create transport"); in OnReceivedPDU()
289 PTRACE(2, "H323T120\tCreated transport from " in OnReceivedPDU()
[all …]
H A Dchannels.cxx230 PTRACE(3, "LogChan\tCleaning up " << number); in CleanUpOnTermination()
260 PTRACE(3, "LogChan\tCleaned up " << number); in CleanUpOnTermination()
328 PTRACE(3, "LogChan\tOnJitterIndication:" in OnJitterIndication()
352 PTRACE(3, "LogChan\tBandwidth requested/used = " in SetBandwidthUsed()
489 PTRACE(3, "H323RTP\tOnSendingPDU"); in OnSendingPDU()
524 PTRACE(3, "H323RTP\tOnSendOpenAck"); in OnSendOpenAck()
567 PTRACE(1, "H323RTP\tData type not supported"); in OnReceivedPDU()
602 PTRACE(3, "H323RTP\tOnReceiveOpenAck"); in OnReceivedAckPDU()
692 PTRACE(3, "H323RTP\tCleaning up RTP " << number); in CleanUpOnTermination()
1644 PTRACE(1, "H323RTP\tData type not supported"); in OnReceivedPDU()
[all …]
H A Dh323annexg.cxx283 PTRACE(3, "AnnexG\tOnReceiveServiceRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveServiceRequest()
306 PTRACE(3, "AnnexG\tOnReceiveDescriptorRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveDescriptorRequest()
342 PTRACE(3, "AnnexG\tOnReceiveDescriptorUpdate - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveDescriptorUpdate()
354 PTRACE(3, "AnnexG\tOnReceiveAccessRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveAccessRequest()
360 PTRACE(3, "AnnexG\tOnReceiveAccessConfirmation - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveAccessConfirmation()
366 PTRACE(3, "AnnexG\tOnReceiveAccessRejection - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveAccessRejection()
377 PTRACE(3, "AnnexG\tOnReceiveNonStandardRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveNonStandardRequest()
401 PTRACE(3, "AnnexG\tOnReceiveUsageRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveUsageRequest()
407 PTRACE(3, "AnnexG\tOnReceiveUsageConfirmation - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveUsageConfirmation()
425 PTRACE(3, "AnnexG\tOnReceiveUsageRejection - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveUsageRejection()
[all …]
H A Dt120proto.cxx90 PTRACE(1, "T120\tRead of X224 failed: " << transport.GetErrorText()); in Read()
95 PTRACE(1, "T120\tDecode of PDU failed:\n " << setprecision(2) << *this); in Read()
99 PTRACE(4, "T120\tRead X224 PDU:\n " << setprecision(2) << *this); in Read()
108 PTRACE(4, "T120\tWrite X224 PDU:\n " << setprecision(2) << *this); in Write()
111 PTRACE(1, "T120\tEncode of PDU failed:\n " << setprecision(2) << *this); in Write()
116 PTRACE(1, "T120\tWrite X224 PDU failed: " << transport.GetErrorText()); in Write()
133 PTRACE(1, "T120\tX224 must be data PDU"); in Read()
140 PTRACE(1, "T120\tDecode of PDU failed:\n " << setprecision(2) << *this); in Read()
170 PTRACE(3, "T120\tOriginate, sending X224 CONNECT-REQUEST"); in Originate()
182 PTRACE(1, "T120\tPDU was not X224 CONNECT-CONFIRM"); in Originate()
[all …]
H A Dh323t38.cxx222 PTRACE(3, "H323T38\tOnSendingPDU for capability"); in OnSendingPDU()
268 PTRACE(3, "H323T38\tOnReceivedPDU for capability"); in OnReceivedPDU()
337 PTRACE(3, "H323T38\tH323 channel created"); in H323_T38Channel()
358 PTRACE(3, "H323T38\tCreating new T.38 handler"); in H323_T38Channel()
381 PTRACE(3, "H323T38\tCleanUpOnTermination"); in CleanUpOnTermination()
414 PTRACE(2, "H323T38\tReceive thread started."); in Receive()
435 PTRACE(2, "H323T38\tReceive thread ended"); in Receive()
444 PTRACE(2, "H323T38\tTransmit thread starting"); in Transmit()
449 PTRACE(1, "H323T38\tTransmit no proto handler"); in Transmit()
455 PTRACE(2, "H323T38\tTransmit thread terminating"); in Transmit()
[all …]
/dports/net/opal/opal-3.10.10/src/t120/
H A Dh323t120.cxx150 PTRACE(2, "H323T120\tThread started."); in HandleChannel()
173 PTRACE(2, "H323T120\tThread ended"); in HandleChannel()
183 PTRACE(1, "H323T120\tCould not create listener"); in OnSendingPDU()
187 PTRACE(3, "H323T120\tOnSendingPDU"); in OnSendingPDU()
202 PTRACE(3, "H323T120\tOnSendOpenAck"); in OnSendOpenAck()
255 PTRACE(1, "H323T120\tOnly IPv4 supported"); in OnReceivedPDU()
263 PTRACE(1, "H323T120\tCould not open listener"); in OnReceivedPDU()
275 PTRACE(1, "H323T120\tOnly IPv4 supported"); in OnReceivedPDU()
284 PTRACE(1, "H323T120\tCould not create transport"); in OnReceivedPDU()
296 PTRACE(2, "H323T120\tCreated transport from " in OnReceivedPDU()
[all …]
H A Dt120proto.cxx86 PTRACE(1, "T120\tRead of X224 failed: " << transport.GetErrorText()); in Read()
91 PTRACE(1, "T120\tDecode of PDU failed:\n " << setprecision(2) << *this); in Read()
95 PTRACE(4, "T120\tRead X224 PDU:\n " << setprecision(2) << *this); in Read()
104 PTRACE(4, "T120\tWrite X224 PDU:\n " << setprecision(2) << *this); in Write()
107 PTRACE(1, "T120\tEncode of PDU failed:\n " << setprecision(2) << *this); in Write()
112 PTRACE(1, "T120\tWrite X224 PDU failed: " << transport.GetErrorText()); in Write()
129 PTRACE(1, "T120\tX224 must be data PDU"); in Read()
136 PTRACE(1, "T120\tDecode of PDU failed:\n " << setprecision(2) << *this); in Read()
166 PTRACE(3, "T120\tOriginate, sending X224 CONNECT-REQUEST"); in Originate()
178 PTRACE(1, "T120\tPDU was not X224 CONNECT-CONFIRM"); in Originate()
[all …]
/dports/print/freetype/freetype-1.3.1/lib/
H A Dttdebug.h108 #define PTRACE( level, varformat ) \ macro
113 #define PTRACE( level, varformat ) /* nothing */
119 #define PTRACE( level, varformat ) /* nothing */
155 #define PTRACE0( varformat ) PTRACE( 0, varformat )
156 #define PTRACE1( varformat ) PTRACE( 1, varformat )
157 #define PTRACE2( varformat ) PTRACE( 2, varformat )
158 #define PTRACE3( varformat ) PTRACE( 3, varformat )
159 #define PTRACE4( varformat ) PTRACE( 4, varformat )
160 #define PTRACE5( varformat ) PTRACE( 5, varformat )
161 #define PTRACE6( varformat ) PTRACE( 6, varformat )
[all …]
/dports/devel/ptlib/ptlib-2.10.11/plugins/sound_alsa/
H A Dsound_alsa.cxx216 PTRACE(1, "ALSA\tDevice not found"); in Open()
229 PTRACE(1, "ALSA\tOpen Failed"); in Open()
239 PTRACE(3, "ALSA\tDevice " << device << " Opened"); in Open()
326 PTRACE(4, "ALSA\tparameters set ok"); in SetHardwareParams()
366 PTRACE(3, "ALSA\tClosing " << device); in Close()
517 PTRACE(4,"ALSA\tSetBuffers direction=" << in SetBuffers()
554 PTRACE(1, "ALSA\tPlayFile " << filename); in PlayFile()
658 PTRACE(4, "ALSA\tAborting " << device); in Abort()
748 PTRACE(1, "ALSA\tUnable to find simple control."); in Volume()
764 PTRACE(4, "ALSA\tSet volume to " << vol); in Volume()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dvxml.cxx366 PTRACE(2, "VXML\tNo files in list exist."); in Open()
417 PTRACE(2, "VXML\tEmpty command line."); in Open()
860 PTRACE(4, "VXML\tLoading URL " << url); in LoadURL()
899 PTRACE(1, "VXML\tNo root element"); in InternalLoadVXML()
914 PTRACE(1, "VXML\tNo form element"); in InternalLoadVXML()
1140 PTRACE(4, "VXML\tExecution thread started"); in VXMLExecute()
1187 PTRACE(4, "VXML\tExecution thread ended"); in VXMLExecute()
1225 PTRACE(4, "VXML\tBarging in"); in ProcessEvents()
1845 PTRACE(4, "VXML\tLoading new grammar"); in TraverseGrammar()
2308 PTRACE(4, "VXML\tEvent triggered"); in Trigger()
[all …]
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323annexg.cxx248 PTRACE(3, "AnnexG\tOnReceiveServiceRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveServiceRequest()
271 PTRACE(3, "AnnexG\tOnReceiveDescriptorRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveDescriptorRequest()
307 PTRACE(3, "AnnexG\tOnReceiveDescriptorUpdate - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveDescriptorUpdate()
319 PTRACE(3, "AnnexG\tOnReceiveAccessRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveAccessRequest()
325 PTRACE(3, "AnnexG\tOnReceiveAccessConfirmation - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveAccessConfirmation()
331 PTRACE(3, "AnnexG\tOnReceiveAccessRejection - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveAccessRejection()
342 PTRACE(3, "AnnexG\tOnReceiveNonStandardRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveNonStandardRequest()
366 PTRACE(3, "AnnexG\tOnReceiveUsageRequest - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveUsageRequest()
372 PTRACE(3, "AnnexG\tOnReceiveUsageConfirmation - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveUsageConfirmation()
390 PTRACE(3, "AnnexG\tOnReceiveUsageRejection - seq: " << pdu.m_common.m_sequenceNumber); in OnReceiveUsageRejection()
[all …]

12345678910>>...14