Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-misc.h726 typedef void (*lsp_cb_t)(void *opaque, lws_usec_t *accounting, siginfo_t *si, typedef
762 lsp_cb_t reap_cb;
/external/libwebsockets/lib/misc/
Dspawn.c122 lsp_cb_t cb = lsp->info.reap_cb; in lws_spawn_reap()