Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c426 if (i->opt_parent) { in lws_spawn_piped()
427 lsp->stdwsi[n]->parent = i->opt_parent; in lws_spawn_piped()
428 lsp->stdwsi[n]->sibling_list = i->opt_parent->child_list; in lws_spawn_piped()
429 i->opt_parent->child_list = lsp->stdwsi[n]; in lws_spawn_piped()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c447 if (i->opt_parent) { in lws_spawn_piped()
448 lsp->stdwsi[n]->parent = i->opt_parent; in lws_spawn_piped()
449 lsp->stdwsi[n]->sibling_list = i->opt_parent->child_list; in lws_spawn_piped()
450 i->opt_parent->child_list = lsp->stdwsi[n]; in lws_spawn_piped()
/third_party/libwebsockets/include/libwebsockets/
Dlws-misc.h972 struct lws *opt_parent; member
/third_party/node/deps/v8/tools/
Dprofile.mjs1117 * @param {CallTreeNode} opt_parent Node parent.
1121 constructor(label, opt_parent) { argument
1129 this.parent = opt_parent;
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c397 info.opt_parent = wsi; in lws_cgi()
/third_party/node/deps/v8/src/heap/
Dfactory.h597 Handle<Map> opt_parent,
Dfactory.cc1478 Address type_address, Handle<Map> opt_parent, int instance_size_bytes, in NewWasmTypeInfo() argument
1490 if (opt_parent.is_null()) { in NewWasmTypeInfo()
1497 handle(opt_parent->wasm_type_info().supertypes(), isolate()); in NewWasmTypeInfo()
1508 supertypes->set(last_defined_index + 1, *opt_parent); in NewWasmTypeInfo()