Searched refs:ctx_ (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 50 : 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() 111 socket_ = socket(res->ai_family, res->ai_socktype, ctx_->protocol); in openSecConnection() 129 ret = setsockopt(socket_, SOL_TLS, TLS_PEER_VERIFY, &(ctx_->verifyMode), in openSecConnection() 130 sizeof(ctx_->verifyMode)); in openSecConnection() 334 : ctx_(std::make_shared<SSLContext>()), server_(false) in TSSLSocketFactory() [all …]
|
D | TSSLSocket.h | 185 std::shared_ptr<SSLContext> ctx_; variable 334 std::shared_ptr<SSLContext> ctx_;
|
/Zephyr-latest/drivers/modem/ |
D | modem_shell.c | 32 #define ms_send(ctx_, buf_, size_) \ argument 33 (ctx_->iface.write(&ctx_->iface, buf_, size_)) 42 #define UART_DEV_NAME(ctx_) (ctx_->uart_dev->name) argument
|