Home
last modified time | relevance | path

Searched refs:expected_origin (Results 1 – 3 of 3) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket.c409 const char *expected_origin, in soup_websocket_server_check_handshake() argument
413 …return soup_websocket_server_check_handshake_with_extensions (msg, expected_origin, protocols, NUL… in soup_websocket_server_check_handshake()
643 const char *expected_origin, in soup_websocket_server_check_handshake_with_extensions() argument
688 if (expected_origin) { in soup_websocket_server_check_handshake_with_extensions()
690 if (!origin || g_ascii_strcasecmp (origin, expected_origin) != 0) { in soup_websocket_server_check_handshake_with_extensions()
776 const char *expected_origin, in soup_websocket_server_process_handshake() argument
779 …return soup_websocket_server_process_handshake_with_extensions (msg, expected_origin, protocols, N… in soup_websocket_server_process_handshake()
816 const char *expected_origin, in soup_websocket_server_process_handshake_with_extensions() argument
829 …if (!soup_websocket_server_check_handshake_with_extensions (msg, expected_origin, protocols, suppo… in soup_websocket_server_process_handshake_with_extensions()
Dsoup-websocket.h105 const char *expected_origin,
110 const char *expected_origin,
/third_party/cef/tests/ceftests/
Dcors_unittest.cc966 const std::string& expected_origin = in VerifyRequest() local
968 EXPECT_STREQ(expected_origin.c_str(), origin.c_str()) << GetPathURL(); in VerifyRequest()
969 if (expected_origin != origin) in VerifyRequest()
1629 std::string expected_origin; in VerifyRequest() local
1633 expected_origin = "null"; in VerifyRequest()
1635 expected_origin = main_origin; in VerifyRequest()
1640 EXPECT_STREQ(expected_origin.c_str(), origin.c_str()) << GetPathURL(); in VerifyRequest()
1641 if (expected_origin != origin) in VerifyRequest()