Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-fault-injection.h85 } lws_fi_t; typedef
143 lws_fi_add(lws_fi_ctx_t *fic, const lws_fi_t *fi);
/third_party/libwebsockets/lib/system/fault-injection/
Dfault-injection.c144 lws_fi_add(lws_fi_ctx_t *fic, const lws_fi_t *fi) in lws_fi_add()
194 do_inherit(lws_fi_ctx_t *fic_dest, lws_fi_t *pfi, size_t trim) in do_inherit()
196 lws_fi_t fi = *pfi; in do_inherit()
289 lws_fi_t fi; in lws_fi_deserialize()
Dprivate-lib-system-fault-injection.h29 lws_fi_t fi;
/third_party/libwebsockets/READMEs/
DREADME.fault-injection.md42 A fault injection request is made in `lws_fi_t` objects, specifying the
46 structs are linked-lists of `lws_fi_t` objects. When Fault Injection is enabled
49 that may have any number of `lws_fi_t` added to them.
135 faults. This is done by adding prepared `lws_fi_t` objects on the stack one by
137 `lws_fi_add(lws_fi_ctx_t *fic, const lws_fi_t *fi);`, this will allocate and copy
154 You can pass in a Fault Injection context prepared with lws_fi_t added to it