OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckResponse
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/p2p/base/
stunrequest.h
51
bool
CheckResponse
(StunMessage* msg);
52
bool
CheckResponse
(const char* data, size_t size);
stunrequest_unittest.cc
105
EXPECT_TRUE(manager_.
CheckResponse
(res));
120
EXPECT_TRUE(manager_.
CheckResponse
(res));
135
EXPECT_FALSE(manager_.
CheckResponse
(res));
160
EXPECT_TRUE(manager_.
CheckResponse
(res));
176
EXPECT_FALSE(manager_.
CheckResponse
(res));
196
EXPECT_TRUE(manager_.
CheckResponse
(res));
stunrequest.cc
88
bool StunRequestManager::
CheckResponse
(StunMessage* msg) {
112
bool StunRequestManager::
CheckResponse
(const char* data, size_t size) {
138
return
CheckResponse
(response.get());
relayport.cc
51
bool
CheckResponse
(StunMessage* msg);
426
bool RelayConnection::
CheckResponse
(StunMessage* msg) {
427
return request_manager_->
CheckResponse
(msg);
715
if (current_connection_->
CheckResponse
(&msg)) {
stunport.cc
330
requests_.
CheckResponse
(data, size);
port.cc
[
all
...]
turnport.cc
583
request_manager_.
CheckResponse
(data, size);
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go
179
CheckResponse
func(proto string, res *Response) // optional
227
if fn := tt.
CheckResponse
; fn != nil {
378
CheckResponse
: func(proto string, res *Response) {
507
CheckResponse
: func(proto string, res *Response) {
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
clientserver_test.go
179
CheckResponse
func(proto string, res *Response) // optional
227
if fn := tt.
CheckResponse
; fn != nil {
378
CheckResponse
: func(proto string, res *Response) {
507
CheckResponse
: func(proto string, res *Response) {
[
all
...]
Completed in 97 milliseconds