parametersa.gperf

来自「一个著名的SIP协议栈」· GPERF 代码 · 共 52 行

GPERF
52
字号
%{
#ifndef ParamHash_hxx
#define ParamHash_hxx

#include "resip/stack/ParameterTypeEnums.hxx"
#include <string.h>

namespace Vocal2 {

%}
struct params { char *name; ParameterTypes::Type type; };
%%
transport, ParameterTypes::transport
user, ParameterTypes::user
method, ParameterTypes::method
ttl, ParameterTypes::ttl
maddr, ParameterTypes::maddr
lr, ParameterTypes::lr
q, ParameterTypes::q
purpose, ParameterTypes::purpose
expires, ParameterTypes::expires
handling, ParameterTypes::handling
tag, ParameterTypes::tag
to-tag, ParameterTypes::toTag
from-tag, ParameterTypes::fromTag
duration, ParameterTypes::duration
branch, ParameterTypes::branch
received, ParameterTypes::received
mobility, ParameterTypes::mobility
comp, ParameterTypes::comp
rport, ParameterTypes::rport
algorithm, ParameterTypes::algorithm
cnonce, ParameterTypes::cnonce
domain, ParameterTypes::domain
id, ParameterTypes::id
nonce, ParameterTypes::nonce
nc, ParameterTypes::nc
opaque, ParameterTypes::opaque
realf, ParameterTypes::realm
response, ParameterTypes::response
stale, ParameterTypes::stale
username, ParameterTypes::username
qop, ParameterTypes::qop
uri, ParameterTypes::uri
retry-after, ParameterTypes::retryAfter
reason, ParameterTypes::reason
%%

}

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?