Searched refs:lws_fi_t (Results 1 – 4 of 4) sorted by relevance
85 } lws_fi_t; typedef143 lws_fi_add(lws_fi_ctx_t *fic, const lws_fi_t *fi);
144 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()
29 lws_fi_t fi;
42 A fault injection request is made in `lws_fi_t` objects, specifying the46 structs are linked-lists of `lws_fi_t` objects. When Fault Injection is enabled49 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 by137 `lws_fi_add(lws_fi_ctx_t *fic, const lws_fi_t *fi);`, this will allocate and copy154 You can pass in a Fault Injection context prepared with lws_fi_t added to it