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.c1686 if (pt->pipe_wsi) { in lws_pt_destroy()
1687 lws_destroy_event_pipe(pt->pipe_wsi); in lws_pt_destroy()
1688 pt->pipe_wsi = NULL; in lws_pt_destroy()
1724 pt->pipe_wsi = NULL; in lws_pt_destroy()
1873 if (pt->pipe_wsi == wsi) in lws_context_destroy()
1874 pt->pipe_wsi = NULL; in lws_context_destroy()