Searched refs:session (Results 301 - 325 of 553) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.h79 // Creates an allocator session to start figuring out which type of
179 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
182 void OnCandidatesReady(PortAllocatorSession *session,
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DOkHostnameVerifier.java61 public boolean verify(String host, SSLSession session) { argument
63 Certificate[] certificates = session.getPeerCertificates();
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c266 packet.session = 0;
436 packet.session = 0;
557 conn->session = packet.session;
559 syslog(LOG_INFO, "PPP session is %d", (int) ntohs(conn->session));
561 /* RFC 2516 says session id MUST NOT be zero or 0xFFFF */
562 if (ntohs(conn->session) == 0 || ntohs(conn->session) == 0xFFFF) {
563 syslog(LOG_ERR, "Access concentrator used a session valu
[all...]
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DSocks5TransferNegotiator.java71 * SOCKS5 initiation listener must ignore next SOCKS5 Bytestream request with given session
84 * InitiationListener must ignore the next SOCKS5 Bytestream request with the given session
105 Socks5BytestreamSession session = request.accept();
109 PushbackInputStream stream = new PushbackInputStream(session.getInputStream());
125 * This PacketFilter accepts an incoming SOCKS5 Bytestream request with a specified session ID.
144 // packet must by of type SET and contains the given session ID
/external/chromium_org/base/win/
H A Devent_trace_controller.h15 // A trace controller can create an event tracing session, which either
18 // A trace consumer consumes events from zero or one realtime session,
36 // event tracing session.
62 // Max string len for name and session name is 1024 per documentation.
65 // max length for name and session name.
86 // log levels and enable bit masks under the session.
92 // Start a session with given name and properties.
95 // Starts a session tracing to a file with some default properties.
100 // Starts a realtime session with some default properties.
104 // Enables "provider" at "level" for this session
138 TRACEHANDLE session() const { return session_; } function in class:base::win::EtwTraceController
[all...]
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.h114 const scoped_refptr<CastSession>& session);
/external/chromium_org/chrome/test/chromedriver/
H A Dsession.h90 void SetThreadLocalSession(scoped_ptr<Session> session);
/external/chromium_org/content/renderer/
H A Drenderer_webcookiejar_impl.cc59 c.session);
/external/chromium_org/net/dns/
H A Ddns_session.h43 SocketLease(scoped_refptr<DnsSession> session,
/external/chromium_org/net/http/
H A Dhttp_basic_stream.h79 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.h54 QuicSession* session);
H A Dquic_data_stream.h55 QuicDataStream(QuicStreamId id, QuicSession* session);
72 // Called by the session when decompressed headers data is received
78 // Called by the session when headers with a priority have been received
82 // Called by the session when decompressed headers have been completely
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.h64 // |session_|. This is a no-op unless |session| is currently non-null.
67 // Returns the client for the currently-active session. Do not call if
68 // |session| is null.
69 scoped_refptr<ChromotingJniInstance> session() { function in class:remoting::ChromotingJniRuntime
/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.h81 void SessionDestroyed(JingleSession* session);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DCookieJar.cpp96 webCookie.expires, webCookie.httpOnly, webCookie.secure, webCookie.session));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DCookiesTable.js206 if (cookie1.session() !== cookie2.session())
207 return sortDirection * (cookie1.session() ? 1 : -1);
209 if (cookie1.session())
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddtls1.h126 SSL_SESSION *session; member in struct:dtls1_retransmit_state
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.h52 // The caller is responsible for ensuring that the session outlives the
54 explicit StatsCollector(WebRtcSession* session);
68 // Gather statistics from the session and store them for future use.
129 // Raw pointer to the session the statistics are gathered from.
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h249 data.session = srtp; \
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h116 UInt64 session; member in struct:darwin_cached_device
/external/nanohttpd/webserver/markdown-plugin/src/main/java/fi/iki/elonen/
H A DMarkdownWebServerPlugin.java32 public NanoHTTPD.Response serveFile(String uri, Map<String, String> headers, NanoHTTPD.IHTTPSession session, File file, String mimeType) { argument
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttp.java43 @Override public boolean verify(String s, SSLSession session) {
H A DUrlConnection.java40 @Override public boolean verify(String s, SSLSession session) {
/external/openssl/include/openssl/
H A Ddtls1.h138 SSL_SESSION *session; member in struct:dtls1_retransmit_state
/external/openssl/ssl/
H A Ddtls1.h138 SSL_SESSION *session; member in struct:dtls1_retransmit_state

Completed in 751 milliseconds

<<11121314151617181920>>