Home
last modified time | relevance | path

Searched refs:server_ (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp50 : TSocket(config), server_(false), ctx_(ctx) in TSSLSocket()
58 : TSocket(config), server_(false), ctx_(ctx) in TSSLSocket()
66 : TSocket(socket, config), server_(false), ctx_(ctx) in TSSLSocket()
74 : TSocket(socket, interruptListener, config), server_(false), ctx_(ctx) in TSSLSocket()
81 : TSocket(host, port, config), server_(false), ctx_(ctx) in TSSLSocket()
89 : TSocket(host, port, config), server_(false), ctx_(ctx) in TSSLSocket()
334 : ctx_(std::make_shared<SSLContext>()), server_(false) in TSSLSocketFactory()
545 server_ = flag; in server()
551 return server_; in server()
DTSSLSocket.h76 server_ = flag; in server()
83 return server_; in server()
184 bool server_; variable
348 bool server_;