OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:options_attr
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc
561
StunUInt32Attribute*
options_attr
=
local
563
options_attr
->SetValue(0x1);
564
request.AddAttribute(
options_attr
);
679
if (const StunUInt32Attribute*
options_attr
=
681
if (
options_attr
->value() & 0x1) {
relayserver.cc
508
const StunUInt32Attribute*
options_attr
=
local
510
if (
options_attr
&& (
options_attr
->value() & 0x01)) {
Completed in 69 milliseconds