|
reSIProcate/stack
9694
|
#include <Symbols.hxx>
Static Public Attributes | |
| static const char * | DefaultSipVersion = "SIP/2.0" |
| static const char * | DefaultSipScheme = "sip" |
| static const char * | AT_SIGN = "@" |
| static const char * | COLON = ":" |
| static const char * | BAR = "|" |
| static const char * | DASH = "-" |
| static const char * | DASHDASH = "--" |
| static const char * | DOT = "." |
| static const char * | COMMA_OR_EQUAL = ",=" |
| static const char * | CRLF = "\r\n" |
| static const char * | CRLFCRLF = "\r\n\r\n" |
| static const char * | CR = "\r" |
| static const char * | LF = "\n" |
| static const char * | TAB = "\t" |
| static const char * | DOUBLE_QUOTE = "\"" |
| static const char * | LA_QUOTE = "<" |
| static const char * | RA_QUOTE = ">" |
| static const char * | EQUALS = "=" |
| static const char * | SEMI_COLON = ";" |
| static const char * | SEMI_OR_EQUAL = ";=" |
| static const char * | SLASH = "/" |
| static const char * | B_SLASH = "\\" |
| static const char * | SPACE = " " |
| static const char * | COMMA = "," |
| static const char * | ZERO = "0" |
| static const char * | LPAREN = "(" |
| static const char * | RPAREN = ")" |
| static const char * | LS_BRACKET = "[" |
| static const char * | RS_BRACKET = "]" |
| static const char * | PERIOD = "." |
| static const char * | QUESTION = "?" |
| static const char * | AMPERSAND = "&" |
| static const char * | PERCENT = "%" |
| static const char * | STAR = "*" |
| static const char * | UNDERSCORE = "_" |
| static const char * | ProtocolName = "SIP" |
| static const char * | ProtocolVersion = "2.0" |
| static const char * | UDP = "UDP" |
| static const char * | TCP = "TCP" |
| static const char * | TLS = "TLS" |
| static const char * | DTLS = "DTLS" |
| static const char * | SCTP = "SCTP" |
| static const char * | SRVUDP = "_udp." |
| static const char * | SRVTCP = "_tcp." |
| static const char * | SRVTLS = "_tls." |
| static const char * | SRVSCTP = "_sctp." |
| static const char * | Sip = "sip" |
| static const char * | Sips = "sips" |
| static const char * | Tel = "tel" |
| static const char * | Pres = "pres" |
| static const char * | Phone = "phone" |
| static const char * | Isub = "isub=" |
| static const char * | Postd = "postd=" |
| static const char * | auth = "auth" |
| static const char * | authInt = "auth-int" |
| static const char * | Digest = "Digest" |
| static const char * | Basic = "Basic" |
| static const char *const | MagicCookie = "z9hG4bK" |
| static const char *const | resipCookie = "-524287-" |
| static const int | DefaultSipPort = 5060 |
| static const int | SipTlsPort = 5061 |
| static const int | DefaultSipsPort = 5061 |
| static const char * | SrvSip = "_sip" |
| static const char * | SrvSips = "_sips" |
| static const char * | SrvUdp = "_udp" |
| static const char * | SrvTcp = "_tcp" |
| static const char * | NaptrSip = "SIP" |
| static const char * | NaptrSips = "SIPS" |
| static const char * | NaptrUdp = "D2U" |
| static const char * | NaptrTcp = "D2T" |
| static const char * | audio = "audio" |
| static const char * | RTP_AVP = "RTP/AVP" |
| static const char * | RTP_SAVP = "RTP/SAVP" |
| static const char * | UDP_TLS_RTP_SAVP = "UDP/TLS/RTP/SAVP" |
| static const char * | Presence = "presence" |
| static const char * | Required = "required" |
| static const char * | Optional = "optional" |
| static const char * | C100rel = "100rel" |
| static const char * | Replaces = "replaces" |
| static const char * | Timer = "timer" |
| static const char * | NoReferSub = "norefersub" |
| static const char * | AnswerMode = "answermode" |
| static const char * | TargetDialog = "tdialog" |
| static const char * | Path = "path" |
| static const char * | Outbound = "outbound" |
| static const char * | Undefined = "UNDEFINED" |
| static const char * | Pending = "pending" |
| static const char * | Active = "active" |
| static const char * | Terminated = "terminated" |
| static const char * | Certificate = "certificate" |
| static const char * | Credential = "credential" |
| static const char * | SipProfile = "sip-profile" |
| static const char * | pathSep = "/" |
| static const char * | id = "id" |
| static const char * | Gruu = "gruu" |
Definition at line 8 of file Symbols.hxx.
const char * Symbols::Active = "active" [static] |
Definition at line 110 of file Symbols.hxx.
const char * Symbols::AMPERSAND = "&" [static] |
Definition at line 43 of file Symbols.hxx.
Referenced by resip::HeaderFieldValueList::encodeEmbedded(), resip::ParserContainerBase::encodeEmbedded(), resip::SipMessage::encodeEmbedded(), and resip::Uri::parseEmbeddedHeaders().
const char * Symbols::AnswerMode = "answermode" [static] |
Definition at line 103 of file Symbols.hxx.
const char * Symbols::AT_SIGN = "@" [static] |
Definition at line 14 of file Symbols.hxx.
Referenced by resip::Aor::Aor(), resip::Uri::encodeParsed(), resip::Uri::getAorInternal(), resip::Uri::parse(), and resip::Aor::value().
const char * Symbols::audio = "audio" [static] |
Definition at line 90 of file Symbols.hxx.
Referenced by main().
const char * Symbols::auth = "auth" [static] |
Definition at line 69 of file Symbols.hxx.
Referenced by resip::Helper::advancedAuthenticateRequest(), resip::Helper::algorithmAndQopSupported(), resip::Helper::authenticateRequest(), and resip::Helper::authenticateRequestWithA1().
const char * Symbols::authInt = "auth-int" [static] |
Definition at line 70 of file Symbols.hxx.
Referenced by resip::Helper::advancedAuthenticateRequest(), resip::Helper::algorithmAndQopSupported(), resip::Helper::authenticateRequest(), resip::Helper::authenticateRequestWithA1(), and resip::Helper::makeResponseMD5WithA1().
const char * Symbols::B_SLASH = "\\" [static] |
Definition at line 33 of file Symbols.hxx.
const char * Symbols::BAR = "|" [static] |
Definition at line 16 of file Symbols.hxx.
Referenced by resip::SipMessage::getCanonicalIdentityString().
const char * Symbols::Basic = "Basic" [static] |
Definition at line 72 of file Symbols.hxx.
const char * Symbols::C100rel = "100rel" [static] |
Definition at line 99 of file Symbols.hxx.
const char * Symbols::Certificate = "certificate" [static] |
Definition at line 113 of file Symbols.hxx.
const char * Symbols::COLON = ":" [static] |
Definition at line 15 of file Symbols.hxx.
Referenced by resip::Aor::Aor(), resip::AttributeHelper::encode(), resip::HeaderFieldValueList::encode(), resip::ParserContainerBase::encode(), resip::SdpContents::Session::Bandwidth::encode(), resip::SdpContents::Session::Encryption::encode(), resip::Contents::encodeHeaders(), resip::MessageWaitingContents::encodeParsed(), resip::Via::encodeParsed(), resip::DateCategory::encodeParsed(), resip::Uri::encodeParsed(), resip::Uri::getAorInternal(), main(), resip::BasicNonceHelper::makeNonce(), resip::Helper::makeResponseMD5(), resip::Helper::makeResponseMD5WithA1(), resip::Helper::makeUri(), resip::AttributeHelper::parse(), resip::MultipartMixedContents::parse(), resip::MessageWaitingContents::parse(), resip::DateCategory::parse(), resip::Uri::parse(), resip::SdpContents::Session::Bandwidth::parse(), resip::SdpContents::Session::Encryption::parse(), resip::BasicNonceHelper::parseNonce(), resip::Contents::preParseHeaders(), and resip::Aor::value().
const char * Symbols::COMMA = "," [static] |
Definition at line 35 of file Symbols.hxx.
Referenced by resip::HeaderFieldValueList::encode(), resip::ParserContainerBase::encode(), resip::Auth::encodeAuthParameters(), resip::Contents::encodeHeaders(), resip::DateCategory::encodeParsed(), resip::DateCategory::parse(), resip::Auth::parseAuthParameters(), resip::Contents::preParseHeaders(), and resip::Helper::qopOption().
const char * Symbols::COMMA_OR_EQUAL = ",=" [static] |
Definition at line 20 of file Symbols.hxx.
const char * Symbols::CR = "\r" [static] |
const char * Symbols::Credential = "credential" [static] |
Definition at line 114 of file Symbols.hxx.
const char * Symbols::CRLF = "\r\n" [static] |
Definition at line 21 of file Symbols.hxx.
Referenced by resip::HeaderFieldValueList::encode(), resip::ParserContainerBase::encode(), resip::MultipartMixedContents::encodeParsed(), resip::MessageWaitingContents::encodeParsed(), resip::SipFrag::hasStartLine(), resip::Connection::onDoubleCRLF(), resip::AttributeHelper::parse(), resip::SipFrag::parse(), resip::MessageWaitingContents::parse(), resip::SdpContents::Session::Origin::parse(), resip::SdpContents::Session::Connection::parse(), resip::SdpContents::Session::Bandwidth::parse(), resip::SdpContents::Session::Encryption::parse(), resip::SdpContents::Session::Medium::parse(), resip::SdpContents::Session::parse(), and resip::ConnectionBase::preparseNewBytes().
const char * Symbols::CRLFCRLF = "\r\n\r\n" [static] |
Definition at line 22 of file Symbols.hxx.
Referenced by resip::KeepAliveMessage::encode(), resip::MultipartMixedContents::parse(), resip::ConnectionBase::preparseNewBytes(), and resip::UdpTransport::processRxParse().
const char * Symbols::DASH = "-" [static] |
Definition at line 17 of file Symbols.hxx.
Referenced by resip::BranchParameter::encode().
const char * Symbols::DASHDASH = "--" [static] |
Definition at line 18 of file Symbols.hxx.
Referenced by resip::MultipartMixedContents::encodeParsed(), and resip::MultipartMixedContents::parse().
const int Symbols::DefaultSipPort = 5060 [static] |
Definition at line 77 of file Symbols.hxx.
Referenced by resip::SipStack::addAlias(), resip::Uri::getAorAsUri(), resip::DnsResult::getDefaultPort(), resip::Helper::getPortForReply(), resip::SipStack::isMyDomain(), resip::DnsResult::onDnsResult(), and simpleTupleForUri().
const char * Symbols::DefaultSipScheme = "sip" [static] |
Definition at line 12 of file Symbols.hxx.
const int Symbols::DefaultSipsPort = 5061 [static] |
Definition at line 79 of file Symbols.hxx.
Referenced by resip::Uri::getAorAsUri(), resip::DnsResult::getDefaultPort(), resip::Helper::getPortForReply(), resip::DnsResult::onDnsResult(), and simpleTupleForUri().
const char * Symbols::DefaultSipVersion = "SIP/2.0" [static] |
Definition at line 11 of file Symbols.hxx.
const char * Symbols::Digest = "Digest" [static] |
Definition at line 71 of file Symbols.hxx.
Referenced by resip::Helper::makeChallenge(), resip::Helper::makeChallengeResponseAuth(), and resip::Helper::makeChallengeResponseAuthWithA1().
const char * Symbols::DOT = "." [static] |
Definition at line 19 of file Symbols.hxx.
Referenced by resip::Uri::getEnumLookups(), and resip::DnsResult::lookupInternal().
const char * Symbols::DOUBLE_QUOTE = "\"" [static] |
Definition at line 26 of file Symbols.hxx.
Referenced by resip::DataParameter::DataParameter(), resip::UnknownParameter::encode(), resip::DataParameter::encode(), resip::WarningCategory::encodeParsed(), resip::NameAddr::encodeParsed(), resip::ExistsParameter::ExistsParameter(), resip::WarningCategory::parse(), resip::NameAddr::parse(), and resip::UnknownParameter::UnknownParameter().
const char * Symbols::DTLS = "DTLS" [static] |
Definition at line 53 of file Symbols.hxx.
const char * Symbols::EQUALS = "=" [static] |
Definition at line 29 of file Symbols.hxx.
Referenced by resip::BranchParameter::BranchParameter(), resip::DataParameter::DataParameter(), resip::UnknownParameter::encode(), resip::IntegerParameter::encode(), resip::UInt32Parameter::encode(), resip::DataParameter::encode(), resip::RportParameter::encode(), resip::BranchParameter::encode(), resip::QValueParameter::encode(), resip::HeaderFieldValueList::encodeEmbedded(), resip::ParserContainerBase::encodeEmbedded(), resip::ExistsParameter::ExistsParameter(), resip::IntegerParameter::IntegerParameter(), resip::Auth::parse(), resip::AttributeHelper::parse(), resip::SdpContents::Session::Origin::parse(), resip::SdpContents::Session::Connection::parse(), resip::SdpContents::Session::Bandwidth::parse(), resip::SdpContents::Session::Time::parse(), resip::SdpContents::Session::Time::Repeat::parse(), resip::SdpContents::Session::Timezones::parse(), resip::SdpContents::Session::Encryption::parse(), resip::SdpContents::Session::Medium::parse(), resip::SdpContents::Session::parse(), resip::Uri::parseEmbeddedHeaders(), parseEorP(), resip::RportParameter::RportParameter(), resip::UInt32Parameter::UInt32Parameter(), and resip::UnknownParameter::UnknownParameter().
const char * Symbols::Gruu = "gruu" [static] |
Definition at line 120 of file Symbols.hxx.
const char * Symbols::id = "id" [static] |
Definition at line 118 of file Symbols.hxx.
const char * Symbols::Isub = "isub=" [static] |
Definition at line 66 of file Symbols.hxx.
Referenced by resip::Uri::fromTel().
const char * Symbols::LA_QUOTE = "<" [static] |
Definition at line 27 of file Symbols.hxx.
Referenced by resip::GenericUri::encodeParsed(), resip::NameAddr::encodeParsed(), main(), resip::GenericUri::parse(), and resip::NameAddr::parse().
const char * Symbols::LF = "\n" [static] |
Definition at line 24 of file Symbols.hxx.
Referenced by resip::MultipartMixedContents::parse(), resip::SdpContents::Session::Medium::parse(), and skipEol().
const char * Symbols::LPAREN = "(" [static] |
Definition at line 37 of file Symbols.hxx.
Referenced by resip::SdpContents::Session::Email::encode(), resip::SdpContents::Session::Phone::encode(), resip::MessageWaitingContents::encodeParsed(), resip::MessageWaitingContents::parse(), and resip::Contents::preParseHeaders().
const char * Symbols::LS_BRACKET = "[" [static] |
Definition at line 39 of file Symbols.hxx.
Referenced by resip::Uri::getAorInternal().
const char *const Symbols::MagicCookie = "z9hG4bK" [static] |
Definition at line 74 of file Symbols.hxx.
Referenced by resip::BranchParameter::BranchParameter(), and resip::BranchParameter::encode().
const char * Symbols::NaptrSip = "SIP" [static] |
Definition at line 85 of file Symbols.hxx.
const char * Symbols::NaptrSips = "SIPS" [static] |
Definition at line 86 of file Symbols.hxx.
const char * Symbols::NaptrTcp = "D2T" [static] |
Definition at line 88 of file Symbols.hxx.
const char * Symbols::NaptrUdp = "D2U" [static] |
Definition at line 87 of file Symbols.hxx.
const char * Symbols::NoReferSub = "norefersub" [static] |
Definition at line 102 of file Symbols.hxx.
const char * Symbols::Optional = "optional" [static] |
Definition at line 97 of file Symbols.hxx.
const char * Symbols::Outbound = "outbound" [static] |
Definition at line 106 of file Symbols.hxx.
const char * Symbols::Path = "path" [static] |
Definition at line 105 of file Symbols.hxx.
const char * Symbols::pathSep = "/" [static] |
Definition at line 117 of file Symbols.hxx.
const char * Symbols::Pending = "pending" [static] |
Definition at line 109 of file Symbols.hxx.
const char * Symbols::PERCENT = "%" [static] |
Definition at line 44 of file Symbols.hxx.
Referenced by resip::Embedded::decode(), and resip::Embedded::encode().
const char * Symbols::PERIOD = "." [static] |
Definition at line 41 of file Symbols.hxx.
Referenced by resip::Contents::encodeHeaders(), and resip::Contents::preParseHeaders().
const char * Symbols::Phone = "phone" [static] |
Definition at line 65 of file Symbols.hxx.
Referenced by resip::Uri::fromTel().
const char * Symbols::Postd = "postd=" [static] |
Definition at line 67 of file Symbols.hxx.
Referenced by resip::Uri::fromTel().
const char * Symbols::Pres = "pres" [static] |
Definition at line 63 of file Symbols.hxx.
Referenced by main().
const char * Symbols::Presence = "presence" [static] |
Definition at line 95 of file Symbols.hxx.
const char * Symbols::ProtocolName = "SIP" [static] |
Definition at line 48 of file Symbols.hxx.
const char * Symbols::ProtocolVersion = "2.0" [static] |
Definition at line 49 of file Symbols.hxx.
const char * Symbols::QUESTION = "?" [static] |
Definition at line 42 of file Symbols.hxx.
Referenced by resip::SipMessage::encodeEmbedded(), resip::Uri::parse(), and resip::Uri::parseEmbeddedHeaders().
const char * Symbols::RA_QUOTE = ">" [static] |
Definition at line 28 of file Symbols.hxx.
Referenced by resip::Aor::Aor(), resip::GenericUri::encodeParsed(), resip::NameAddr::encodeParsed(), main(), resip::GenericUri::parse(), resip::NameAddr::parse(), resip::Uri::parse(), and parseEorP().
const char * Symbols::Replaces = "replaces" [static] |
Definition at line 100 of file Symbols.hxx.
Referenced by main().
const char * Symbols::Required = "required" [static] |
Definition at line 96 of file Symbols.hxx.
const char *const Symbols::resipCookie = "-524287-" [static] |
Definition at line 75 of file Symbols.hxx.
Referenced by resip::BranchParameter::BranchParameter(), and resip::BranchParameter::encode().
const char * Symbols::RPAREN = ")" [static] |
Definition at line 38 of file Symbols.hxx.
Referenced by resip::SdpContents::Session::Email::encode(), resip::SdpContents::Session::Phone::encode(), resip::MessageWaitingContents::encodeParsed(), resip::MessageWaitingContents::parse(), parseEorP(), and resip::Contents::preParseHeaders().
const char * Symbols::RS_BRACKET = "]" [static] |
Definition at line 40 of file Symbols.hxx.
Referenced by resip::Uri::getAorInternal().
const char * Symbols::RTP_AVP = "RTP/AVP" [static] |
Definition at line 91 of file Symbols.hxx.
Referenced by main().
const char * Symbols::RTP_SAVP = "RTP/SAVP" [static] |
Definition at line 92 of file Symbols.hxx.
const char * Symbols::SCTP = "SCTP" [static] |
Definition at line 54 of file Symbols.hxx.
const char * Symbols::SEMI_COLON = ";" [static] |
Definition at line 30 of file Symbols.hxx.
Referenced by resip::Aor::Aor(), resip::ParserCategory::encodeParameters(), resip::Uri::encodeParsed(), resip::Uri::fromTel(), resip::ExpiresCategory::parse(), resip::CallID::parse(), resip::Token::parse(), resip::NameAddr::parse(), resip::Uri::parse(), and resip::ParserCategory::parseParameters().
const char * Symbols::SEMI_OR_EQUAL = ";=" [static] |
Definition at line 31 of file Symbols.hxx.
const char * Symbols::Sip = "sip" [static] |
Definition at line 60 of file Symbols.hxx.
Referenced by resip::Uri::fromTel(), resip::Uri::operator==(), resip::Resolver::Resolver(), and resip::MessageFilterRule::schemeIsInList().
const char * Symbols::SipProfile = "sip-profile" [static] |
Definition at line 115 of file Symbols.hxx.
const char * Symbols::Sips = "sips" [static] |
Definition at line 61 of file Symbols.hxx.
Referenced by resip::DnsResult::lookupInternal(), resip::Uri::operator==(), resip::Resolver::Resolver(), and resip::MessageFilterRule::schemeIsInList().
const int Symbols::SipTlsPort = 5061 [static] |
Definition at line 78 of file Symbols.hxx.
const char * Symbols::SLASH = "/" [static] |
Definition at line 32 of file Symbols.hxx.
Referenced by resip::SdpContents::Session::Connection::encode(), resip::SdpContents::Session::Medium::encode(), resip::MessageWaitingContents::encodeParsed(), resip::Via::encodeParsed(), resip::Mime::encodeParsed(), resip::Mime::parse(), resip::MessageWaitingContents::parse(), resip::SdpContents::Session::Codec::parse(), resip::SdpContents::Session::Connection::parse(), and resip::SdpContents::Session::Medium::parse().
const char * Symbols::SPACE = " " [static] |
Definition at line 34 of file Symbols.hxx.
Referenced by resip::HeaderFieldValueList::encode(), resip::ParserContainerBase::encode(), resip::SdpContents::Session::Origin::encode(), resip::SdpContents::Session::Email::encode(), resip::SdpContents::Session::Phone::encode(), resip::SdpContents::Session::Connection::encode(), resip::SdpContents::Session::Time::encode(), resip::SdpContents::Session::Time::Repeat::encode(), resip::SdpContents::Session::Timezones::encode(), resip::SdpContents::Session::Medium::encode(), resip::SipMessage::encodeBrief(), resip::Contents::encodeHeaders(), resip::ParserCategory::encodeParameters(), resip::Auth::encodeParsed(), resip::WarningCategory::encodeParsed(), resip::StatusLine::encodeParsed(), resip::RequestLine::encodeParsed(), resip::MessageWaitingContents::encodeParsed(), resip::CSeqCategory::encodeParsed(), resip::RAckCategory::encodeParsed(), resip::Via::encodeParsed(), resip::DateCategory::encodeParsed(), resip::SipFrag::hasStartLine(), resip::SdpContents::Session::Origin::parse(), resip::SdpContents::Session::Connection::parse(), resip::SdpContents::Session::Time::parse(), resip::SdpContents::Session::Time::Repeat::parse(), resip::SdpContents::Session::Timezones::parse(), resip::SdpContents::Session::Medium::parse(), and skipEol().
const char * Symbols::SRVSCTP = "_sctp." [static] |
Definition at line 58 of file Symbols.hxx.
const char * Symbols::SrvSip = "_sip" [static] |
Definition at line 81 of file Symbols.hxx.
const char * Symbols::SrvSips = "_sips" [static] |
Definition at line 82 of file Symbols.hxx.
const char * Symbols::SRVTCP = "_tcp." [static] |
Definition at line 56 of file Symbols.hxx.
const char * Symbols::SrvTcp = "_tcp" [static] |
Definition at line 84 of file Symbols.hxx.
const char * Symbols::SRVTLS = "_tls." [static] |
Definition at line 57 of file Symbols.hxx.
const char * Symbols::SRVUDP = "_udp." [static] |
Definition at line 55 of file Symbols.hxx.
const char * Symbols::SrvUdp = "_udp" [static] |
Definition at line 83 of file Symbols.hxx.
const char * Symbols::STAR = "*" [static] |
Definition at line 45 of file Symbols.hxx.
Referenced by resip::NameAddr::encodeParsed(), resip::SipMessage::getCanonicalIdentityString(), and resip::NameAddr::parse().
const char * Symbols::TAB = "\t" [static] |
Definition at line 25 of file Symbols.hxx.
Referenced by skipEol().
const char * Symbols::TargetDialog = "tdialog" [static] |
Definition at line 104 of file Symbols.hxx.
const char * Symbols::TCP = "TCP" [static] |
Definition at line 51 of file Symbols.hxx.
Referenced by resip::Helper::getPortForReply().
const char * Symbols::Tel = "tel" [static] |
Definition at line 62 of file Symbols.hxx.
Referenced by resip::Aor::Aor(), resip::Uri::fromTel(), resip::MessageFilterRule::matches(), resip::Uri::parse(), and resip::MessageFilterRule::schemeIsInList().
const char * Symbols::Terminated = "terminated" [static] |
Definition at line 111 of file Symbols.hxx.
const char * Symbols::Timer = "timer" [static] |
Definition at line 101 of file Symbols.hxx.
const char * Symbols::TLS = "TLS" [static] |
Definition at line 52 of file Symbols.hxx.
Referenced by resip::Helper::getPortForReply().
const char * Symbols::UDP = "UDP" [static] |
Definition at line 50 of file Symbols.hxx.
const char * Symbols::UDP_TLS_RTP_SAVP = "UDP/TLS/RTP/SAVP" [static] |
Definition at line 93 of file Symbols.hxx.
const char * Symbols::Undefined = "UNDEFINED" [static] |
Definition at line 107 of file Symbols.hxx.
const char * Symbols::UNDERSCORE = "_" [static] |
Definition at line 46 of file Symbols.hxx.
Referenced by resip::DnsResult::lookupInternal().
const char * Symbols::ZERO = "0" [static] |
Definition at line 36 of file Symbols.hxx.
Referenced by pad2().
1.7.5.1