Home
last modified time | relevance | path

Searched refs:opt_parent (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/misc/
Dspawn.c347 if (i->opt_parent) { in lws_spawn_piped()
348 lsp->stdwsi[n]->parent = i->opt_parent; in lws_spawn_piped()
349 lsp->stdwsi[n]->sibling_list = i->opt_parent->child_list; in lws_spawn_piped()
350 i->opt_parent->child_list = lsp->stdwsi[n]; in lws_spawn_piped()
/external/libwebsockets/include/libwebsockets/
Dlws-misc.h750 struct lws *opt_parent; member
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c354 info.opt_parent = wsi; in lws_cgi()