Lines Matching defs:lws_spawn_piped_info
969 struct lws_spawn_piped_info { struct
970 struct lws_dll2_owner *owner;
971 struct lws_vhost *vh;
972 struct lws *opt_parent;
974 const char * const *exec_array;
975 const char **env_array;
976 const char *protocol_name;
977 const char *chroot_path;
978 const char *wd;
980 struct lws_spawn_piped **plsp;
982 void *opaque;
984 lsp_cb_t reap_cb;
986 lws_usec_t timeout_us;
987 int max_log_lines;
988 int tsi;
990 const struct lws_role_ops *ops; /* NULL is raw file */
992 uint8_t disable_ctrlc;