Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dwsi.c1031 struct lws *wnew, *wsi = *_wsi; in _lws_generic_transaction_completed_active_conn() local
1080 wnew = lws_container_of(wsi->dll2_cli_txn_queue_owner.head, struct lws, in _lws_generic_transaction_completed_active_conn()
1083 assert(wsi != wnew); in _lws_generic_transaction_completed_active_conn()
1085 lws_dll2_remove(&wnew->dll2_cli_txn_queue); in _lws_generic_transaction_completed_active_conn()
1092 wnew->desc = wsi->desc; in _lws_generic_transaction_completed_active_conn()
1094 assert(lws_socket_is_valid(wnew->desc.sockfd)); in _lws_generic_transaction_completed_active_conn()
1118 wsi->a.context->event_loop_ops->sock_accept(wnew); in _lws_generic_transaction_completed_active_conn()
1123 assert(lws_socket_is_valid(wnew->desc.sockfd)); in _lws_generic_transaction_completed_active_conn()
1125 if (__insert_wsi_socket_into_fds(wsi->a.context, wnew)) in _lws_generic_transaction_completed_active_conn()
1131 wnew->tls = wsi->tls; in _lws_generic_transaction_completed_active_conn()
[all …]
/third_party/boost/libs/nowide/src/
Dcstdio.cpp61 const wstackstring wold(old_name), wnew(new_name); in rename() local
62 return _wrename(wold.get(), wnew.get()); in rename()