Home
last modified time | relevance | path

Searched refs:pipe_wsi (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dclose.c368 if (pt->pipe_wsi == wsi) in __lws_close_free_wsi()
369 pt->pipe_wsi = NULL; in __lws_close_free_wsi()
905 if (pt->pipe_wsi == wsi) in __lws_close_free_wsi_final()
906 pt->pipe_wsi = NULL; in __lws_close_free_wsi_final()
Dvhost.c1092 if (pt->pipe_wsi) in lws_cancel_service()
1118 if (pt->pipe_wsi)
1130 pt->pipe_wsi = wsi;
1234 if (pt->pipe_wsi == wsi)
1235 pt->pipe_wsi = NULL;
Dprivate-lib-core-net.h344 struct lws *pipe_wsi; member
/third_party/libwebsockets/lib/core/
Dcontext.c1674 if (pt->pipe_wsi) { in lws_pt_destroy()
1675 lws_destroy_event_pipe(pt->pipe_wsi); in lws_pt_destroy()
1676 pt->pipe_wsi = NULL; in lws_pt_destroy()
1712 pt->pipe_wsi = NULL; in lws_pt_destroy()
1861 if (pt->pipe_wsi == wsi) in lws_context_destroy()
1862 pt->pipe_wsi = NULL; in lws_context_destroy()