代码搜索:NETWORKS
找到约 10,000 项符合「NETWORKS」的源代码
代码结果 10,000
www.eeworm.com/read/179943/9330065
cxx floatparameter.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include "resip/stack/FloatParameter.hxx"
#include "resip/stack/ParseException.hxx"
#include "resip/stack/Symbols.hxx"
#incl
www.eeworm.com/read/179943/9330113
cxx multipartalternativecontents.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include "resip/stack/MultipartAlternativeContents.hxx"
#include "rutil/Logger.hxx"
#include "rutil/WinLeakCheck.hxx"
usin
www.eeworm.com/read/179943/9330134
hxx branchparameter.hxx
#if !defined(RESIP_BRANCHPARAMETER_HXX)
#define RESIP_BRANCHPARAMETER_HXX
#include
#include "resip/stack/Parameter.hxx"
#include "resip/stack/ParameterTypeEnums.hxx"
#include "rutil
www.eeworm.com/read/179943/9330170
hxx methodhash.hxx
#if !defined(RESIP_METHODSHASH_HXX)
#define RESIP_METHODSHASH_HXX
namespace resip
{
struct methods { char *name; MethodTypes type; };
/* maximum key range = 494, duplicates = 0 */
class Met
www.eeworm.com/read/179943/9330195
hxx parameterhash.hxx
#if !defined(PARAMETERHASH_HXX)
#define PARAMETERHASH_HXX
namespace resip
{
struct params { char *name; ParameterTypes::Type type; };
/* maximum key range = 494, duplicates = 0 */
class Param
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/179943/9330304
cxx testmsgheaderdiagram.cxx
#include
//#include "resip/stack/config.hxx"
#include "resip/stack/MsgHeaderScanner.cxx"
using namespace resip;
using namespace std;
#define RESIPROCATE_SUBSYSTEM Subsystem::SIP
www.eeworm.com/read/179943/9330401
hxx testim.hxx
/* ====================================================================
* The Vovida Software License, Version 1.0
*
* Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
www.eeworm.com/read/179943/9330442
cxx testim.cxx
// program removed in favour of limpc.cxx
int
main(int argc, char* argv[])
{
return 0;
}
/* ====================================================================
* The Vovida Software
www.eeworm.com/read/179943/9330482
cxx testcorruption.cxx
#include "resip/stack/SipStack.hxx"
int main(int argc, char* argv[])
{
using namespace std;
int i = 1;
int j = 2;
int k = 3;
cerr