Home
last modified time | relevance | path

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

/external/libwebsockets/lib/misc/
Dspawn.c91 lws_spawn_piped_destroy(struct lws_spawn_piped **_lsp) in lws_spawn_piped_destroy() function
197 lws_spawn_piped_destroy(lsp->info.plsp); in lws_spawn_reap()
/external/libwebsockets/lib/core-net/
Dclose.c644 lws_spawn_piped_destroy(&wsi->http.cgi->lsp); in __lws_close_free_wsi_final()
Dprivate-lib-core-net.h906 lws_spawn_piped_destroy(struct lws_spawn_piped **lsp);
/external/libwebsockets/lib/roles/http/server/
Dserver.c2347 lws_spawn_piped_destroy(&wsi->http.cgi->lsp); in lws_http_transaction_completed()