Home
last modified time | relevance | path

Searched defs:acceptor (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs758 let mut acceptor = new(SslMethod::tls()).unwrap(); in test_mozilla_server() localVariable
761 let acceptor = acceptor.build(); in test_mozilla_server() localVariable
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js46 return this.current.filter(function(acceptor) { argument
148 isFinal: function (acceptor) { argument
169 transit: function (acceptor, ch) { argument
324 var infos = finalAcceptors.map(function(acceptor) { argument
/third_party/nghttp2/src/
DHttpServer.cc1893 std::shared_ptr<AcceptHandler> acceptor) in ListenEventHandler()
2022 std::shared_ptr<AcceptHandler> acceptor; in start_listen() local