代码搜索:NameAddr
找到约 29 项符合「NameAddr」的源代码
代码结果 29
www.eeworm.com/read/179943/9330129
cxx headers.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include "rutil/Data.hxx"
#include "resip/stack/Headers.hxx"
#include "resip/stack/Symbols.hxx"
#include "resip/stack/SipMes
www.eeworm.com/read/103467/15730666
asm delself.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2003.7.22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.model small
.stack
.data
nameaddr dw ?
lenth dw ?
path db 30 dup(?)
m1 db 0ah,0dh,'error!'
www.eeworm.com/read/339586/3298465
cxx pagermessagecreator.cxx
#include "PagerMessageCreator.hxx"
using namespace resip;
PagerMessageCreator::PagerMessageCreator(DialogUsageManager& dum,
const NameAddr& target,
www.eeworm.com/read/339586/3298549
hxx redirecthandler.hxx
#if !defined(RESIP_REDIRECTHANDLER_HXX)
#define RESIP_REDIRECTHANDLER_HXX
namespace resip
{
class SipMessage;
class NameAddr;
class RedirectHandler
{
public:
virtual ~RedirectHandler() {}
www.eeworm.com/read/339586/3298530
hxx registrationcreator.hxx
#if !defined(RESIP_REGISTRATIONCREATOR_HXX)
#define RESIP_REGISTRATIONCREATOR_HXX
#include "resip/dum/BaseCreator.hxx"
namespace resip
{
class DialogUsageManager;
class NameAddr;
/**
This class
www.eeworm.com/read/339586/3298368
hxx registrationhandler.hxx
#if !defined(RESIP_REGISTRATIONHANDLER_HXX)
#define RESIP_REGISTRATIONHANDLER_HXX
#include "resip/dum/Handles.hxx"
namespace resip
{
class SipMessage;
class NameAddr;
class ClientRegistrationHandl
www.eeworm.com/read/179943/9330266
cxx testnameaddrparamexclusions.cxx
#include "resip/stack/SipMessage.hxx"
#include
using namespace resip;
using namespace std;
int
main()
{
NameAddr foo;
foo.param(p_ttl) = 70;
}
/* ==============
www.eeworm.com/read/339586/3298842
cxx testnameaddrparamexclusions.cxx
#include "resip/stack/SipMessage.hxx"
#include
using namespace resip;
using namespace std;
int
main()
{
NameAddr foo;
foo.param(p_ttl) = 70;
}
/* ==============================
www.eeworm.com/read/339586/3297364
cxx expectutils.cxx
#include "tfm/predicates/ExpectUtils.hxx"
#include "rutil/Logger.hxx"
#define RESIPROCATE_SUBSYSTEM Cathay::Subsystem::TEST
using namespace std;
using namespace resip;
set
mergeContacts
www.eeworm.com/read/339586/3298258
cpp sipdialer.cpp
#include
#include
#include
#include
#include "resip/stack/NameAddr.hxx"
#include "resip/stack/Uri.hxx"
#include "rutil/Data.hxx"
#include "DialerConfiguratio